Bert Frees

Results 564 comments of Bert Frees

OK thanks. So what Mischa says matches the tests that were provided by Thilo.

For information, these are the rules that Thilo added to their version of the table: ``` endemphword italic 6-3 emphmodechars italic *()[]{} noemphchars italic \s/-\x2010\x2011\x2012\x2013\x2014*()[]{}„“‚‘«»‹›.,:;!¡?¿ ``` This is in addition...

https://github.com/liblouis/liblouis/pull/1199 fixes some of the issues.

Partly fixed by https://github.com/liblouis/liblouis/pull/1199 but needs more work. Removing from the milestone.

If you want a backslash in a translation rule you need to use a double backslash `\\` (or indeed, the ascii code `\x005c`), regardless of whether you are at the...

Also, the fact that you get no errors is definitely a bug.

Not an easy problem to solve. Do we even need the backslash-newline feature? Is it used?

We can also disallow things like sign # 3456 make `#` start a comment regardless of context (except if inside `"..."` or following a `\`), and possibly even require that...