Packages

package codepage

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class CodePage extends Serializable

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

  2. class CodePage037 extends SingleByteCodePage

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

  3. class CodePage037Ext extends SingleByteCodePage

    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

    EBCDIC code page with full Cyrillic-charset

  5. class CodePage1047 extends SingleByteCodePage

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

  6. class CodePage1364 extends TwoByteCodePage

    EBCDIC code page CCSID-1364 (Korean).

  7. class CodePage1388 extends TwoByteCodePage

    EBCDIC code page CCSID-1388 (Simplified Chinese)

  8. class CodePage300 extends TwoByteCodePage

    EBCDIC code page 300 Japanese Latin Host Double-Byte.

  9. class CodePage838 extends SingleByteCodePage

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

  10. class CodePage870 extends SingleByteCodePage

    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

    EBCDIC code page 875 contains all of the Greek characters.

  12. class CodePageCommon extends SingleByteCodePage

    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

    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

    The base class for all single-byte EBCDIC decoders.

  15. abstract class TwoByteCodePage extends CodePage

    The base class for all two-byte EBCDIC decoders.

  16. class TwoByteTables1364 extends AnyRef

    These tables are originally created by Markus Schumacher and contributed to Cobrix by @BenceBenedek (https://github.com/BenceBenedek)

  17. class TwoByteTables1388 extends AnyRef

    These tables are originally created by Markus Schumacher and contributed to Cobrix by @BenceBenedek (https://github.com/BenceBenedek)

  18. class TwoByteTables300 extends AnyRef

    These tables are originally created by Markus Schumacher and contributed to Cobrix by @BenceBenedek (https://github.com/BenceBenedek)

Value Members

  1. object CodePage extends Logging with Serializable
  2. object CodePage037 extends Serializable
  3. object CodePage037Ext extends Serializable
  4. object CodePage1025 extends Serializable
  5. object CodePage1047 extends Serializable
  6. object CodePage1364 extends Serializable
  7. object CodePage1388 extends Serializable
  8. object CodePage300 extends Serializable
  9. object CodePage838 extends Serializable
  10. object CodePage870 extends Serializable
  11. object CodePage875 extends Serializable
  12. object CodePageCommon extends Serializable
  13. object CodePageCommonExt extends Serializable
  14. object TwoByteCodePage extends Serializable

Ungrouped