public class UnicodeNormalizer extends Object
Normalizer
,
http://en.wikipedia.org/wiki/Unicode_equivalence#Normal_forms for more information.Modifier and Type | Class and Description |
---|---|
static class |
UnicodeNormalizer.AutoDetectNormalizer
Tries to load the normalizer dynamically and respects the property
MagnoliaConfigurationProperties.MAGNOLIA_UTF8_ENABLED . |
static class |
UnicodeNormalizer.Java6Normalizer
Java 6 Normalizer wrapper.
|
static class |
UnicodeNormalizer.NonNormalizer
Returns the original value unchanged.
|
static interface |
UnicodeNormalizer.Normalizer
Used to normalize a String.
|
Constructor and Description |
---|
UnicodeNormalizer() |
Modifier and Type | Method and Description |
---|---|
static String |
normalizeNFC(String in)
Normalizes the given String to the NFC form.
|
static String[] |
normalizeNFC(String[] values) |
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.