Message1617

Author additv
Recipients
Date 2007-05-21.17:42:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The same bug is in the new socket code, and the same fix can fix it.  Here's the patch for the updated socket code:

28a29
> import java.lang.String
656c657
<         bytes = jarray.array(map(ord, data), 'b')
---
>         bytes = java.lang.String(data).getBytes("ISO-8859-1")
History
Date User Action Args
2008-02-20 17:17:50adminlinkissue1722306 messages
2008-02-20 17:17:50admincreate