This is useful to spot characters that will not be printed correctly so they can be added to a special symbols list (snaekobbi/requirements#38). The behavior should be optional.
Some possibilities for implementation:
- Yet another parameter to
lou_translate.
- Set this at compile-time.
- Add a function to check the given input for undefined characters.
- Have mod-braille check liblouis' output for undefined characters (
\xHHHH or a special undefined character).