summaryrefslogtreecommitdiff
path: root/intl/tst-gettext.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-15 19:28:54 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-15 19:28:54 +0000
commit1e6d2101ea891d63c11e8ad096f049fbb7e35242 (patch)
tree9728fbbcc721a22e20f541167554e91a0285839b /intl/tst-gettext.sh
parenta691b2172546d5851ad4c0b696061c321dd700d5 (diff)
Update.
* intl/tst-gettext.sh: Adjust for change for de.po file to UTF-8. * intl/tst-gettext.c: Likewise.
Diffstat (limited to 'intl/tst-gettext.sh')
-rwxr-xr-xintl/tst-gettext.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/intl/tst-gettext.sh b/intl/tst-gettext.sh
index cf6f6f3292..9d4375bf8c 100755
--- a/intl/tst-gettext.sh
+++ b/intl/tst-gettext.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Test of gettext functions.
-# Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
#
@@ -31,10 +31,10 @@ export LC_ALL
# Create the locale directories.
mkdir -p ${objpfx}localedir/existing-locale/LC_MESSAGES
for f in ADDRESS COLLATE CTYPE IDENTIFICATION MEASUREMENT MONETARY NAME NUMERIC PAPER TELEPHONE TIME; do
- cp -f ${common_objpfx}localedata/de_DE.ISO-8859-1/LC_$f \
+ cp -f ${common_objpfx}localedata/de_DE.UTF-8/LC_$f \
${objpfx}localedir/existing-locale
done
-cp -f ${common_objpfx}localedata/de_DE.ISO-8859-1/LC_MESSAGES/SYS_LC_MESSAGES \
+cp -f ${common_objpfx}localedata/de_DE.UTF-8/LC_MESSAGES/SYS_LC_MESSAGES \
${objpfx}localedir/existing-locale/LC_MESSAGES
# Create the domain directories.