gnu.inet.encoding
Class NFKC
java.lang.Object
gnu.inet.encoding.NFKC
public class NFKC
- extends Object
This class offers static methods for Unicode NFKC string normalization.
|
Constructor Summary |
NFKC()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NFKC
public NFKC()
normalizeNFKC
public static String normalizeNFKC(String in)
- Applies NFKC normalization to a string.
- Parameters:
in - The string to normalize.
- Returns:
- An NFKC normalized string.
Copyright © 2013 Tigase. All Rights Reserved.