Bert Frees
Bert Frees
The workflow is run now, but for some reason the zip is not uploaded. @egli is there something wrong with this line? ```yaml if: ${{ github.event_name == 'push' && github.ref...
Oh, it seems to have worked now.
@egli Could you make sure this ends up in a German test file?
Closing this old issue and replacing with https://github.com/liblouis/liblouis/issues/1395. Can always be re-opened if needed.
I suggest we do this instead: https://github.com/liblouis/liblouis/issues/1401
Fixed by https://github.com/liblouis/liblouis/pull/1424
https://github.com/liblouis/liblouis/issues/865 might be required to fix this.
> I don't understand the difference between opcode digit and litdigit As far as I understand `litdigit` is especially important to get back-translation right. > Do we actually need both...
> It starts adding an extra dot 56 I guess that must be because this rule does not match anymore: noback pass2 _$d[@6-56]$U @6 # handle "1234Card" Try changing it...
Have you tried rearranging the rules so that `punctuation . 256` comes before `digit 4 256`?