aboutsummaryrefslogtreecommitdiff
path: root/iconvdata/gb18030.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/gb18030.c')
-rw-r--r--iconvdata/gb18030.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/iconvdata/gb18030.c b/iconvdata/gb18030.c
index 0b03b9bba5..3031fc2cab 100644
--- a/iconvdata/gb18030.c
+++ b/iconvdata/gb18030.c
@@ -1,7 +1,6 @@
/* Mapping tables for GBK handling.
Copyright (C) 1999-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Sean Chen <seanc@turbolinux.com.cn>, 1999.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -17,12 +16,6 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
-/* This file is added for supporting gb18030-2000 code.
- by Wang ShouHua & Wu Jian
- Redflag Linux company
- www.redflag-linux.com
-*/
-
/* The GB18030 standard was re-released on Nov. 2000 and many code values
* were changed. The reimplementation of this module is based on the info
* from Markus Scherer's site:
@@ -31,10 +24,6 @@
* Original - Yong Li <rigel863@yahoo.com> Jan. 28, 2001
*/
-/* Dec 20 2001 Yu Shao <yshao@redhat.com>
- * Revision, fixing bugs, adding missing entries.
- */
-
#include <dlfcn.h>
#include <gconv.h>
#include <stdint.h>