Bert Frees

Results 89 issues of Bert Frees

Replaces https://github.com/liblouis/liblouis/pull/1303.

needs maintainer

See check_all_tables.pl.log. Also, enhance the check_all_tables.pl script so that it print the names of the tables to which the warnings apply.

tables
help wanted
good first issue

By default braille will be displayed with mode `dotsIO | ucBrl`. This can be overwritten with the `--display-table` option, e.g.: ```sh lou_translate --display-table en-us-brf.dis language:en grade:2 region:en-US ``` To get...

enhancement

(or warning, see https://github.com/liblouis/liblouis/issues/563) Currently, an error is raised for \y or \z escape sequences, but not for UTF-8 characters above U+FFFF.

enhancement

The `emphclass` opcode doesn't really have a purpose anymore (or never really had). Emphasis classes could be added implicitly whenever a new class is used in a `emphletter`/`begemphword`/`endemphword`/`begemph`/`endemph`/`begemphphrase`/`endemphphrase`/`lenemphphrase` rule. I...

Do this in such a way that display tables won't match a query when we're looking for a translation table.

enhancement

Only do the [YAML interpreting (in double-quoted scalars)](http://yaml.org/spec/1.2/spec.html#escaping/in%20double-quoted%20scalars/) and skip the Liblouis interpreting (`_lou_extParseChars`), except inside inline tables. See also https://github.com/liblouis/liblouis/issues/596#issuecomment-415372040.

enhancement

See the [current list of open issues](https://bugs.chromium.org/p/oss-fuzz/issues/list?q=label%3AProj-liblouis) (Note that some are only visible for the maintainers.) The "fuzz_translate" and "fuzz_translate_generic" issues (especially the "Bug-Security" ones) have highest priority as these...

memory error
fuzzing

See the [list of open issues](https://github.com/liblouis/liblouis/security/code-scanning?query=is%3Aopen+branch%3Amaster+tool%3ACodeQL).

security

Follow-up of https://github.com/liblouis/liblouis/issues/1364. - [ ] Do we need to run any checks on pushes to master if we also run them on pull requests and we make pull requests...

build system