Package com.ibm.icu.charset


package com.ibm.icu.charset

Enhanced charset conversion support.

CharsetICU, CharsetProviderICU, CharsetEncoderICU and CharsetDecoderICU provide conversion services for many charsets.
  • Class
    Description
    Callback API for CharsetICU API
    Decoder Callback interface
    Encoder Callback interface
    An abstract class that provides framework methods of decoding operations for concrete subclasses.
    An abstract class that provides framework methods of decoding operations for concrete subclasses.
    A subclass of java.nio.Charset for providing implementation of ICU's charset converters.
    A concrete subclass of CharsetProvider for loading and providing charset converters in ICU.
    Charset Selector A charset selector is built with a list of charset names and given an input CharSequence returns the list of names the corresponding charsets which can convert the CharSequence.