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 serhiy.storchaka
Recipients lemburg, loewis, serhiy.storchaka
Date 2013-12-21.19:20:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387653657.74.0.379588693101.issue20046@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch removes over 400 entities from locale alias tables. They are redundant because they can be calculated on fly.

Also it enables utf8 aliases. Now this adds not hundreds of redundant aliases, but only 8 new locales:

+    'be_bg.utf8':                           'bg_BG.UTF-8',
+    'c.utf8':                               'en_US.UTF-8',
+    'en_dl.utf8':                           'en_DL.UTF-8',
+    'en_zw.utf8':                           'en_ZS.UTF-8',
+    'pa_pk.utf8':                           'pa_PK.UTF-8',
+    'sr_yu.utf8':                           'sr_RS.UTF-8',
+    'te_in.utf8':                           'te_IN.UTF-8',
+    'zh_sg.utf8':                           'zh_SG.UTF-8',
History
Date User Action Args
2013-12-21 19:20:58serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis
2013-12-21 19:20:57serhiy.storchakasetmessageid: <1387653657.74.0.379588693101.issue20046@psf.upfronthosting.co.za>
2013-12-21 19:20:57serhiy.storchakalinkissue20046 messages
2013-12-21 19:20:57serhiy.storchakacreate