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 CodePage037 extends SingleByteCodePage

    Permalink

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

  3. 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.

  4. class CodePage1025 extends SingleByteCodePage

    Permalink

    EBCDIC code page with full Cyrillic-charset

  5. class CodePage1047 extends SingleByteCodePage

    Permalink

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

  6. class CodePage1364 extends TwoByteCodePage

    Permalink

    EBCDIC code page CCSID-1364 (Korean).

  7. class CodePage1388 extends TwoByteCodePage

    Permalink

    EBCDIC code page CCSID-1388 (Simplified Chinese)

  8. class CodePage300 extends TwoByteCodePage

    Permalink

    EBCDIC code page 300 Japanese Latin Host Double-Byte.

  9. class CodePage838 extends SingleByteCodePage

    Permalink

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

  10. 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

  11. class CodePage875 extends SingleByteCodePage

    Permalink

    EBCDIC code page 875 contains all of the Greek characters.

  12. 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.

  13. 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.

  14. abstract class SingleByteCodePage extends CodePage

    Permalink

    The base class for all single-byte EBCDIC decoders.

  15. abstract class TwoByteCodePage extends CodePage

    Permalink

    The base class for all two-byte EBCDIC decoders.

  16. class TwoByteTables1364 extends AnyRef

    Permalink
  17. class TwoByteTables1388 extends AnyRef

    Permalink
  18. class TwoByteTables300 extends AnyRef

    Permalink

Value Members

  1. object CodePage extends Logging with Serializable

    Permalink
  2. object CodePage037 extends Serializable

    Permalink
  3. object CodePage037Ext extends Serializable

    Permalink
  4. object CodePage1025 extends Serializable

    Permalink
  5. object CodePage1047 extends Serializable

    Permalink
  6. object CodePage1364 extends Serializable

    Permalink
  7. object CodePage1388 extends Serializable

    Permalink
  8. object CodePage300 extends Serializable

    Permalink
  9. object CodePage838 extends Serializable

    Permalink
  10. object CodePage870 extends Serializable

    Permalink
  11. object CodePage875 extends Serializable

    Permalink
  12. object CodePageCommon extends Serializable

    Permalink
  13. object CodePageCommonExt extends Serializable

    Permalink
  14. object TwoByteCodePage extends Serializable

    Permalink

Ungrouped