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 _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
