gnu.inet.encoding
Class NFKC

java.lang.Object
  extended by gnu.inet.encoding.NFKC

public class NFKC
extends java.lang.Object

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

NFKC

public NFKC()
Method Detail

normalizeNFKC

public static java.lang.String normalizeNFKC(java.lang.String in)
Applies NFKC normalization to a string.

Parameters:
in - The string to normalize.
Returns:
An NFKC normalized string.


Copyright © 2010 Tigase. All Rights Reserved.