> Most of them are debug outputs - you can change it to > .local8Bit().data() if you want, but it's only debug... Ok, will do. Locale-specific debug is good to have, I think.
> A lot of them are useless conversions like atol(QString::latin1()). This must be fixed too. > The rest is from trunk and/or Events which should be converted (but > nobody really responds on my ideas...) In such places, local8Bit().data() is always better than latin1(), if I understood it correctly. So I want to change all latin1() to local8Bit().data() in QString. Any objections? _______________________________________________ sim-im-main mailing list [email protected] https://mailman.dg.net.ua/listinfo/sim-im-main
