Class UnicodeToIso5426

    • Constructor Detail

      • UnicodeToIso5426

        public UnicodeToIso5426()
    • Method Detail

      • convert

        public String convert​(String data)

        Converts UCS/Unicode data to UNIMARC (ISO 5426 charset).

        A question mark (0x3F) is returned if there is no match.

        Specified by:
        convert in interface CharacterConverter
        Parameters:
        data - the UCS/Unicode data
        Returns:
        String - the UNIMARC (ISO 5426 charset) data
      • convert

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

        Converts UCS/Unicode data to UNIMARC (ISO 5426 charset).

        A question mark (0x3F) is returned if there is no match.

        Specified by:
        convert in interface CharacterConverter
        Parameters:
        data - the UCS/Unicode data
        Returns:
        char[] - the UNIMARC (ISO 5426 charset) data