Class 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 NFKC
      static java.lang.String normalize​(java.lang.CharSequence source, Normalizer.Form form)
      Deprecated.
      Normalize the string using the specified Form
      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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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