class UnicodeDataGenerator extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static String |
copyright |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
build()
Called exactly once by NormalizerData to build the static data
|
static String |
fromHex(String source)
Utility: Parses a sequence of hex Unicode characters separated by spaces
|
static String |
hex(char i)
Utility: Supplies a zero-padded hex representation of a Unicode character (without 0x, \\u)
|
static String |
hex(String s,
String sep)
Utility: Supplies a zero-padded hex representation of a Unicode character (without 0x, \\u)
|
static void |
main(String[] args)
Main program.
|
static final String copyright
static void build()
public static String fromHex(String source)
public static String hex(char i)
public static String hex(String s, String sep)
public static void main(String[] args) throws Exception
Exception