Ticket #537 (new defect)
Many unicode characters are missing from the standard braille table
| Reported by: | bramd | Owned by: | jteh |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Braille | Version: | development |
| Keywords: | needsExternalFix | Cc: | |
| Operating system: | Blocked by: | ||
| Blocking: |
Description
Many characters such as bullets in lists on webpages and other Unicode characters such as letters with accents are not correctly displayed in braille.
It seems to display \x followed by a character code.
Change History
comment:1 follow-up: ↓ 2 Changed 2 years ago by jteh
- Keywords needsExternalFix added; braille unicode brailletables removed
comment:2 in reply to: ↑ 1 Changed 2 years ago by bramd
Replying to jteh:
Needs to be fixed in liblouis. Also, there is no "standard" table; each table needs to be considered separately. Can you be more specific?
This is tested with the US English 8 dot computer braille table, which is set as the default table in NVDA. I'll test with other tables and file relevant bugs with liblouis if needed. However it might be handy to show a "?" or some other indication if there is a character that's not in the used braille table. The current way of showing \x<charcode> is quite annoying to read. Not sure if this is NVDA or liblouis behavior though.
I'll update this ticket when I have more info.
comment:3 Changed 2 years ago by jteh
It is liblouis behaviour. Furthermore, it breaks the mapping between input and output positions; see #499. A question mark or similar might be better, but note that this would be different for every table, so we might need some way to define a character to be inserted for "unknown" characters.


Needs to be fixed in liblouis. Also, there is no "standard" table; each table needs to be considered separately. Can you be more specific?