public class CodepointToString
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
quotePrintableCharacters |
static boolean |
uppercase |
static boolean |
useHex |
| Constructor and Description |
|---|
CodepointToString() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
of(int codepoint) |
static java.lang.String |
of(java.lang.String text) |