Class CP852CharacterSet

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEncodingName()
      Determine the name of the Java character set encoding to be used
      boolean inCharset​(int ch)
      Determine if a character is present in the character set
      • Methods inherited from class java.lang.Object

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

      • CP852CharacterSet

        public CP852CharacterSet()
    • Method Detail

      • inCharset

        public final boolean inCharset​(int ch)
        Description copied from interface: CharacterSet
        Determine if a character is present in the character set
        Specified by:
        inCharset in interface CharacterSet