Package org.apache.abdera.i18n.text
Class Normalizer
- java.lang.Object
-
- org.apache.abdera.i18n.text.Normalizer
-
@Deprecated(since="2021-07-29") public final class Normalizer extends java.lang.Object
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 Modifier and Type Class Description static class
Normalizer.Form
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.String
normalize(java.lang.CharSequence source)
Deprecated.Normalize the string using NFKCstatic java.lang.String
normalize(java.lang.CharSequence source, Normalizer.Form form)
Deprecated.Normalize the string using the specified Formstatic java.lang.String
normalize(java.lang.CharSequence source, Normalizer.Form form, java.lang.StringBuilder buf)
Deprecated.Normalize the string into the given StringBuilder using the given Form
-
-
-
Method Detail
-
normalize
public static java.lang.String normalize(java.lang.CharSequence source)
Deprecated.Normalize the string using NFKC
-
normalize
public static java.lang.String normalize(java.lang.CharSequence source, Normalizer.Form form)
Deprecated.Normalize the string using the specified Form
-
normalize
public static java.lang.String normalize(java.lang.CharSequence source, Normalizer.Form form, java.lang.StringBuilder buf)
Deprecated.Normalize the string into the given StringBuilder using the given Form
-
-