Package com.helger.commons.text.util
Class Punycode
java.lang.Object
com.helger.commons.text.util.Punycode
Implementation of the Punycode encoding scheme used by IDNA and RFC 3492
Source: https://www.ietf.org/rfc/rfc3492.txt
Source: https://www.ietf.org/rfc/rfc3492.txt
- Author:
- Apache Abdera
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetDecoded(char[] aChars, boolean[] aCaseFlags) static StringgetDecoded(String s) static StringgetEncoded(char[] aChars, boolean[] aCaseFlags) static StringgetEncoded(String s)
-
Method Details
-
getEncoded
-
getEncoded
-
getDecoded
-
getDecoded
-