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.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 boolean
isB1(int c)
Deprecated.static boolean
isLCat(int c)
Deprecated.static boolean
isProhibited(int c)
Deprecated.static boolean
isRandAL(int c)
Deprecated.static java.lang.String
prep(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.
-
-