From cf6960d7ca47b42f2918007b11e27c570bae26ff Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 13 Feb 2001 23:36:45 +0000 Subject: 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 * manual/crypt.texi: Remove outdated references to crypt add-on. * manual/creature.texi: Improve wording slightly. 2001-02-13 Ulrich Drepper --- iconvdata/gconv-modules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'iconvdata/gconv-modules') diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 8c0e3e4638..faca7bf855 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 , 1997. # @@ -975,6 +975,10 @@ alias CN-GB// EUC-CN// 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// -- cgit v1.2.3