Package com.helger.commons.text.util
Class Punycode
- java.lang.Object
-
- com.helger.commons.text.util.Punycode
-
@Immutable public final class Punycode extends Object
Implementation of the Punycode encoding scheme used by IDNA and RFC 3492
Source: https://www.ietf.org/rfc/rfc3492.txt- Author:
- Apache Abdera
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetDecoded(char[] aChars, boolean[] aCaseFlags)static StringgetDecoded(String s)static StringgetEncoded(char[] aChars, boolean[] aCaseFlags)static StringgetEncoded(String s)
-