This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author psam
Recipients eric.araujo, psam
Date 2011-12-12.13:13:36
SpamBayes Score 4.7399266e-05
Marked as misclassified No
Message-id <1323695617.1.0.779523586239.issue13539@psf.upfronthosting.co.za>
In-reply-to
Content
The problem was detected in a Django project, as the template engine was not able to support the original encoding.
I don't have a real test code snippet, but you may try something like:

isinstance(calendar.LocaleTextCalendar(locale='').formatmonth(2011,12),unicode)

Note: for Windows, locale='' or locale='fra_FRA' are ok, not locale='fr_FR' or no specified locale.
History
Date User Action Args
2011-12-12 13:13:37psamsetrecipients: + psam, eric.araujo
2011-12-12 13:13:37psamsetmessageid: <1323695617.1.0.779523586239.issue13539@psf.upfronthosting.co.za>
2011-12-12 13:13:36psamlinkissue13539 messages
2011-12-12 13:13:36psamcreate