Christian Egli
Christian Egli
It appears that the length of a line is limited to 2048. See the [`getALine` function](https://github.com/liblouis/liblouis/blob/master/liblouis/compileTranslationTable.c#L559) which limits the line length to `MAXSTRING` which is [currently defined as 2048](https://github.com/liblouis/liblouis/blob/master/liblouis/louis.h#L73). I...
Hm, I still think it sucks to have artificial limits on the length of args.
Good effort, thanks @bertfrees. The meta data tables should be merged with the "real tables". And the above overview table should probably go into a wiki page
Not it is not really solved > The real solution for this problem would be to search all opcodes for a indicator dot pattern and apply them all.
Presumably you are talking about `ta-ta-g1.ctb`. What happens if you move `include en-us-g1.ctb` to the end of `ta-ta-g1.ctb`? Oh, and pretty please :-), could you enhance `tests/braille-specs/ta-ta-g1_harness.yaml` to contain a...
Hi @foxxydev I'd be happy to make the tables more uniform. If you have a suggestion, a "style" (whatever you mean by that) or even some kind of formatting tool...
@foxxydev can you push your branch somewhere so we can have a look at comment?