diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-13 23:36:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-13 23:36:45 +0000 |
commit | cf6960d7ca47b42f2918007b11e27c570bae26ff (patch) | |
tree | 75756935f933450555f6ef74c526720ad85c9ed6 /iconvdata/gconv-modules | |
parent | 2958e6cc5f39ac2487b4fcbc2db48462a34ce23d (diff) | |
download | glibc-cf6960d7ca47b42f2918007b11e27c570bae26ff.zip glibc-cf6960d7ca47b42f2918007b11e27c570bae26ff.tar.gz glibc-cf6960d7ca47b42f2918007b11e27c570bae26ff.tar.bz2 |
Update.
* iconvdata/Makefile (modules): Add GBBIG5.
(distribute): Add gbbig5.c.
* iconvdata/gbbig5.c: New file.
* iconvdata/gconv-modules: Add entries for GBBIG5 module.
2001-02-13 Philip Blundell <pb@futuretv.com>
* manual/crypt.texi: Remove outdated references to crypt add-on.
* manual/creature.texi: Improve wording slightly.
2001-02-13 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'iconvdata/gconv-modules')
-rw-r--r-- | iconvdata/gconv-modules | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 8c0e3e4..faca7bf 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -1,5 +1,5 @@ # GNU libc iconv configuration. -# Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +# 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. # @@ -976,6 +976,10 @@ module EUC-CN// INTERNAL EUC-CN 1 module INTERNAL EUC-CN// EUC-CN 1 # from to module cost +module EUC-CN// BIG5// GBBIG5 1 +module BIG5// EUC-CN// GBBIG5 1 + +# from to module cost alias GB13000// GBK// alias CP936// GBK// module GBK// INTERNAL GBK 1 |