Class UCharacterUtility


  • public final class UCharacterUtility
    extends Object
    Internal character utility class for simple data type conversion and String parsing functions. Does not have an analog in the JDK.
    Since:
    sep2900
    • Method Detail

      • isNonCharacter

        public static boolean isNonCharacter​(int ch)
        Determines if codepoint is a non character
        Parameters:
        ch - codepoint
        Returns:
        true if codepoint is a non character false otherwise