Example usage for Java java.net IDN fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ALLOW_UNASSIGNED Flag to allow processing of unassigned code points |
int | USE_STD3_ASCII_RULES Flag to turn on the check against STD-3 ASCII rules |
String | toASCII(String input) Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of RFC 3490. |
String | toASCII(String input, int flag) Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of RFC 3490. |
String | toUnicode(String input) Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation of RFC 3490. |