View source
class Punycode
package js.node
Deprecated: "In a future major version of Node.js punycode module will be removed"
Static variables
Static methods
staticdecode(string:String):String
Converts a Punycode string of ASCII code points to a string of Unicode code points.
staticencode(string:String):String
Converts a string of Unicode code points to a Punycode string of ASCII code points.