object Punycode extends Bootstring
Punycode as defined in From: https://tools.ietf.org/html/rfc3492
- Source
- Punycode.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Punycode
- Bootstring
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def adapt(delta: Int, numpoints: Int, firstTime: Boolean): Int
- Definition Classes
- Bootstring
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val base: Int
- Definition Classes
- Bootstring
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def decode(input: String): String
- Definition Classes
- Bootstring
- final def decodeDigit(codepoint: Int): Int
- Definition Classes
- Bootstring
- final def decodePair(basicChars: String, encodedChars: String): String
- Definition Classes
- Bootstring
- final def decodePair(pair: (String, String)): String
- Definition Classes
- Bootstring
- final def encode(input: String): String
- Definition Classes
- Bootstring
- final def encodeBasic(codepoint: Int, uppercase: Boolean): Char
- Definition Classes
- Bootstring
- final def encodeDigit(digit: Int, uppercase: Boolean): Char
- Definition Classes
- Bootstring
- final def encodeToPair(input: String): (String, String)
- Definition Classes
- Bootstring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def formatPair(basicChars: String, encodedChars: String): String
- Definition Classes
- Bootstring
- final def formatPair(pair: (String, String)): String
- Definition Classes
- Bootstring
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isBasicCodePoint(codepoint: Int): Boolean
Is this a Basic Code Point that should not be encoded and just passed through?
Is this a Basic Code Point that should not be encoded and just passed through?
- Definition Classes
- Punycode → Bootstring
- final def isBasicUpperCase(ch: Char): Boolean
- Definition Classes
- Bootstring
- final def isBasicUpperCase(codepoint: Int): Boolean
- Definition Classes
- Bootstring
- final def isDelimiter(codepoint: Int): Boolean
- Definition Classes
- Bootstring
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def maxint: Int
- Definition Classes
- Bootstring
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])