public class IDNUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALLOW_UNASSIGNED |
static java.lang.reflect.Method |
toASCIIMethod |
static java.lang.reflect.Method |
toUnicodeMethod |
static int |
USE_STD3_ASCII_RULES |
Constructor and Description |
---|
IDNUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toASCII(java.lang.String input,
int flag) |
static java.lang.String |
toUnicode(java.lang.String input,
int flag) |