Package nl.vpro.util

Class ISO6937CharsetProvider.ISO6937CharsetEncoder

    • Constructor Detail

      • ISO6937CharsetEncoder

        protected ISO6937CharsetEncoder()
    • Method Detail

      • convert

        protected Byte[] convert​(char[] data)

        Converts UCS/Unicode data to ISO 6937.

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

        Parameters:
        data - - the UCS/Unicode data in an array of char
        Returns:
        byte- the ISO 6937 data