mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Update.
2001-05-26 Bruno Haible <haible@clisp.cons.org> * 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.
This commit is contained in:
parent
c28d0993eb
commit
3076f3d1ff
@ -1,3 +1,10 @@
|
||||
2001-05-26 Bruno Haible <haible@clisp.cons.org>
|
||||
|
||||
* 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.
|
||||
|
||||
2001-05-29 Bruno Haible <haible@clisp.cons.org>
|
||||
|
||||
* charmaps/GB18030: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use
|
||||
|
@ -125,7 +125,8 @@ 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
|
||||
LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g')
|
||||
CHARMAPS := $(shell echo "$(LOCALES)"|sed 's/[^ .]*[.]\([^ ]*\)/\1/g')
|
||||
CHARMAPS := $(shell echo "$(LOCALES)" | \
|
||||
sed -e 's/[^ .]*[.]\([^ ]*\)/\1/g' -e s/SJIS/SHIFT_JIS/g)
|
||||
CTYPE_FILES = $(addsuffix /LC_CTYPE,$(LOCALES))
|
||||
|
||||
generated-dirs += $(LOCALES)
|
||||
|
7092
localedata/charmaps/SHIFT_JIS
Normal file
7092
localedata/charmaps/SHIFT_JIS
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user