Class AnselToUnicode

    • Field Detail

      • loadedMultibyte

        protected boolean loadedMultibyte
    • Constructor Detail

      • AnselToUnicode

        public AnselToUnicode()
    • Method Detail

      • loadMultibyte

        public void loadMultibyte()

        Loads the entire maping (including multibyte characters) from the Library of Congress.

      • convert

        public String convert​(String data)

        Converts MARC-8 data to UCS/Unicode.

        Specified by:
        convert in interface CharacterConverter
        Parameters:
        data - the MARC-8 data
        Returns:
        String - the UCS/Unicode data
      • convert

        public char[] convert​(char[] data)

        Converts MARC-8 data to UCS/Unicode.

        Specified by:
        convert in interface CharacterConverter
        Parameters:
        data - the MARC-8 data
        Returns:
        char[] - the UCS/Unicode data