Message122070
| Author | r.david.murray |
|---|---|
| Recipients | r.david.murray |
| Date | 2010-11-22.02:35:03 |
| SpamBayes Score | 1.8015831e-05 |
| Marked as misclassified | No |
| Message-id | <1290393306.69.0.998081430395.issue10498@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
See issue 10466 for background, but in short LocaleHTMLCalendar uses getdefaultlocale if no locale is specified, and on windows this results in a locale that setlocale will not accept. The fix is presumably to use setlocale(LC_DATE, '') instead of getdefaultelocale. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-11-22 02:35:06 | r.david.murray | set | recipients: + r.david.murray |
| 2010-11-22 02:35:06 | r.david.murray | set | messageid: <1290393306.69.0.998081430395.issue10498@psf.upfronthosting.co.za> |
| 2010-11-22 02:35:03 | r.david.murray | link | issue10498 messages |
| 2010-11-22 02:35:03 | r.david.murray | create | |