Package | Description |
---|---|
org.apache.commons.lang3.text.translate |
An API for creating text translation routines from a set of smaller building blocks.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaUnicodeEscaper
Translates codepoints to their Unicode escaped value suitable for Java source.
|
class |
NumericEntityEscaper
Translates codepoints to their XML numeric entity escaped value.
|
class |
UnicodeEscaper
Translates codepoints to their Unicode escaped value.
|
class |
UnicodeUnpairedSurrogateRemover
Helper subclass to CharSequenceTranslator to remove unpaired surrogates.
|
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.