Modifier and Type | Field and Description |
---|---|
private static final int |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public static String | |
public static String | Returns: the translated linethe input line line)Replaces non-ASCII characters with their Unicode-Escapes. |
private static int |
MAX_ASCII | back to summary |
---|---|
private static final int MAX_ASCII |
Native2AsciiUtils | back to summary |
---|---|
public Native2AsciiUtils() |
ascii2native | back to summary |
---|---|
public static String ascii2native(String line) Replaces Unicode-Escapes. Expects to be called once per line if applied to a file. |
native2ascii | back to summary |
---|---|
public static String native2ascii(String line) Replaces non-ASCII characters with their Unicode-Escapes. Expects to be called once per line if applied to a file. |
tryParse | back to summary |
---|---|
private static int tryParse(String line, int startIdx) |