Reserverd UNI2K and NETHER to add keying
This commit is contained in:
parent
7cf1160dd7
commit
456c14d7d4
|
@ -256,14 +256,14 @@ public enum FourCornerDotCake {
|
||||||
|
|
||||||
// =========== Allow more data grams for legacy unicode and next generation unicode
|
// =========== Allow more data grams for legacy unicode and next generation unicode
|
||||||
|
|
||||||
/// Support lower 11 bit of unicode to be encoded with one cake point.
|
|
||||||
FC_UNI2K_11(0x27000, 2048, "Unicode page point"),
|
|
||||||
/// Optional select for the 11 bit half word, to get full 21 bit unicode-one point.
|
|
||||||
FC_UNI2K_22(0x27800, 2048, "Unicode page select"),
|
|
||||||
|
|
||||||
/// MUST Prefix with __ESC18_NETHER, than pack big indian octals per 5, which is 15 bit data in one 18 bit cake point.
|
/// MUST Prefix with __ESC18_NETHER, than pack big indian octals per 5, which is 15 bit data in one 18 bit cake point.
|
||||||
/// This can encode dark text data like icons, bitmap images or vector images and unicode4D/etc.
|
/// This can encode dark text data like icons, bitmap images or vector images and unicode4D/etc.
|
||||||
FC_NETHER(0x28000, 32768, "Dark octal data"),
|
FC_NETHER(0x27000, 32768, "Dark octal data"),
|
||||||
|
|
||||||
|
/// Support lower 11 bit of unicode to be encoded with one cake point.
|
||||||
|
FC_UNI2K_11(0x30000 - 4096, 2048, "Unicode page point"),
|
||||||
|
/// Optional select for the 11 bit half word, to get full 21 bit unicode-one point.
|
||||||
|
FC_UNI2K_22(0x30000 - 2048, 2048, "Unicode page select"),
|
||||||
|
|
||||||
// =========== Allow big terminators to learn a computer math
|
// =========== Allow big terminators to learn a computer math
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue