48 lines
1.1 KiB
Plaintext
Executable File
48 lines
1.1 KiB
Plaintext
Executable File
* JAPANESE: EBCDIK, NEBCDIK and EBCDIC control characters
|
|
* Lists all the control Character codes from the EBCDIK, EBCDIC and NEC EBCDIK
|
|
* character set. Since all thre tables have the same Control Characters, this
|
|
* approach has been taken.
|
|
*************************************************************************************
|
|
* REVISIONS : January 28, 1999 -> Transferred DEL (07) from JPN-EBCDIK
|
|
* January 13, 1999 -> Removed extra characters included from the first
|
|
* revision
|
|
* January 12, 1999 -> Removed ASCII SPACE (0020) and transferred to
|
|
* files JPN-EBCDIK, JPN-EBCDIC and JPN-NEBCDIK
|
|
* January 8, 1999 -> Sorted According to External Codes (Prev Unicode)
|
|
*
|
|
*************************************************************************************
|
|
*EBCDIKC UNICODE
|
|
00 0000
|
|
01 0001
|
|
02 0002
|
|
03 0003
|
|
05 0009
|
|
07 007F
|
|
0B 000B
|
|
0C 000C
|
|
0D 000D
|
|
0E 000E
|
|
0F 000F
|
|
10 0010
|
|
11 0011
|
|
12 0012
|
|
13 0013
|
|
16 0008
|
|
18 0018
|
|
19 0019
|
|
1C 001C
|
|
1D 001D
|
|
1E 001E
|
|
1F 001F
|
|
25 000A
|
|
26 0017
|
|
27 001B
|
|
2D 0005
|
|
2E 0006
|
|
2F 0007
|
|
32 0016
|
|
37 0004
|
|
3C 0014
|
|
3D 0015
|
|
3F 001A
|