Ticket #751 (closed defect: Fixed)

Opened 3 years ago

Last modified 39 years ago

About pages encoding

Reported by: varjat Owned by: emostar
Priority: normal Milestone:
Component: qt-gui Version: devel
Keywords: Cc:

Description

The About page in the users information page of any users who use CP1251 encoding for messages is displayed in incorrect charset (seems like iso8859-1).

Change History

Changed 3 years ago by varjat

Logged In: YES user_id=1310648

Jon, pls change source for resolve this bug.

userinfodlg.cpp 1207,1208c1207 < mlvAbout->append(MLView::toRichText(u->GetAbout?(), true, bUseHTML)); < ---

mlvAbout->append(MLView::toRichText(codec->toUnicode(u->GetAbout?()), true, bUseHTML));

Changed 3 years ago by emostar

Logged In: YES user_id=21415

This is fixed in the latest CVS version of Licq. It will be included in the next release, or you may use the CVS version. Read http://www.licq.org/daily.php

Changed 3 years ago by emostar

  • status changed from assigned to closed

Logged In: YES user_id=21415

Thanks for the patch!

Note: See TracTickets for help on using tickets.