Re: [orca-list] Is it really no solution for Chinese braille?



I probably can do some stuff to help with contracted braille here. I
have previously used liblouis from within python programs via the ctypes
module, and this worked fine. One possible problem was that liblouis
uses unicode 16 for characters, and while python on most systems use
unicode 16 for its unicode, I have known it to be installed (I think it
was on gentoo) with unicode 32, so some conversion needed to be done
there (along with always trying to identify whether python is using
unicode 16 or unicode 32.

On the other hand, I have started some work on a braille translator of
my own written in python, one advantage being that it will get rid of
this unicode difficulty, and should generally be more portable. I
believe the software part of it is working well, but there is limited
tables for it as it uses a different system to liblouis tables.
Currently I have not put this in the public domain as I haven't decided
on a license for it, I plan to use it for another project of mine (where
I used to use liblouis) which is under the RPL, but I want to make this
braille translator part more free while still being suitably licensed
for inclusion in the RPL project (GPL won't do this as I understand, may
need to release it as a python type license).

From
Michael Whapples
On Mon, 2007-06-18 at 09:28 -0400, Willie Walker wrote:
Hi:

Samuel would probably be the best one to help us here.  I see he
recommends looking at liblouis or gnome-braille.  We're definitely going
to look at the notion of using one of these (or something like them) for
GNOME 2.22.  The benefits will be many, including the ability to handle
contracted braille.

Will

On Mon, 2007-06-18 at 21:07 +0800, coscell mail batol net wrote:
Hi Will:

Thanks your reply. I had created an UTF-8 contraction table for Chinese
braille. It works fine on console mode. But I couldn't make it work with
orca. Do you have any idea? Thank you very much!

Coscell

On Mon, 18 Jun 2007, Willie Walker wrote:

Hi Coscell:

Right now, Orca merely passes UTF-8 strings to BrlAPI and lets BrlAPI
take care of the rest.  I think BrlTTY supports the Chinese big5
character set, but perhaps not UTF-8.  I'm not quite sure what do to
about this and I'm definitely open to suggestions.

Will

On Sat, 2007-06-16 at 21:36 +0800, coscell mail batol net wrote:
hi,

Until now, I still only can read English but no Chinese braille in orca.
All Chinese characters were presented as ??? in braille. Is it possible to
solve this problem?
Thank you!
_______________________________________________
Orca-list mailing list
Orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca








[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]