From d3f70d6eb0b90d09ce665dbb490d70937a3ec7ea Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 Sep 2005 17:01:50 +0000 Subject: * Makefile (LOCALES): Add zh_TW.EUC-TW. --- localedata/ChangeLog | 4 ++++ localedata/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 2274932..db40dc6 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2005-09-25 Ulrich Drepper + + * Makefile (LOCALES): Add zh_TW.EUC-TW. + 2005-09-24 Ulrich Drepper [BZ #668] diff --git a/localedata/Makefile b/localedata/Makefile index 0e55480..db22cf1 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) -- cgit v1.1