Bert Frees

Results 564 comments of Bert Frees

Here is some more explanation about the `.tbl` tables because it hasn't really been explained anywhere else yet. The current state is that there are two sets of tables. The...

No I'm not saying that. The Danish tables for example have metadata in the original tables, and that's fine. We don't need to add a `.tbl` file for each original,...

I'm not sure whether this is a real issue, as German braille does not encode capitalization. Can you please elaborate?

Thanks. Looks good. Should be rebased though.

No no don't worry. I will do it.

The following change in samples/repl/src/clojure-repl.scm fixes the issue: ```diff (output-port (macro-repl-channel-output-port channel))) - (if (##fixnum.< 0 level) + (if (##fx< 0 level) (##write level output-port)) - (if (##fixnum.< 0 depth)...

> At first I tried to solve this with the `multind` opcode (see https://github.com/liblouis/liblouis/pull/1167). But if you read the [docs](http://liblouis.org/documentation/liblouis.html#index-multind) carefully you'll see that it is just designed for multiple...

I've checked what makes that the following test (in numericmode.yaml) works, regardless of the order in which `nocontractsign 56` and `endcapsword 56` are defined. https://github.com/liblouis/liblouis/blob/60563f1bc69e50285259acf0ce895a5dbc2b5479/tests/yaml/numericmode.yaml#L141-L145 It is because of the...

In the next milestone we should fix this at least for `nonumsign` and `nocontractsign`.