aboutsummaryrefslogtreecommitdiff
path: root/iconvdata/gconv-modules
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-13 09:17:55 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-13 09:17:55 +0000
commit40b4c81d4ec13a7a5acdeb1288f1d897b511b36c (patch)
tree749983afdca46082e5edb506b00c72917f76ea18 /iconvdata/gconv-modules
parent8acdf4fd69b5362bca57b9136b7d243333774484 (diff)
downloadglibc-40b4c81d4ec13a7a5acdeb1288f1d897b511b36c.zip
glibc-40b4c81d4ec13a7a5acdeb1288f1d897b511b36c.tar.gz
glibc-40b4c81d4ec13a7a5acdeb1288f1d897b511b36c.tar.bz2
Update.
1998-04-13 09:11 Ulrich Drepper <drepper@cygnus.com> * iconvdata/eucjp.c: New file. * iconvdata/euccn.c: New file. * iconvdata/gb2312.h: New file. * iconvdata/gb2312.c: New file. * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN. * iconvdata/gconv-modules: Likewise. * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
Diffstat (limited to 'iconvdata/gconv-modules')
-rw-r--r--iconvdata/gconv-modules10
1 files changed, 10 insertions, 0 deletions
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules
index a641bd2..66afbea 100644
--- a/iconvdata/gconv-modules
+++ b/iconvdata/gconv-modules
@@ -226,3 +226,13 @@ alias BIGFIVE// BIG5//
alias BIG-5// BIG5//
module BIG5// ISO-10646/UCS4/ BIG5 1
module ISO-10646/UCS4/ BIG5// BIG5 1
+
+# from to module cost
+alias EUCJP// EUC-JP//
+module EUC-JP// ISO-10646/UCS4/ EUC-JP 1
+module ISO-10646/UCS4/ EUC-JP// EUC-JP 1
+
+# from to module cost
+alias EUCCN// EUC-CN//
+module EUC-CN// ISO-10646/UCS4/ EUC-CN 1
+module ISO-10646/UCS4/ EUC-CN// EUC-CN 1