Uses of Class
org.apache.commons.text.translate.CodePointTranslator
Packages that use 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
Subclasses of CodePointTranslator in org.apache.commons.text.translateModifier and TypeClassDescriptionclassTranslates codepoints to their Unicode escaped value suitable for Java source.classTranslates codepoints to their XML numeric entity escaped value.classTranslates codepoints to their Unicode escaped value.classHelper subclass to CharSequenceTranslator to remove unpaired surrogates.