org.apache.abdera.i18n.text
Class Nameprep

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

public class Nameprep
extends Object

Implements the Nameprep protocol


Field Summary
static int[][] b2data
           
static int[] b2index
           
 
Constructor Summary
Nameprep()
           
 
Method Summary
static int[] B2(int c)
           
static boolean isB1(int c)
           
static boolean isLCat(int c)
           
static boolean isProhibited(int c)
           
static boolean isRandAL(int c)
           
static String prep(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

b2index

public static final int[] b2index

b2data

public static final int[][] b2data
Constructor Detail

Nameprep

public Nameprep()
Method Detail

prep

public static String prep(String s)

B2

public static final int[] B2(int c)

isB1

public static boolean isB1(int c)

isProhibited

public static boolean isProhibited(int c)

isRandAL

public static boolean isRandAL(int c)

isLCat

public static boolean isLCat(int c)


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.