[RkWard-devel] 0.1

Ralf Tautenhahn rtautenh at ipb-halle.de
Tue Apr 4 11:47:31 UTC 2006


I changed the two lines and recompiled but there were no changes in the 
effect :(

For this debian system I use "dpkg-reconfigure localeconf"
to switch between the locales. I dont know what  it exactly does.

Ralf.

Thomas Friedrichsmeier wrote:

>>Alright, I switched from UTF-8 to ISO and .. it worked !
>>Switched back to UTF-8 .. same bug again ..
>>
>>I hope you can fix this problem,  because sometimes I need Umlaute :)
>>    
>>
>
>Ok, finally some success in tracking this down. Unfortunately, I still can't 
>reproduce this myself (I've tried, among others, "de_DE.UTF-8", which has 
>MBCS, and UTF-8, but it did not change anything), so I hope you're available 
>for some more testing.
>This time we'll try fixing something (note that this is unlikely to be a 
>complete fix for locale problems, but I hope it does at least address the 
>0.1-problem):
>In rkward/rbackend/rthread.cpp could you change line 140
>(
>
>		const char *ccommand = command->command ().latin1 ();
>
>) to the following two lines:
>
>		QCString localc = command->command ().local8Bit ();
>		const char *ccommand = localc;
>
>recompile, and try again.
>
>Thanks!
>Thomas
>  
>




More information about the Rkward-devel mailing list