Added escape sequences to FC18 maisdoc
This commit is contained in:
parent
9078b2b60d
commit
d401b4c083
9 changed files with 158 additions and 29 deletions
|
|
@ -44,7 +44,7 @@ public class FCDotVT06Test {
|
|||
@Test
|
||||
public void testCusorGoto() throws Exception {
|
||||
List<FourCornerX06BaklavaPointSequence> cdc = new ArrayList<>();
|
||||
cdc.add(VTDash06DotZeroACursor.NX_CURSOR_GOTO);
|
||||
cdc.add(VTDash06DotZeroACursor.VT_CURSOR_GOTO);
|
||||
cdc.addAll(FourCornerUnicodeMapper.DICTIONARY.toDecimalsX06(123)); // TODO: fix these are the wrong, we need to use the txt grams version
|
||||
cdc.add(FCDotCDC1604DashP6._RAKA_QUESTION);
|
||||
cdc.addAll(FourCornerUnicodeMapper.DICTIONARY.toDecimalsX06(456));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue