info.magnolia.cms.util
Class UnicodeNormalizer
java.lang.Object
info.magnolia.cms.util.UnicodeNormalizer
public class UnicodeNormalizer
- extends Object
A wrapper around java.text.Normalizer
note: If needed, one can use their own implementation,
by setting the info.magnolia.cms.util.UnicodeNormalizer$Normalizer system property.
- Version:
- $Revision: $ ($Author: $)
- Author:
- gjoseph
- See Also:
Normalizer
,
http://en.wikipedia.org/wiki/Unicode_equivalence#Normal_forms for more information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnicodeNormalizer
public UnicodeNormalizer()
normalizeNFC
public static String[] normalizeNFC(String[] values)
normalizeNFC
public static String normalizeNFC(String in)
- Normalizes the given String to the NFC form.
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.