Comment 4 for bug 424223

Revision history for this message
Alvin Penner (apenner) wrote :

- looks like a Windows problem.
- when I load the file Braille-1.svg, the screen does not show the Braille version at all. However, the XML editor shows something that could conceivably be Braille, somewhat small.

The screen display is not compatible with the XML editor display.

also, in the file text_braille.py there is a table that looks like:

convert_table = {\
'a': unicode("⠁", "utf-8"),\
'b': unicode("⠃", "utf-8"),\
'c': unicode("⠉", "utf-8"),\
'd': unicode("⠙", "utf-8"),\
'e': unicode("⠑", "utf-8"),\

this is probably a conversion table to Braille, but on my computer all I'm seeing is plain rectangles, no Braille.