Class Nameprep

java.lang.Object
org.apache.abdera.i18n.text.Nameprep

@Deprecated(since="2021-07-29") public class Nameprep extends Object
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Implements the Nameprep protocol
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int[][]
    Deprecated.
     
    static final int[]
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static final int[]
    B2(int c)
    Deprecated.
     
    static boolean
    isB1(int c)
    Deprecated.
     
    static boolean
    isLCat(int c)
    Deprecated.
     
    static boolean
    isProhibited(int c)
    Deprecated.
     
    static boolean
    isRandAL(int c)
    Deprecated.
     
    static String
    Deprecated.
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • b2index

      public static final int[] b2index
      Deprecated.
    • b2data

      public static final int[][] b2data
      Deprecated.
  • Constructor Details

    • Nameprep

      public Nameprep()
      Deprecated.
  • Method Details

    • prep

      public static String prep(String s)
      Deprecated.
    • B2

      public static final int[] B2(int c)
      Deprecated.
    • isB1

      public static boolean isB1(int c)
      Deprecated.
    • isProhibited

      public static boolean isProhibited(int c)
      Deprecated.
    • isRandAL

      public static boolean isRandAL(int c)
      Deprecated.
    • isLCat

      public static boolean isLCat(int c)
      Deprecated.