You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.
When liblouis encounters an unrecognized character, it seems to generate a long braille pattern based maybe on the unicode value. This can be quite confusing for the end-user, and it would probably be better to have a default character for these cases. It could for instance default to a question mark, a space character, or something else.
@bertfrees is this possible with an opcode or should it be part of preprocessing?
The text was updated successfully, but these errors were encountered:
If this opcode is used in a table any characters which have not been defined in the table but are encountered in the text will be replaced by the dot pattern. If this opcode is not used, any undefined characters are replaced by '\xhhhh', where the h’s are hexadecimal digits.
When liblouis encounters an unrecognized character, it seems to generate a long braille pattern based maybe on the unicode value. This can be quite confusing for the end-user, and it would probably be better to have a default character for these cases. It could for instance default to a question mark, a space character, or something else.
@bertfrees is this possible with an opcode or should it be part of preprocessing?
The text was updated successfully, but these errors were encountered: