Punycode
This class offers static methods for encoding/decoding strings using the Punycode algorithm.
Note that this implementation only supports 16-bit Unicode code points.
BASE
DAMP
DELIMITER
INITIAL_BIAS
INITIAL_N
SKEW
TMAX
TMIN
adapt
codepoint2digit
decode
Decode a punycoded string.
Unicode string.
digit2codepoint
encode
Punycodes a unicode string.
Punycoded string.
isBasic