Message119298
| Author | ixokai |
|---|---|
| Recipients | ixokai, lemburg, ronaldoussoren |
| Date | 2010-10-21.13:53:57 |
| SpamBayes Score | 0.0300576 |
| Marked as misclassified | No |
| Message-id | <1287669239.43.0.118232747043.issue10154@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Mark, the locals() right before "if encoding:" (line 399) are:
>>> locale.normalize("en_US.UTF-8")
{'code': 'en_US.ISO8859-1', 'langname': 'en_US', 'encoding': 'UTF8', 'norm_encoding': 'utf_8', 'defenc': 'ISO8859-1', 'localename': 'en_US.UTF-8', 'lookup_name': 'en_us.utf-8', 'fullname': 'en_us.utf-8'}
'en_US.UTF8' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-10-21 13:53:59 | ixokai | set | recipients: + ixokai, lemburg, ronaldoussoren |
| 2010-10-21 13:53:59 | ixokai | set | messageid: <1287669239.43.0.118232747043.issue10154@psf.upfronthosting.co.za> |
| 2010-10-21 13:53:57 | ixokai | link | issue10154 messages |
| 2010-10-21 13:53:57 | ixokai | create | |