Package gnu.inet.encoding
Class NFKC
- java.lang.Object
-
- gnu.inet.encoding.NFKC
-
public class NFKC extends java.lang.Object
This class offers static methods for Unicode NFKC string normalization.
-
-
Constructor Summary
Constructors Constructor Description NFKC()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
normalizeNFKC(java.lang.String in)
Applies NFKC normalization to a string.
-