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 loewis
Recipients loewis, pitrou
Date 2008-02-02.01:08:27
SpamBayes Score 0.014888026
Marked as misclassified No
Message-id <47A3C289.5030805@v.loewis.de>
In-reply-to <1201900733.41.0.186420604817.issue1995@psf.upfronthosting.co.za>
Content
> Perhaps it is broken - it does look rather fragile - but are there any
> plans to design a replacement?

If people could contribute an ICU wrapper - that would be nice. However,
it's unlikely to happen. So I'll rather rewrite _locale to use wchar_t
functions, and give up on systems where these are not available, or
where wchar_t is not Unicode (not sure how to detect the latter case).
History
Date User Action Args
2008-02-02 01:08:28loewissetspambayes_score: 0.014888 -> 0.014888026
recipients: + loewis, pitrou
2008-02-02 01:08:27loewislinkissue1995 messages
2008-02-02 01:08:27loewiscreate