Changeset 3400 for trunk/jons-gtk2-gui
- Timestamp:
- 03/22/03 12:34:23 (6 years ago)
- Files:
-
- 1 modified
-
trunk/jons-gtk2-gui/src/convo.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jons-gtk2-gui/src/convo.cpp
r3399 r3400 510 510 switch (u_event->SubCommand()) { 511 511 case ICQ_CMDxSUB_MSG: 512 cerr << "encoding: " << c->user->UserEncoding() << endl513 << "text: " << u_event->Text() << endl;514 512 txt = convert_to_utf8(u_event->Text(), c->user->UserEncoding()); 515 513 if (!bIgnoreBW) {
