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.
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.