diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-28 13:57:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-28 13:57:45 +0000 |
commit | 14d5391f9be3b8fc538fa31303c1c9ceac23cd1a (patch) | |
tree | 60901263cf3270a18c74622eaf2c30048ebce3a0 /localedata | |
parent | ee25ee65c50800db31d0fde1db70338e3c44d8a7 (diff) | |
download | glibc-14d5391f9be3b8fc538fa31303c1c9ceac23cd1a.tar.gz glibc-14d5391f9be3b8fc538fa31303c1c9ceac23cd1a.tar.xz glibc-14d5391f9be3b8fc538fa31303c1c9ceac23cd1a.zip |
Update.
2000-11-28 Ulrich Drepper <drepper@redhat.com> * catgets/gencat.c (normalize_line): Take extra parameter with escape character. Change callers. (open_conversion): Determine mapping of 0x5c as wchar_t value. * catgets/Makefile: Add rules to build and run test-gencat. * catgets/sample.SJIS: New file. * catgets/test-gencat.c: New file. * catgets/test-gencat.sh: New file. Report and test case by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index ed46db9069..88b369834d 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -123,7 +123,7 @@ ifeq (no,$(cross-compiling)) # We have to generate locales 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 + hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g') CHARMAPS := $(shell echo "$(LOCALES)"|sed 's/[^ .]*[.]\([^ ]*\)/\1/g') CTYPE_FILES = $(addsuffix /LC_CTYPE,$(LOCALES)) |