Class 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.
      • 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.