Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.inet.encoding.NFKC
public class NFKC
extends java.lang.Object
Method Summary | |
static String |
|
public static String normalizeNFKC(String in)
Applies NFKC normalization to a string.
- Parameters:
in
- The string to normalize.
- Returns:
- An NFKC normalized string.