On Sun, Dec 08, 2002 at 09:10:30PM +0100, Kornel Benko wrote: > > If you ask, I'm sure someone here can tell you what you need to do > > (something with Encoding class I think) ... > > I am asking ... > > Please, does anybody know?
It seems the QTextCodec does not have a codecForContent(QString), but I don't understand why ... Dekel, do you have some hints ? http://doc.trolltech.com/3.1/qtextcodec.html Also, can we use : QTextCodec * QTextCodec::codecForContent ( const char * chars, int len ) [static] to convert all of our i18n-strings (for menus, dialogs etc, _() etc.) into suitable QString ? regards john -- "Saying that taste is just personal preference is a good way to prevent disputes. The trouble is, it's not true." - Paul Graham
