package codepage
- Alphabetic
- Public
- All
Type Members
-
abstract
class
CodePage extends Serializable
A trait for generalizing EBCDIC to ASCII conversion tables for different EBCDIC code pages.
-
class
CodePage037 extends SingleByteCodePage
EBCDIC code page 37 contains all of the standard Latin-1 characters.
-
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.
-
class
CodePage1025 extends SingleByteCodePage
EBCDIC code page with full Cyrillic-charset
-
class
CodePage1047 extends SingleByteCodePage
EBCDIC code page 1047 contains all of the Latin-1/Open System characters.
-
class
CodePage1364 extends TwoByteCodePage
EBCDIC code page CCSID-1364 (Korean).
-
class
CodePage1388 extends TwoByteCodePage
EBCDIC code page CCSID-1388 (Simplified Chinese)
-
class
CodePage300 extends TwoByteCodePage
EBCDIC code page 300 Japanese Latin Host Double-Byte.
-
class
CodePage838 extends SingleByteCodePage
EBCDIC code page with support for Thai script used in IBM mainframes
-
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
-
class
CodePage875 extends SingleByteCodePage
EBCDIC code page 875 contains all of the Greek characters.
-
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.
-
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.
-
abstract
class
SingleByteCodePage extends CodePage
The base class for all single-byte EBCDIC decoders.
-
abstract
class
TwoByteCodePage extends CodePage
The base class for all two-byte EBCDIC decoders.
-
class
TwoByteTables1364 extends AnyRef
These tables are originally created by Markus Schumacher and contributed to Cobrix by @BenceBenedek (https://github.com/BenceBenedek)
-
class
TwoByteTables1388 extends AnyRef
These tables are originally created by Markus Schumacher and contributed to Cobrix by @BenceBenedek (https://github.com/BenceBenedek)
-
class
TwoByteTables300 extends AnyRef
These tables are originally created by Markus Schumacher and contributed to Cobrix by @BenceBenedek (https://github.com/BenceBenedek)
Value Members
- object CodePage extends Logging with Serializable
- object CodePage037 extends Serializable
- object CodePage037Ext extends Serializable
- object CodePage1025 extends Serializable
- object CodePage1047 extends Serializable
- object CodePage1364 extends Serializable
- object CodePage1388 extends Serializable
- object CodePage300 extends Serializable
- object CodePage838 extends Serializable
- object CodePage870 extends Serializable
- object CodePage875 extends Serializable
- object CodePageCommon extends Serializable
- object CodePageCommonExt extends Serializable
- object TwoByteCodePage extends Serializable