daisy / pipeline-mod-braille

!! NOTE: This project is now part of the pipeline-modules project !! | Braille Production Modules for the DAISY Pipeline 2
1 stars 4 forks source link

Should liblouis display tables be discoverable? #161

Open bertfrees opened 7 years ago

bertfrees commented 7 years ago

See 3e62d13

At the moment they are not (the official Liblouis tables).

The problem is that when a display table is not explicitly requested no display table should be returned, which requires matching for absence of type:display, which is not possible with the current Liblouis query syntax.

Before commit 3e62d1338d060c9f2834b35ef3e4a9adcd08207a the problem was solved by matching type:translation. The downside of this was that the feature had to be added to every single table.

bertfrees commented 6 years ago

Update: see https://github.com/liblouis/liblouis/issues/541