private static class Normalizer.Jdk16Normalizer extends Object implements Normalizer.PlatformNormalizer
| Modifier and Type | Field and Description |
|---|---|
private Object |
form |
private Method |
method |
| Constructor and Description |
|---|
Jdk16Normalizer()
Constructor - use Java Reflection to locate the class and method
|
| Modifier and Type | Method and Description |
|---|---|
String |
normalize(String in)
Normalize a string using the method we found
|
public Jdk16Normalizer()
throws Exception
Exceptionpublic String normalize(String in)
normalize in interface Normalizer.PlatformNormalizer