Class CharacterModel


  • public class CharacterModel
    extends java.lang.Object
    Some support for the Character Model Recommendation from the W3C (currently in second last call working draft).
    • Constructor Detail

      • CharacterModel

        public CharacterModel()
    • Method Detail

      • isNormalFormC

        public static boolean isNormalFormC​(java.lang.String str)
        Is this string in Unicode Normal Form C.
        Parameters:
        str - The string to be tested.
      • startsWithComposingCharacter

        public static boolean startsWithComposingCharacter​(java.lang.String str)
      • isFullyNormalizedConstruct

        public static boolean isFullyNormalizedConstruct​(java.lang.String str)
        Is this string fully normalized as defined by the Character Model 2nd Last Call Working Draft.
        Parameters:
        str - The string to be tested.