punycode

Punycode converter. This module is based on the original implementation in RFC 3492, and the JavaScript implementation by Mathias Bynens.

Members

Classes

InvalidPunycodeException
class InvalidPunycodeException

Exception thrown by punycode module.

PunycodeException
class PunycodeException

Exception thrown by punycode module.

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

License

Boost Software License 1.0