Package 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
Constructors Constructor Description NFKC()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringnormalizeNFKC(String in)Applies NFKC normalization to a string.
-