punycode

Punycode converter.

Members

Functions

punyDecode
S punyDecode(S str)

Converts a Punycode string to an UTF string.

punyEncode
S punyEncode(S str)

Converts an UTF string to a Punycode string.

Meta