Class SimpleNormalizer

  • All Implemented Interfaces:
    Normalizer

    public class SimpleNormalizer
    extends java.lang.Object
    implements Normalizer
    Author:
    Simon Thoresen Hult
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String normalize​(java.lang.String input)
      NFKC normalizes a String.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleNormalizer

        public SimpleNormalizer()
    • Method Detail

      • normalize

        public java.lang.String normalize​(java.lang.String input)
        Description copied from interface: Normalizer
        NFKC normalizes a String.
        Specified by:
        normalize in interface Normalizer
        Parameters:
        input - the string to normalize
        Returns:
        the normalized string