Interface CharacterSet

    • Method Detail

      • inCharset

        boolean inCharset​(int ch)
        Determine if a character is present in the character set
        Parameters:
        ch - the codepoint being tested
        Returns:
        true if the codepoint is supported
      • getCanonicalName

        java.lang.String getCanonicalName()
        Get the preferred Java name of the character set. Note that Java in many cases also supports a "historic name".
        Returns:
        the preferred Java name