diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-25 17:01:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-25 17:01:50 +0000 |
commit | d3f70d6eb0b90d09ce665dbb490d70937a3ec7ea (patch) | |
tree | 42d456a16e15e7867adf643fcf9f0530151f815b /localedata | |
parent | 5512d89be3d1f8c58bf5d62c6f493d0d6a4b3dab (diff) |
* Makefile (LOCALES): Add zh_TW.EUC-TW.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 2274932c2b..db40dc6afd 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2005-09-25 Ulrich Drepper <drepper@redhat.com> + + * Makefile (LOCALES): Add zh_TW.EUC-TW. + 2005-09-24 Ulrich Drepper <drepper@redhat.com> [BZ #668] diff --git a/localedata/Makefile b/localedata/Makefile index 0e554806d4..db22cf16e4 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 1996-2002, 2003, 2005 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -132,7 +132,7 @@ LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \ en_US.ISO-8859-1 ja_JP.EUC-JP da_DK.ISO-8859-1 \ hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 \ vi_VN.TCVN5712-1 nb_NO.ISO-8859-1 nn_NO.ISO-8859-1 \ - tr_TR.UTF-8 cs_CZ.UTF-8 + tr_TR.UTF-8 cs_CZ.UTF-8 zh_TW.EUC-TW LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g') CHARMAPS := $(shell echo "$(LOCALES)" | \ sed -e 's/[^ .]*[.]\([^ ]*\)/\1/g' -e s/SJIS/SHIFT_JIS/g) |