Bert Frees

Results 84 issues of Bert Frees

E.g. by automatically mapping to Unicode braille. Question: But how to handle virtual dots?

enhancement
test framework
help wanted

Basically, move [the wiki page](https://github.com/liblouis/liblouis/wiki/Table-discovery-based-on-table-metadata) to [the user's and programmer's manual](http://liblouis.org/documentation/liblouis.html#Table-Metadata). At the same time we could think of doing some changes/additions to the standard set of tags, and clean...

documentation
help wanted

If you want to set a character attribute on a list of characters you can currently do it in two ways: class vowel aeiuo or class vowel a class vowel...

idea

Currently they have their own space in the table, but if I think they could also be implemented as special character attributes, like it is already done for a number...

refactoring

In the [Fuzz Introspector report](https://storage.googleapis.com/oss-fuzz-introspector/liblouis/inspector-report/20230610/fuzz_report.html#Project-functions-overview) we can see that certain functions have 0% coverage by fuzzers. For one of these functions this is simply because it is never used: -...

cleanup

instead of silently ignoring some opcodes, or worse, not indicating emphasis/capitalisation at all. One of the reasons for this is because we removed some fallback behavior (see [Fallback behavior](https://github.com/liblouis/liblouis/wiki/Emphasis-Opcodes#fallback-behaviour)). 1....

enhancement

- [ ] Add commands to populate the SQLite dictionary - see submit_frequency_list.py and submit_rows_sbs.py - [ ] Complaint if some configuration settings are not specified - [ ] Make...

enhancement

The `lou_backTranslate` function has a `typeform` argument, but it is currently not used to pass back emphasis information. It is simply set to all 0's.

enhancement
back-translation

According to https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55 this is a memory access violation. I've only seen this happening in one specific case, on Windows. When I run the same conversion on macOS it works...

The build can be based on [Dockerfile.mingw](https://github.com/liblouis/liblouisutdml/blob/master/Dockerfile.mingw). But instead of building libxml2 and liblouis on the fly, pre-built versions of libxml2 and liblouis can also be used. I use this...