Removed old GAP18 enum value of FC18 cake index
This commit is contained in:
parent
9aa4f321cf
commit
0eee64ef41
|
@ -168,12 +168,9 @@ public enum FourCornerDotCake {
|
||||||
FC_PIE9D_26(1 + FC_PIE9D_25.getStop(), 26, FCDotPIE9DDash26.values()),
|
FC_PIE9D_26(1 + FC_PIE9D_25.getStop(), 26, FCDotPIE9DDash26.values()),
|
||||||
FC_PIE9D_27(1 + FC_PIE9D_26.getStop(), 27, FCDotPIE9DDash27.values()),
|
FC_PIE9D_27(1 + FC_PIE9D_26.getStop(), 27, FCDotPIE9DDash27.values()),
|
||||||
|
|
||||||
// __MIND_THE_GAP18(1 + FC_PIE9D_27.getStop(), 1024 - 1 - FC_PIE9D_27.getStop()),
|
|
||||||
|
|
||||||
// =========== Allow end-dark mode
|
// =========== Allow end-dark mode
|
||||||
|
|
||||||
// All child letter symbols are above, an adult computer language does use ZERO
|
// All child letter symbols are above, an adult computer language does cake point from above this line.
|
||||||
// cake point above this LINE of IBM1616 or lower cake points.
|
|
||||||
|
|
||||||
// Render data-grams and words;
|
// Render data-grams and words;
|
||||||
// - A 6 or 8 bit computer uses these escaped dark symbols
|
// - A 6 or 8 bit computer uses these escaped dark symbols
|
||||||
|
@ -184,28 +181,28 @@ public enum FourCornerDotCake {
|
||||||
|
|
||||||
// =========== Allow end-user select rendering of data gram packet per context
|
// =========== Allow end-user select rendering of data gram packet per context
|
||||||
|
|
||||||
FC_BMW0102_S2(1024 - 12, 2, "Binary Model Word encoding for bit 0 and bit 1 notation"),
|
FC_BMW0102_S2(1024 - 12, 2, "Binary Model Words, for bit 0 and bit 1 notation"),
|
||||||
FC_AMD0110_SA(1024 - 10, 10, "Application Methodoums Decimals, normal numbers"),
|
FC_AMD0110_SA(1024 - 10, 10, "Application Methodoums Decimals, normal numbers"),
|
||||||
|
|
||||||
/// Allow HEX to be displayed in Greek/Korean/Inuktitut/etc symbols.
|
/// Allow HEX to be displayed in Greek/Korean/Inuktitut/etc symbols.
|
||||||
FC_IBM1616_H8(1024, 256, "Interim Byte Mode, embed raw Hex 8 bit Data"),
|
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_W3C0107_S7(1316, 7, "Water 3th Color"),
|
||||||
FC_SCO0106_S6(1323, 6, "Six Character Object"),
|
FC_SCO0106_S6(1323, 6, "Six Character Object"),
|
||||||
FC_NEC0105_S5(1329, 5, "New Endian Compass"),
|
FC_NEC0105_S5(1329, 5, "New Endian Compass"),
|
||||||
FC_NXP0103_S3(1334, 3, "Natural X-state Phasing for tri-state or high impedance (Hi-Z) signals"),
|
FC_NXP0103_S3(1334, 3, "Natural X-state Phasing, for high impedance (Hi-Z) signals"),
|
||||||
/// 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"),
|
FC_UWU0101_S1(1337, 1, "Universal White Unidad, inner space indicator"),
|
||||||
FC_DNA0104_S4(1338, 4, "Direct Nuclear Air strike for quadratonic values"),
|
FC_DNA0104_S4(1338, 4, "Direct Nuclear Air strike, of quadratonic values"),
|
||||||
|
|
||||||
/// Reserved for future data grams use
|
/// Reserved for future data grams use
|
||||||
__RESERVED_DATAGRAMS(1 + FC_DNA0104_S4.getStop(), 1464 - 1 - FC_DNA0104_S4.getStop()),
|
__RESERVED_DATAGRAMS(1 + FC_DNA0104_S4.getStop(), 1464 - 1 - FC_DNA0104_S4.getStop()),
|
||||||
|
|
||||||
FC_OCE0801_H3(1464, 8, "Octal Character Encoding in Hinari 3 bit"),
|
FC_OCE0801_H3(1464, 8, "Octal Character Encoding, in Hinari 3 bit"),
|
||||||
FC_OCE0808_H6(1472, 64, "Octal Character Encoding in Hinari 6 bit"),
|
FC_OCE0808_H6(1472, 64, "Octal Character Encoding, in Hinari 6 bit"),
|
||||||
FC_OCE0864_H9(1536, 512, "Octal Character Encoding in Hinari 9 bit"),
|
FC_OCE0864_H9(1536, 512, "Octal Character Encoding, in Hinari 9 bit"),
|
||||||
|
|
||||||
// =========== Allow visible password as words in text
|
// =========== Allow visible password as words in text
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue