From 3076f3d1ff83bf46dd13fc4c4193336734ace3a5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 17 Jun 2001 22:44:18 +0000 Subject: Update. 2001-05-26 Bruno Haible * charmaps/SHIFT_JIS: Renamed from charmaps/SJIS. Change code_set_name to SHIFT_JIS. Add SJIS as alias. * Makefile (CHARMAPS): For SJIS locale, use SHIFT_JIS charmap. * gen-locale.sh: Likewise. --- localedata/gen-locale.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'localedata/gen-locale.sh') diff --git a/localedata/gen-locale.sh b/localedata/gen-locale.sh index 386665ca02..ee75c7fc57 100644 --- a/localedata/gen-locale.sh +++ b/localedata/gen-locale.sh @@ -1,6 +1,6 @@ #! /bin/sh # Generate test locale files. -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright (C) 2000-2001 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 @@ -43,4 +43,5 @@ locale=`echo $locfile|sed 's|\([^.]*\)[.].*/LC_CTYPE|\1|'` charmap=`echo $locfile|sed 's|[^.]*[.]\(.*\)/LC_CTYPE|\1|'` echo "Generating locale $locale.$charmap: this might take a while..." -generate_locale $charmap $locale $locale.$charmap +generate_locale `echo $charmap | sed -e s/SJIS/SHIFT_JIS/` $locale \ + $locale.$charmap -- cgit v1.2.3