Class Punycode

java.lang.Object
gnu.inet.encoding.Punycode

public class Punycode extends Object
This class offers static methods for encoding/decoding strings using the Punycode algorithm.
  • RFC3492 Punycode
Note that this implementation only supports 16-bit Unicode code points.