summaryrefslogtreecommitdiffstats
path: root/scripts/genlocalelist.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove locale-list generation script too.Chris Lumens2005-06-281-177/+0
|
* Delimit language tables with tabs.Chris Lumens2005-03-291-1/+1
|
* reverse norwegian blacklisting (#129453)Bill Nottingham2004-10-111-2/+2
|
* don't include !utf-8 langs in our locale-list (#114910)Jeremy Katz2004-02-181-1/+3
|
* cjk is going to be utf8 for cambridgeJeremy Katz2003-04-291-4/+0
|
* use utf8 appropriately for lang-tableJeremy Katz2003-02-131-17/+17
| | | | | | use correct map names in locale-list (#84183) see #84275 for what needs to happen here after we branch for gingin
* more mucking to work with new glibc (still works with old, too)Jeremy Katz2002-12-171-3/+11
|
* make a static table of locales for which we don't want utf-8. use utf-8Jeremy Katz2002-12-171-13/+15
| | | | for everything else
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-051-3/+3
|
* don't do korean in utf-8 (#69898) and make certain we don't do zh_TW.UTF-8 ↵Jeremy Katz2002-07-261-1/+2
| | | | either
* don't do UTF-8@euro since the locales already set LC_CURRENCY to be euro in ↵Jeremy Katz2002-07-251-0/+3
| | | | those locales according to jakub
* perl is broken in the build roots currently, and I never liked perl toJeremy Katz2002-06-071-0/+165
begin with. rewrite genlocalelist in python.