|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vgrs.xcode.idna.Normalize
public class Normalize
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 |
|---|
public Normalize()
| Method Detail |
|---|
public static int[] execute(int[] aInput)
throws XcodeException
aInput - Unicode sequence to normalize
XcodeException - if the input string is null or with length == 0 or the input
sequence cannot be normalized.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||