Uses of Class
org.apache.commons.lang3.text.translate.CodePointTranslator
-
Packages that use CodePointTranslator Package Description org.apache.commons.lang3.text.translate An API for creating text translation routines from a set of smaller building blocks. -
-
Uses of CodePointTranslator in org.apache.commons.lang3.text.translate
Subclasses of CodePointTranslator in org.apache.commons.lang3.text.translate Modifier and Type Class Description class
JavaUnicodeEscaper
Deprecated.As of 3.6, use Apache Commons Text UnicodeEscaper insteadclass
NumericEntityEscaper
Deprecated.As of 3.6, use Apache Commons Text NumericEntityEscaper insteadclass
UnicodeEscaper
Deprecated.As of 3.6, use Apache Commons Text UnicodeEscaper insteadclass
UnicodeUnpairedSurrogateRemover
Deprecated.As of 3.6, use Apache Commons Text UnicodeUnpairedSurrogateRemover instead
-