From 456c14d7d4e66bf65941ddf2d3fa3bbf7a27b7d3 Mon Sep 17 00:00:00 2001 From: Willem Date: Sat, 18 Jan 2025 14:44:07 +0100 Subject: [PATCH] Reserverd UNI2K and NETHER to add keying --- .../java/org/x4o/fc18/cake2/FourCornerDotCake.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/cake2/FourCornerDotCake.java b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/cake2/FourCornerDotCake.java index d899c25..bc869e8 100644 --- a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/cake2/FourCornerDotCake.java +++ b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/cake2/FourCornerDotCake.java @@ -256,14 +256,14 @@ public enum FourCornerDotCake { // =========== 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. /// 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