| Name | Description | Type | Package | Framework |
| AggregateTranslator | Executes a sequence of translators one after the other. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
| CharSequenceTranslator | An API for translating text. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
| CodePointTranslator | Helper subclass to CharSequenceTranslator to allow for translations that will replace up to one character at a time. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
| EntityArrays | Class holding various entity data for HTML and XML - generally for use with the LookupTranslator. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
| JavaUnicodeEscaper | Translates codepoints to their Unicode escaped value suitable for Java source. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
| LookupTranslator | Translates a value using a lookup table. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
| NumericEntityEscaper | Translates codepoints to their XML numeric entity escaped value. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
| NumericEntityUnescaper | Translate XML numeric entities of the form [xX]?\d+;? to the specific codepoint. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
| NumericEntityUnescaper .OPTION | Class | org.apache.commons.lang3.text.translate.NumericEntityUnescaper | Apache Commons | |
| OctalUnescaper | Translate escaped octal Strings back to their octal values. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
| UnicodeEscaper | Translates codepoints to their Unicode escaped value. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
| UnicodeUnescaper | Translates escaped Unicode values of the form \\u+\d\d\d\d back to Unicode. | Class | org.apache.commons.lang3.text.translate | Apache Commons |
| UnicodeUnpairedSurrogateRemover | Helper subclass to CharSequenceTranslator to remove unpaired surrogates. | Class | org.apache.commons.lang3.text.translate | Apache Commons |