[Pidgin] #1645: ICQ Encoding Problems
Pidgin
trac at pidgin.im
Wed Feb 4 17:59:57 EST 2009
#1645: ICQ Encoding Problems
--------------------+-------------------------------------------------------
Reporter: I4ko | Owner: elb
Type: defect | Status: new
Milestone: | Component: ICQ
Version: 2.0.1 | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Comment(by kostyantyn):
Hi,
it's not an UTF-8, it's UTF-16. As we can see from this examples( main
text are in UTF-16):
1) word "hedgehog" - (ї)жак
{{{
00 BF 04 36 04 30 04 3A
}}}
2) word "Europa" - (Є)вропа
{{{
00 AA 04 32 04 40 04 3E 04 3F 04 30
}}}
3) word "city" - м(і)сто
{{{
04 3С 00 B3 04 41 04 42 04 3E
}}}
- that all strage displaying simbols starts from 00. It means that it will
use main codepage to interpret them. For windows configured to use
Cyrillic, main codepage is cp1251. So when we extracting symbols from it
we get ї, Є and і.
--
Ticket URL: <http://developer.pidgin.im/ticket/1645#comment:91>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list