[Pidgin] #5077: QQ message text and sender(Pidgin)'s nick all changed to: "(NULL)"
Pidgin
trac at pidgin.im
Fri Sep 5 14:28:18 EDT 2008
#5077: QQ message text and sender(Pidgin)'s nick all changed to: "(NULL)"
------------------------------+---------------------------------------------
Reporter: Med | Owner: seanegan
Type: defect | Status: closed
Milestone: 2.4.1 | Component: winpidgin (gtk)
Version: 2.4.0 | Resolution: fixed
Keywords: NULL nick change |
------------------------------+---------------------------------------------
Comment(by ssb22):
For what it's worth, another workaround is to patch the binary
plugins\qq.dll and change GB18030 to GB2312 + null byte. (Can do this in
Python: dat=open("qq.dll","rb").read().replace("GB18030","GB2312"+chr(0))
; open("qq.dll","wb").write(dat)
This works because the buggy GTK has no problem with the GB2312 character
set, only the GB18030 character set. GB2312 is a subset of GB18030. In
practice you will probably be using characters that are in GB2312 (unless
you use QQ to write Traditional Chinese or other languages). This works
for me and saves me from having to mess around with installing different
GTK versions etc.
--
Ticket URL: <http://developer.pidgin.im/ticket/5077#comment:13>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list