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 CodePage

    Permalink

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

  3. class CodePage037Ext extends CodePage

    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 CodePage1047 extends CodePage

    Permalink

    EBCDIC code page 875 contains all of the Greek characters.

  5. class CodePage875 extends CodePage

    Permalink

    EBCDIC code page 875 contains all of the Greek characters.

  6. class CodePageCommon extends CodePage

    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.

  7. class CodePageCommonExt extends CodePage

    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.

Value Members

  1. object CodePage extends Logging with Serializable

    Permalink

Ungrouped