On Dec 28, 4:08 pm, "Anton Ageev" <[email protected]> wrote:
> On Sun, Dec 28, 2008 at 13:26, r000n <[email protected]> wrote:
> > Option for unicode detection enabled? (<detectunicode>1</
> > detectunicode> in config)
>
> Yes, detectunicode is 1 in config.xml.
Hi.
I'm converted these unreadable messages and compared with normal from
your quote.
Per message detection works very well, for all messages from list no
false detection.
After sending QIP -> transport all messages recognized correctly.
It's if option enabled.
If it's disabled a see exact picture as you provided - first message
is garbage, second - proper cyrillic etc.
And I'm understand what confusion in config file here. PyICQt uses XML
for storing of parameters and commented parameter (with <!-- -->)
will ignored!.
Probably you just copied config_example.xml. detect_unicode in it
commented - was disabled by default.
Instead of
<!-- <detectunicode>0</detectunicode> -->
necessary write
<detectunicode>1</detectunicode>
I should uncomment it in config_example because integer value already
can be used :)
Sorry for mistake, Anton. Tarball reauploaded
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"py-transports" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/py-transports?hl=en
-~----------~----~----~----~------~----~------~--~---