diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-12-05 10:11:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-12-05 10:11:07 +0000 |
commit | 350b053ae97f0764a5910fbf4fc168cb1216efbd (patch) | |
tree | 6b8b145256f15078886b1d8c740bec069f4e2deb /iconvdata/gconv-modules | |
parent | aaa19e67adeae0c6f7e3a70a544a0d4c76a10ba3 (diff) | |
download | glibc-350b053ae97f0764a5910fbf4fc168cb1216efbd.tar glibc-350b053ae97f0764a5910fbf4fc168cb1216efbd.tar.gz glibc-350b053ae97f0764a5910fbf4fc168cb1216efbd.tar.bz2 glibc-350b053ae97f0764a5910fbf4fc168cb1216efbd.zip |
Update.
2001-12-05 Ulrich Drepper <drepper@redhat.com>
* iconvdata/Makefile (modules): Add TCVN5712-1.
* iconvdata/TESTS: Add TCVN5712-1.
* iconvdata/gconv-modules: Likewise.
* iconvdata/tcvn5712-1.c: New file.
* iconvdata/testdata/TCVN5712-1: New file.
* iconvdata/testdata/TCVN5712-1..UTF8: New file.
Diffstat (limited to 'iconvdata/gconv-modules')
-rw-r--r-- | iconvdata/gconv-modules | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index a5178e3c00..66bb473778 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -1,7 +1,6 @@ # GNU libc iconv configuration. # Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. # # The GNU C Library is free software; you can redistribute it and/or @@ -1503,3 +1502,10 @@ module INTERNAL MAC-SAMI// MAC-SAMI 1 # from to module cost module ARMSCII-8// INTERNAL ARMSCII-8 1 module INTERNAL ARMSCII-8// ARMSCII-8 1 + +# from to module cost +alias TCVN// TCVN5712-1// +alias TCVN-5712// TCVN5712-1// +alias TCVN5712-1:1993// TCVN5712-1// +module TCVN5712-1// INTERNAL TCVN5712-1 1 +module INTERNAL TCVN5712-1// TCVN5712-1 1 |