[BRLTTY] using BrlAPI and speech API in one program

2010-07-26 Thread marquats
Hello, is it possible to use BrlAPI together with MS Speech API in the same program? Or alternatively with a different speech API that is free (a german voice should be available)? I could use MinGW. I'd like to use Visual C++ instead, but I don't know if BrlAPI can be used with it. I tried, but

Re: [BRLTTY] using BrlAPI and speech API in one program

2010-07-26 Thread Samuel Thibault
marqu...@studi.informatik.uni-stuttgart.de, le Mon 26 Jul 2010 12:46:42 +0200, a écrit : > is it possible to use BrlAPI together with MS Speech API in the same > program? It should work. > I could use MinGW. I'd like to use Visual C++ instead, but I don't know if > BrlAPI can be used with it. I

Re: [BRLTTY] Cannot compile BRLTTY 4.2 on Arch linux

2010-07-26 Thread Dave Mielke
[quoted lines by Christian on 2010/07/25 at 17:40 +0200] >I am trying to isntall BRLTTY 4.2 under Arch linux, but I a getting an error 2 >when I type make all with tbl2hex. gcc 4.5 is installed. >Any tips? It'd be most helpful if you could please show us the error(s) that you're getting from th

Re: [BRLTTY] I can't build brltty

2010-07-26 Thread Dave Mielke
[quoted lines by Jean-Philippe MENGUAL on 2010/07/25 at 15:58 +0200] >Here's the output of the gdb's bt. I hope (and think) you'll understand >better than I. Well, yes, we understand what it's saying, but it's saying something that shouldn't be occurring. :-) Could you please do another test?

Re: [BRLTTY] I can't build brltty

2010-07-26 Thread Jean-Philippe MENGUAL
Hi, I tried valgrind ./tbl2hex ../Tables/fr_FR.ttb >/dev/null 2>/path/to/log-file : after an ./autogen, it doesn't find it (even from Programs/ ). Only tbl2hex.c appears, I guess it's not binary. So I tried after ./configure (the line I show to start this thread). After ./configure, I do again t

Re: [BRLTTY] Eurosign

2010-07-26 Thread Jean-Philippe MENGUAL
Hi Sam, The process you told me gives these 2 lines in the logfile: Couldn't translate keysym 00A4 to keycode. Couldn't translate keysym 00A4 to keycode. Does it give you a useful info? Sincerely, Jean-Philippe MENGUAL Le dimanche 25 juillet 2010 à 23:58 +0200, Samuel Thibault a écri

Re: [BRLTTY] Eurosign

2010-07-26 Thread Samuel Thibault
Jean-Philippe MENGUAL, le Mon 26 Jul 2010 22:30:22 +0200, a écrit : > The process you told me gives these 2 lines in the logfile: > > Couldn't translate keysym 00A4 to keycode. > Couldn't translate keysym 00A4 to keycode. > > Does it give you a useful info? Yes: U+A4 is not the euro sign

Re: [BRLTTY] Eurosign

2010-07-26 Thread Jean-Philippe MENGUAL
Hi, So the issue is in brltty, before xbrlapi. Could you post the complete > combination of braille tables that you are using? What do you mean? The braille table? Braille table is fr_FR.ttb with added manually line for eurosign content in en_CA.ttb. To do my euro sign, I do 1 5 8 (it appears wit

Re: [BRLTTY] Eurosign

2010-07-26 Thread Samuel Thibault
Jean-Philippe MENGUAL, le Mon 26 Jul 2010 23:20:30 +0200, a écrit : > So the issue is in brltty, before xbrlapi. Could you post the complete > > combination of braille tables that you are using? > What do you mean? The braille table? Braille table is fr_FR.ttb Ah, that's why. You need to commend

Re: [BRLTTY] Eurosign

2010-07-26 Thread Jean-Philippe MENGUAL
Hi, Oops sorry I think I mixed tables. :( It's the problem because I dont work with default fr_FR.ttb but a modified table. Anyway the currency line weren't commented, so I did. And... still nothing. So let's sum up :) 1. On a terminal: echo "keycode 254 = EuroSign " | xmodmap - 2. In fr_FR.ttb

Re: [BRLTTY] Eurosign

2010-07-26 Thread Samuel Thibault
Jean-Philippe MENGUAL, le Tue 27 Jul 2010 00:07:21 +0200, a écrit : > So let's sum up :) Thanks, that's helpful :) > 3. The xbrlapi log: > Couldn't translate keysym 010020AC to keycode. Ok, so at least it's now correct up to xbrlapi. > 1. On a terminal: > echo "keycode 254 = EuroSign " | xmodma

Re: [BRLTTY] Eurosign

2010-07-26 Thread Jean-Philippe MENGUAL
Perfect. :) Thanks Sam now it works. That's right the hardest problem are in smallest corners. :) Thanks very much. Regards, Jean-Philippe MENGUAL Le mardi 27 juillet 2010 à 00:21 +0200, Samuel Thibault a écrit : > Jean-Philippe MENGUAL, le Tue 27 Jul 2010 00:07:21 +0200, a écrit : > > So let

Re: [BRLTTY] Eurosign

2010-07-26 Thread Dave Mielke
[quoted lines by Jean-Philippe MENGUAL on 2010/07/27 at 00:43 +0200] >Perfect. :) Thanks Sam now it works. That's right the hardest problem >are in smallest corners. :) Do you think we should make this change (replace currency symbol with Euro sign in fr_FR.ttb) official in brltty's development

Re: [BRLTTY] Eurosign

2010-07-26 Thread Jean-Philippe MENGUAL
Hi, > Do you think we should make this change (replace currency symbol with Euro > sign > in fr_FR.ttb) official in brltty's development stream? I think it's a good idea as in this table (I remember I had worked on it when it was called text.fr-iso01.tbl, and I based myself on a very old ASCII

Re: [BRLTTY] Eurosign

2010-07-26 Thread Dave Mielke
[quoted lines by Jean-Philippe MENGUAL on 2010/07/27 at 01:06 +0200] >I think it's a good idea as in this table (I remember I had worked on it when >it was called text.fr-iso01.tbl, and I based myself on a very old ASCII >table), Euro sign wasn't included. Default fr_FR.ttb doesn't include euro

Re: [BRLTTY] Eurosign

2010-07-26 Thread Jean-Philippe MENGUAL
Le lundi 26 juillet 2010 à 20:12 -0400, Dave Mielke a écrit : > [quoted lines by Jean-Philippe MENGUAL on 2010/07/27 at 01:06 +0200] > > >I think it's a good idea as in this table (I remember I had worked on it > >when > >it was called text.fr-iso01.tbl, and I based myself on a very old ASCII >

Re: [BRLTTY] Eurosign

2010-07-26 Thread Samuel Thibault
Jean-Philippe MENGUAL, le Tue 27 Jul 2010 02:19:22 +0200, a écrit : > Yes I think. I don't know what matches really, but the Curreycy symbol is > present in fr-2007.ttb, so I guess it's needed, additionally to Euro sign. It is present in the fr-2007 standard merely because it exists in cp1252. I

Re: [BRLTTY] Eurosign

2010-07-26 Thread Dave Mielke
For now, in the fr_FR text table in the development stream, the currency symbol has been removed and the Euro sign has been added (as dots 158). -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | 2011 May 21 is the Day of

Re: [BRLTTY] Eurosign

2010-07-26 Thread Jean-Philippe MENGUAL
After Sam's explanations, I think it's a good idea. Not everybody use the table, not everybody need this sign, in particular not everybody need to type it on braille keyboard; whereas Euro has to be read, entered by an European user. So I agree. Regards, Jean-Philippe MENGUAL Le lundi 26 juill