Damir Shayhutdinov schrieb:
> Hi!
> 
> I see QString source code is full of QString::latin1() conversion calls.
> 
> Don't you think we must change it to (const
> char*)QString::local8Bit()? I read a description of local8Bit method
> and found it more suitable than latin1() encoding, especially for
> Russian language.
Most of them are debug outputs - you can change it to
.local8Bit().data() if you want, but it's only debug...
A lot of them are useless conversions like atol(QString::latin1()).
The rest is from trunk and/or Events which should be converted (but
nobody really responds on my ideas...)

Christian

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
sim-im-main mailing list
[email protected]
https://mailman.dg.net.ua/listinfo/sim-im-main

Reply via email to