Class CodeTable


  • public class CodeTable
    extends Object

    CodeTable defines a data structure to facilitate AnselToUnicode character conversion.

    Author:
    Corey Keith
    • Field Detail

      • charsets

        protected static Hashtable charsets
      • combining

        protected static Hashtable combining
    • Constructor Detail

      • CodeTable

        public CodeTable​(InputStream byteStream)
      • CodeTable

        public CodeTable​(String filename)
      • CodeTable

        public CodeTable​(URI uri)
    • Method Detail

      • isCombining

        public static boolean isCombining​(int i,
                                          int g0,
                                          int g1)
      • getChar

        public static char getChar​(int c,
                                   int mode)