Example usage for Java java.text Normalizer fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | isNormalized(CharSequence src, Form form) Determines if the given sequence of char values is normalized. |
String | normalize(CharSequence src, Form form) Normalize a sequence of char values. |