Changeset 5545

Show
Ignore:
Timestamp:
10/04/07 11:19:09 (14 months ago)
Author:
eugene
Message:

Be even more tolerant with encodings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/contactlist/contactuserdata.cpp

    r5544 r5545  
    411411 
    412412    QTextCodec* codec = UserCodec::codecForICQUser(licqUser); 
    413     char* temp = licqUser->usprintf(format.toLocal8Bit()); 
     413    char* temp = licqUser->usprintf(codec->fromUnicode(format)); 
    414414    QString newStr = codec->toUnicode(temp); 
    415415    free(temp);