|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.abdera.i18n.text.Normalizer
public final class Normalizer
Performs Unicode Normalization (Form D,C,KD and KC)
Nested Class Summary | |
---|---|
static class |
Normalizer.Form
|
Method Summary | |
---|---|
static String |
normalize(CharSequence source)
Normalize the string using NFKC |
static String |
normalize(CharSequence source,
Normalizer.Form form)
Normalize the string using the specified Form |
static String |
normalize(CharSequence source,
Normalizer.Form form,
StringBuilder buf)
Normalize the string into the given StringBuilder using the given Form |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String normalize(CharSequence source)
public static String normalize(CharSequence source, Normalizer.Form form)
public static String normalize(CharSequence source, Normalizer.Form form, StringBuilder buf)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |