Uses of Class
org.apache.commons.text.translate.CodePointTranslator
Package
Description
An API for creating text translation routines from a set of smaller building blocks.
-
Uses of CodePointTranslator in org.apache.commons.text.translate
Modifier and TypeClassDescriptionclass
Translates code points to their Unicode escaped value suitable for Java source.class
Translates code points to their XML numeric entity escaped value.class
Translates code points to their Unicode escaped value.class
Helper subclass to CharSequenceTranslator to remove unpaired surrogates.