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 java.lang.ObjectDeprecated.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 java.lang.Stringprep(java.lang.String s)Deprecated.
-
-
-
Method Detail
-
prep
public static java.lang.String prep(java.lang.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.
-
-