Made data-grams follow natual ordering of numbers
This commit is contained in:
parent
0eee64ef41
commit
92b145eb6d
|
@ -188,10 +188,11 @@ public enum FourCornerDotCake {
|
||||||
FC_IBM1616_H8(1024, 256, "Interim Byte Mode, custom HEX codes"),
|
FC_IBM1616_H8(1024, 256, "Interim Byte Mode, custom HEX codes"),
|
||||||
FC_NES0127_9C(1280, 27, "Nigerian Extra Smile"),
|
FC_NES0127_9C(1280, 27, "Nigerian Extra Smile"),
|
||||||
FC_ESC0109_S9(1307, 9, "Eccentric Symbol Code"),
|
FC_ESC0109_S9(1307, 9, "Eccentric Symbol Code"),
|
||||||
FC_W3C0107_S7(1316, 7, "Water 3th Color"),
|
FC_NEC0105_S5(1316, 5, "New Endian Compass"),
|
||||||
FC_SCO0106_S6(1323, 6, "Six Character Object"),
|
FC_W3C0107_S7(1321, 7, "Water 3th Color"),
|
||||||
FC_NEC0105_S5(1329, 5, "New Endian Compass"),
|
FC_NXP0103_S3(1328, 3, "Natural X-state Phasing, for high impedance (Hi-Z) signals"),
|
||||||
FC_NXP0103_S3(1334, 3, "Natural X-state Phasing, for high impedance (Hi-Z) signals"),
|
FC_SCO0106_S6(1331, 6, "Six Character Object"),
|
||||||
|
|
||||||
/// See: https://www.ibm.com/docs/en/db2/11.5?topic=uce-code-page-coded-character-set-identifier-ccsid-numbers-unicode-graphic-data
|
/// See: https://www.ibm.com/docs/en/db2/11.5?topic=uce-code-page-coded-character-set-identifier-ccsid-numbers-unicode-graphic-data
|
||||||
// TODO: check if ?? Remove CDC white space and newline !!!
|
// TODO: check if ?? Remove CDC white space and newline !!!
|
||||||
FC_UWU0101_S1(1337, 1, "Universal White Unidad, inner space indicator"),
|
FC_UWU0101_S1(1337, 1, "Universal White Unidad, inner space indicator"),
|
||||||
|
|
Loading…
Reference in a new issue