diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-20 21:20:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-20 21:20:46 +0000 |
commit | 3b7caeac2c8d9dc0ceb84137e1e012845d58c90d (patch) | |
tree | 3fe204747cbdd74e573c7265fe12224355d37e3a /iconvdata/TESTS | |
parent | b72f9d5197d1281664c3fd0ccffa328dfc195818 (diff) | |
download | glibc-3b7caeac2c8d9dc0ceb84137e1e012845d58c90d.tar glibc-3b7caeac2c8d9dc0ceb84137e1e012845d58c90d.tar.gz glibc-3b7caeac2c8d9dc0ceb84137e1e012845d58c90d.tar.bz2 glibc-3b7caeac2c8d9dc0ceb84137e1e012845d58c90d.zip |
Update.
* iconvdata/run-iconv-test.sh: Reorgnize a bit to allow running only
the ASCII test.
* iconvdata/TESTS: Add entries for IBM932 and IBM943.
* iconvdata/Makefile (modules): Add IBM932 and IBM943.
* iconvdata/gconv-modules: Add entries for IBM932 and IBM943.
* iconvdata/ibm932.c: New file.
* iconvdata/ibm932.h: New file.
* iconvdata/ibm943.c: New file.
* iconvdata/ibm943.h: New file.
Patches by Masahide Washizawa <washi@jp.ibm.com>.
Diffstat (limited to 'iconvdata/TESTS')
-rw-r--r-- | iconvdata/TESTS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/iconvdata/TESTS b/iconvdata/TESTS index cbdae2ea44..d5bd568625 100644 --- a/iconvdata/TESTS +++ b/iconvdata/TESTS @@ -1,5 +1,5 @@ # Available tests for iconv(1) (and therefore iconv(3)) in GNU libc. -# Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. # @@ -95,3 +95,5 @@ IBM935 IBM935 N UTF8 IBM937 IBM937 N UTF8 IBM939 IBM939 N UTF8 IBM1046 IBM1046 Y UTF8 +IBM932 IBM932 N +IBM943 IBM943 N |