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 commons-text UnicodeEscaper insteadclass
NumericEntityEscaper
Deprecated.as of 3.6, use commons-text NumericEntityEscaper insteadclass
UnicodeEscaper
Deprecated.as of 3.6, use commons-text UnicodeEscaper insteadclass
UnicodeUnpairedSurrogateRemover
Deprecated.as of 3.6, use commons-text UnicodeUnpairedSurrogateRemover instead
-