[BRLTTY] XWindow braille driver on Windows

Samuel Thibault samuel.thibault at ens-lyon.org
Mon Jun 25 10:42:38 EDT 2007


Hi,

Matt Campbell, le Mon 25 Jun 2007 08:50:58 -0500, a écrit :
> I just compiled BRLTTY for Windows using MinGW (well, I ran configure 
> and make from a Cygwin bash shell with the PATH variable appropriately 
> set).  When I run it using the XWindow driver, I see a row of buttons 
> across the top of the screen, but no braille.  How do I fix this?  Thanks.

Mmm, by implementing it :)

More seriously, I haven't implemented it just because I didn't take the
time to do it, but it will be relatively simple, provided that you have
a Unicode Braille TTF font.

Another way to go without more development would be to force the use
of X11 and libXaw by turning the #if defined(WINDOWS) at the start of
BrailleDrivers/XWindow/braille.c into #if defined(BLAH) for instance.
You'll then need a Unicode Braille X11 font and run brltty in a UTF-8
locale. I have never tested it though (and can't right now).

Samuel


More information about the BRLTTY mailing list