[RkWard-devel] 0.1

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Tue Apr 4 09:51:58 UTC 2006


> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20060404/f591ccae/attachment.sig>


More information about the Rkward-devel mailing list