Von: "Damir Shayhutdinov" <[EMAIL PROTECTED]> > > Thx. If the incoming message is displayed correct *before* the container > gets focus, all is fine. After the container got the focus, the message is > reload from history and screwed up (not when you use latin1 ;) )... > Oops, I use utf-8 as my system encoding. Will I get this bug too? > Don't know, give it a try :) > > > What decision need to be made? > > > > > In which encoding/format it is saved. Currently it is saved in an more > or less unspecific 8-bit format (it's converted a lot of times and depends > on the encoding set for each user...). I had two suggestions > > a) use SqlLite and forget about encoding > > b) save as ucs2 (== internal QString format) > > c) Save as utf-8? You can't navigate really fast in a 10MB utf-8 text file when you won't parse the file from the beginning (at least it works better with ucs2 since we can be sure that a char is 2 bytes long ever and always - this is what I see when I take a look at QString)
Christian -- Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit! "Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl _______________________________________________ sim-im-main mailing list [email protected] https://mailman.dg.net.ua/listinfo/sim-im-main
