|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.inet.encoding.NFKC
public class NFKC
This class offers static methods for Unicode NFKC string normalization.
| Constructor Summary | |
|---|---|
NFKC()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
normalizeNFKC(java.lang.String in)
Applies NFKC normalization to a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NFKC()
| Method Detail |
|---|
public static java.lang.String normalizeNFKC(java.lang.String in)
in - The string to normalize.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||