-
-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Braille cursor tracking confused when moving through unicode characters #499
Comments
Comment 1 by mdcurran on 2009-12-06 08:05 |
Comment 2 by mdcurran on 2009-12-06 08:12 |
Comment 3 by jteh on 2009-12-07 04:01 |
Comment 4 by jteh on 2010-01-19 04:05 |
Comment 6 by jteh (in reply to comment 1) on 2010-07-27 03:38
These are all due to the Python bindings not providing a large enough output buffer to liblouis. I've proposed some ideas and am awaiting feedback on the liblouis community on the best way to fix this in the Python bindings. |
Comment 7 by jteh (in reply to comment 3) on 2010-08-03 08:41
I fixed this in liblouis svn r365. |
Comment 8 by jteh (in reply to comment 6) on 2010-08-04 17:38
I fixed this in liblouis svn !r371. However, we also now have another option. We can specify that undefined characters be displayed with a certain character (e.g. space) instead of displaying the hexadecimal value. I think this is more user friendly for screen reader users. All of this will be in the next liblouis release. I can try to request one, but I want to wait to see what happens regarding the proposed changes to the Danish tables, as an NVDA user has requested this. |
Comment 10 by jteh on 2010-08-19 09:22 |
Reported by mdcurran on 2009-12-06 07:53
When viewing the following line on a braille display with NVDA and UEBC grade 1 and no expand to computer braille:
The middle character in x�x is not handled properly.
(there is a 0x7f character between the two x characters).
When arrowing through the characters up to the first x, everything is fine.
When on the x, the braille cursor is on the x (after the letter sign).
When moving one character right (on to the unicode 0x7f character) the braille cursor is now under the lettersign of the first x (i.e. it moved one cell to the left).
When moving one character right (now on the second x) the braille cursor is correctly on the second x (after the lettersign).
Note that this problem seems to occure for any unicode character where its escape hex number is printed on the display. E.g. if I type some english but include some Chinese characters on the same line.
Guessing this is an issue with libloui and mapping input offsets to output offsets?
Blocking #484
The text was updated successfully, but these errors were encountered: