FC18: Bug fix for ultra wide space upper octal escaped decoding
This commit is contained in:
parent
2f42aa8b6b
commit
99bce14fd1
1 changed files with 1 additions and 1 deletions
|
|
@ -866,7 +866,7 @@ public class FourCornerZionStenoLexer implements FourCornerZionStenoPetroglyphs
|
||||||
return false; // not handled thus print
|
return false; // not handled thus print
|
||||||
}
|
}
|
||||||
FCDotCDC1604DiceSaw dice = diceOpt.get();
|
FCDotCDC1604DiceSaw dice = diceOpt.get();
|
||||||
if (dice.sideNothingY()) {
|
if (FCDotCDC1604DiceSaw.FACE_5NY.equals(dice) || FCDotCDC1604DiceSaw.FACE_6NY.equals(dice)) {
|
||||||
lexer.decModeReset();
|
lexer.decModeReset();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue