Re: [BRLTTY] Bug#680648: Bug#680648: brltty: A new accent problem

2012-07-08 Thread Samuel Thibault
bts tags 680648 + fixed-upstream thanks Dave Mielke, le Sun 08 Jul 2012 10:37:49 -0400, a écrit : > In any event, setScreenMessage() has now (revision 6587) been > converted to use mbrtowc(). Please test. That now works indeed. The severity of the bug is quite minor however, so concerning Debian

Re: [BRLTTY] Bug#680648: Bug#680648: brltty: A new accent problem

2012-07-08 Thread Dave Mielke
[quoted lines by Dave Mielke on 2012/07/08 at 08:53 -0400] >[quoted lines by Samuel Thibault on 2012/07/07 at 16:17 -0300] > >>Where is convertTextToWchars called? What I see in the driver in >>readCharacters_LinuxScreen() is a call to setScreenMessage which just >>uses strlen() and copyScreenCha

Re: [BRLTTY] Bug#680648: Bug#680648: brltty: A new accent problem

2012-07-08 Thread Dave Mielke
[quoted lines by Samuel Thibault on 2012/07/07 at 16:17 -0300] >Where is convertTextToWchars called? What I see in the driver in >readCharacters_LinuxScreen() is a call to setScreenMessage which just >uses strlen() and copyScreenCharacterText() without taking charset into >account. The message b

Re: [BRLTTY] Bug#680648: Bug#680648: brltty: A new accent problem

2012-07-08 Thread Samuel Thibault
Paul Gevers, le Sun 08 Jul 2012 09:17:43 +0200, a écrit : > Stupid question maybe, and I have not checked myself yet, but have > people verified that the po file itself is indeed utf-8? Again, it is, yes. All other messages are just fine, it's only this one which doesn't show up fine (and all mess

Re: [BRLTTY] Bug#680648: Bug#680648: brltty: A new accent problem

2012-07-08 Thread Samuel Thibault
Dave Mielke, le Sat 07 Jul 2012 14:57:00 -0400, a écrit : > [quoted lines by Samuel Thibault on 2012/07/07 at 15:10 -0300] > > >> If yes, do we know what it's being translated to? > >é > > That's what it's supposed to be. I guess I should've asked if we know what > it's > being mistranslated t

Re: [BRLTTY] Bug#680648: Bug#680648: brltty: A new accent problem

2012-07-08 Thread Samuel Thibault
Dave Mielke, le Sat 07 Jul 2012 13:54:18 -0400, a écrit : > The code looks correct to me. The screen driver already calls gettext(), so > the > message as rturned by the screen driver is already translated. Then it gets > translated into wchars via brltty's convertTextToWchars(), which is mapped