Package org.apache.abdera.i18n.text
Class Normalizer
java.lang.Object
org.apache.abdera.i18n.text.Normalizer
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Performs Unicode Normalization (Form D,C,KD and KC)
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringnormalize(CharSequence source) Deprecated.Normalize the string using NFKCstatic Stringnormalize(CharSequence source, Normalizer.Form form) Deprecated.Normalize the string using the specified Formstatic Stringnormalize(CharSequence source, Normalizer.Form form, StringBuilder buf) Deprecated.Normalize the string into the given StringBuilder using the given Form
-
Method Details
-
normalize
Deprecated.Normalize the string using NFKC -
normalize
Deprecated.Normalize the string using the specified Form -
normalize
Deprecated.Normalize the string into the given StringBuilder using the given Form
-