Package org.apache.abdera.i18n.text
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
-
-
Constructor Summary
Constructors Constructor Description Nameprep()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static int[]B2(int c)Deprecated.static booleanisB1(int c)Deprecated.static booleanisLCat(int c)Deprecated.static booleanisProhibited(int c)Deprecated.static booleanisRandAL(int c)Deprecated.static Stringprep(String s)Deprecated.
-
-
-
Method Detail
-
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.
-
-