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 cbc0800..692f729 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 @@ -308,12 +308,12 @@ public enum FourCornerDotCake { // =========== Allow structures,sandworms and legacy unicode an pieve of the cake - /// Tele Type Ytructure00 zero one Spanish Peace + /// Tele teXt Terminator zero one Spanish Peace /// The "normal" space, An undefined UWU points to here, as that is a custom space like tab space. - FC_F4TXT0001_SP(0x026C00, 1, FCDotF4TXT0001DashSP.values(), "TXT00 zero one Spanish Peace"), + FC_F4TXT0001_SP(0x026C00, 1, FCDotF4TXT0001DashSP.values(), "Flag4 TXT00 zero one Spanish Peace"), /// Tele Type Ytructure00 zero one Nether Line - FC_F4TTY0001_NL(0x026C01, 1, FCDotF4TTY0001DashNL.values(), "TTY00 zero one Nether Line"), + FC_F4TTY0001_NL(0x026C01, 1, FCDotF4TTY0001DashNL.values(), "Flag4 TTY00 zero one Nether Line"), /// Reserved tele type ytructure controls. __RESERVED_TTY00(0x026C00 + 2, 0x026DC0 - 0x026C00 - 2, "Reserved for TTY00"), diff --git a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/cake2/flag4/FCDotF4TXT0001DashSP.java b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/cake2/flag4/FCDotF4TXT0001DashSP.java index e3da0f9..bd92189 100644 --- a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/cake2/flag4/FCDotF4TXT0001DashSP.java +++ b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/cake2/flag4/FCDotF4TXT0001DashSP.java @@ -26,7 +26,7 @@ import org.x4o.fc18.cake2.FourCornerDotCake; import org.x4o.fc18.cake2.FourCornerDotColleFlag4; /** - * "FC.F4TXT0001-SP" Four Corner Flag 4 Tele Type Ytucture00 zero one Spanish Peace empty space indicator for text. + * "FC.F4TXT0001-SP" Four Corner Flag 4 Tele teXt Terminator zero one Spanish Peace empty space indicator for text. * * @author Willem Cazander * @version 1.0 Jan 22, 2025 diff --git a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/cake2/zero33/dec1/FCDotINC0801DashP8.java b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/cake2/zero33/dec1/FCDotINC0801DashP8.java index 21121db..7f60411 100644 --- a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/cake2/zero33/dec1/FCDotINC0801DashP8.java +++ b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/cake2/zero33/dec1/FCDotINC0801DashP8.java @@ -39,22 +39,18 @@ import org.x4o.fc18.cake2.zero33.FCDotCDC1604DashP6; public enum FCDotINC0801DashP8 implements FourCornerX06BaklavaPointSequence, FourCornerX08MuffinPointSequence, FourCornerX18CakePointSequence { /// ¡¡¡ - /// Select italic mode. - INC_PIE9D_27, - - /// ¡¡¿ /// Select APL page 7A mode. INC_APL0127_P7A, - /// ¡¿¡ + /// ¡¡¿ /// Select APL page 7B mode. INC_APL0127_P7B, - /// ¡¿¿ + /// ¡¿¡ /// Select APL page 7C mode. INC_APL0127_P7C, - /// ¿¡¿ + /// ¡¿¿ /// Select BYD page 7D mode. INC_BYD0127_P7D, @@ -62,10 +58,14 @@ public enum FCDotINC0801DashP8 implements FourCornerX06BaklavaPointSequence, Fou /// Select BYD page 7E mode. INC_BYD0127_P7E, - /// ¿¡¡ + /// ¿¡¿ /// Select BYD page 7F mode. INC_BYD0127_P7F, + /// ¿¡¡ + /// Select italic mode. + INC_PIE9D_27, + /// ¿¿¿ // Select lower case mode. INC_PIE9C_26, diff --git a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java index e6b6c89..24c8bd8 100644 --- a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java +++ b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java @@ -633,14 +633,6 @@ public class FourCornerZionStenoLexer { // decModeReset(); // return false; // } - if (FCDotINC0801DashP8.INC_PIE9D_27.equals(cdcDECModeInc)) { - if (cdcPoint < FCDotCDC1604DashP6.NX01_A.ordinal() || cdcPoint > FCDotCDC1604DashP6.NX27_AMP.ordinal()) { - decModeReset(); - return false; - } - lexer.handler.strobeWord(FourCornerDotCake.FC_PIE9C_27, cdcPoint - FCDotCDC1604DashP6.NX01_A.ordinal()); - return true; - } if (FCDotINC0801DashP8.INC_APL0127_P7A.equals(cdcDECModeInc)) { if (cdcPoint < FCDotCDC1604DashP6.NX01_A.ordinal() || cdcPoint > FCDotCDC1604DashP6.NX27_AMP.ordinal()) { decModeReset(); @@ -689,6 +681,14 @@ public class FourCornerZionStenoLexer { lexer.handler.strobeWord(FourCornerDotCake.FC_BYD0127_P7F, cdcPoint - FCDotCDC1604DashP6.NX01_A.ordinal()); return true; } + if (FCDotINC0801DashP8.INC_PIE9D_27.equals(cdcDECModeInc)) { + if (cdcPoint < FCDotCDC1604DashP6.NX01_A.ordinal() || cdcPoint > FCDotCDC1604DashP6.NX27_AMP.ordinal()) { + decModeReset(); + return false; + } + lexer.handler.strobeWord(FourCornerDotCake.FC_PIE9C_27, cdcPoint - FCDotCDC1604DashP6.NX01_A.ordinal()); + return true; + } if (FCDotINC0801DashP8.INC_PIE9C_26.equals(cdcDECModeInc)) { if (cdcPoint < FCDotCDC1604DashP6.NX01_A.ordinal() || cdcPoint > FCDotCDC1604DashP6.NX26_Z.ordinal()) { decModeReset();