Java java.net IDN fields, constructors, methods, implement or subclass

Example usage for Java java.net IDN fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.net IDN.

The text is from its open source code.

Field

intALLOW_UNASSIGNED
Flag to allow processing of unassigned code points
intUSE_STD3_ASCII_RULES
Flag to turn on the check against STD-3 ASCII rules

Method

StringtoASCII(String input)
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of RFC 3490.
StringtoASCII(String input, int flag)
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of RFC 3490.
StringtoUnicode(String input)
Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation of RFC 3490.