Message62907
| Author | ygale |
|---|---|
| Recipients | ygale |
| Date | 2008-02-24.14:18:28 |
| SpamBayes Score | 0.07059762 |
| Marked as misclassified | No |
| Message-id | <1203862709.16.0.350903771401.issue2174@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hmm. When getSourceEncoding() is None, there needs to be some way for the parser to distinguish between the cases where it is getting pre-decoded Unicode through a character stream, or where it is getting a byte stream with an unspecified encoding. In the latter case, it will have to look in the XML for an encoding declaration, or use UTF-8 by default). Note that expat only can handle the latter case. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-02-24 14:18:29 | ygale | set | spambayes_score: 0.0705976 -> 0.07059762 recipients: + ygale |
| 2008-02-24 14:18:29 | ygale | set | spambayes_score: 0.0705976 -> 0.0705976 messageid: <1203862709.16.0.350903771401.issue2174@psf.upfronthosting.co.za> |
| 2008-02-24 14:18:28 | ygale | link | issue2174 messages |
| 2008-02-24 14:18:28 | ygale | create | |