Package

za.co.absa.cobrix.cobol.parser.encoding

codepage

Permalink

package codepage

Visibility
  1. Public
  2. All

Type Members

  1. abstract class CodePage extends Serializable

    Permalink

    A trait for generalizing EBCDIC to ASCII conversion tables for different EBCDIC code pages.

  2. class CodePage00300 extends TwoByteCodePage

    Permalink

    EBCDIC code page 300 Japanese Latin Host Double-Byte.

  3. class CodePage037 extends SingleByteCodePage

    Permalink

    EBCDIC code page 37 contains all of the standard Latin-1 characters.

  4. class CodePage037Ext extends SingleByteCodePage

    Permalink

    EBCDIC code page 37 contains all of the standard Latin-1 characters.

    EBCDIC code page 37 contains all of the standard Latin-1 characters.

    In addition to "cp037" code page it contains conversions for non-printable characters.

  5. class CodePage1025 extends SingleByteCodePage

    Permalink

    EBCDIC code page with full Cyrillic-charset

  6. class CodePage1047 extends SingleByteCodePage

    Permalink

    EBCDIC code page 1047 contains all of the Latin-1/Open System characters.

  7. class CodePage838 extends SingleByteCodePage

    Permalink

    EBCDIC code page with support for Thai script used in IBM mainframes

  8. class CodePage870 extends SingleByteCodePage

    Permalink

    EBCDIC code page with full Latin-2-charset used in IBM mainframes in Albania, Bosnia and Herzegovina, Croatia, Czech Republic, Hungary, Poland, Romania, Slovakia, and Slovenia

  9. class CodePage875 extends SingleByteCodePage

    Permalink

    EBCDIC code page 875 contains all of the Greek characters.

  10. class CodePageCommon extends SingleByteCodePage

    Permalink

    A "common" EBCDIC to ASCII table.

    A "common" EBCDIC to ASCII table.

    It is an "invariant" subset of EBCDIC. Each converted symbol should be present in all EBCDIC pages.

  11. class CodePageCommonExt extends SingleByteCodePage

    Permalink

    A "common extended" EBCDIC to ASCII table.

    A "common extended" EBCDIC to ASCII table.

    It is an "invariant" subset of EBCDIC. Each converted symbol should be present in all EBCDIC pages. In addition to "common" code page it contains conversions for non-printable characters.

  12. abstract class SingleByteCodePage extends CodePage

    Permalink

    The base class for all single-byte EBCDIC decoders.

  13. abstract class TwoByteCodePage extends CodePage

    Permalink

    The base class for all two-byte EBCDIC decoders.

Value Members

  1. object CodePage extends Logging with Serializable

    Permalink
  2. object CodePage00300 extends Serializable

    Permalink
  3. object CodePage037 extends Serializable

    Permalink
  4. object CodePage037Ext extends Serializable

    Permalink
  5. object CodePage1025 extends Serializable

    Permalink
  6. object CodePage1047 extends Serializable

    Permalink
  7. object CodePage838 extends Serializable

    Permalink
  8. object CodePage870 extends Serializable

    Permalink
  9. object CodePage875 extends Serializable

    Permalink
  10. object CodePageCommon extends Serializable

    Permalink
  11. object CodePageCommonExt extends Serializable

    Permalink

Ungrouped