com.vgrs.xcode.idna
Class Normalize

java.lang.Object
  extended by com.vgrs.xcode.idna.Normalize

public class Normalize
extends java.lang.Object

This class perform NFKC normalization


Constructor Summary
Normalize()
           
 
Method Summary
static int[] execute(int[] aInput)
          Execute the normalization algorithm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Normalize

public Normalize()
Method Detail

execute

public static int[] execute(int[] aInput)
                     throws XcodeException
Execute the normalization algorithm

Parameters:
aInput - Unicode sequence to normalize
Returns:
Normalized Unicode sequence
Throws:
XcodeException - if the input string is null or with length == 0 or the input sequence cannot be normalized.


Copyright © 2000-2010 VeriSign Inc. All Rights Reserved