public class Normalizer
extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
Normalizer.Jdk15Normalizer
Normalizer that runs on JDK 1.5 / 5.0
|
private static class |
Normalizer.Jdk16Normalizer
Normalizer that runs on JDK 1.6 / 6.0 and higher
|
private static interface |
Normalizer.PlatformNormalizer
Generic interface for normalizers
|
Modifier and Type | Field and Description |
---|---|
private static Normalizer.PlatformNormalizer |
platformNormalizer |
Constructor and Description |
---|
Normalizer() |
Modifier and Type | Method and Description |
---|---|
static String |
normalize(String in)
Perform normalization on a string, meaning canonical decomposition
followed by canonical composition.
|
private static Normalizer.PlatformNormalizer platformNormalizer