FC18: Bug fix for ultra wide space upper octal escaped decoding

This commit is contained in:
Willem Cazander 2025-09-28 16:56:27 +02:00
parent 2f42aa8b6b
commit 99bce14fd1

View file

@ -866,7 +866,7 @@ public class FourCornerZionStenoLexer implements FourCornerZionStenoPetroglyphs
return false; // not handled thus print
}
FCDotCDC1604DiceSaw dice = diceOpt.get();
if (dice.sideNothingY()) {
if (FCDotCDC1604DiceSaw.FACE_5NY.equals(dice) || FCDotCDC1604DiceSaw.FACE_6NY.equals(dice)) {
lexer.decModeReset();
return false;
}