beznogno / pyicqt

Automatically exported from code.google.com/p/pyicqt
GNU General Public License v2.0
0 stars 0 forks source link

I received offline messages with bad encoding #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Log in to a transport
2. Receive message from my contact (russian speaking)
3. Encoding is wrong

What is the expected output? What do you see instead?
Expected: должно дойти)
Received: =0?8A0;
What version of the product are you using? On what operating system?
pyicq-t from svn, ejabberd-1.1.4 on fedora core 8

Please provide any additional information below.
use 
<encoding>windows-1251</encoding>
in config.xml

Original issue reported on code.google.com by yaroslav...@gmail.com on 19 Feb 2009 at 1:29

GoogleCodeExporter commented 9 years ago
Changing encoding to
<encoding>utf-8</encoding>
doesn't help

Original comment by yaroslav...@gmail.com on 19 Feb 2009 at 1:37

GoogleCodeExporter commented 9 years ago
Try latest version from http://code.google.com/p/pyicqt/downloads/list
<encoding /> tag in config file only for one-byte encoding, keep windows-1251 
there.
utf-8 uses where it's possible but part of ICQ clients isn't supports it.

Original comment by r000ns...@gmail.com on 20 Feb 2009 at 12:44

GoogleCodeExporter commented 9 years ago
Yes, I tested it on few contacts, and it's work. I didn't found changes in svn, 
so
it's a temporary release?

Original comment by yaroslav...@gmail.com on 20 Feb 2009 at 1:32

GoogleCodeExporter commented 9 years ago
SVN version is obsolete. You can use Git for getting of a fresh updates
http://code.google.com/p/pyicqt/wiki/Git

Original comment by r000ns...@gmail.com on 20 Feb 2009 at 3:19

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by yaroslav...@gmail.com on 20 Feb 2009 at 3:27

GoogleCodeExporter commented 9 years ago

Original comment by r000ns...@gmail.com on 5 Apr 2009 at 1:39