diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-12 11:00:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-12 11:00:16 +0000 |
commit | 97119860964ea61ba999d8ce9434e83a56a96ba9 (patch) | |
tree | cdafe93accf940dad496c7482758c5b9655ccce3 /iconvdata | |
parent | bac660f87b7559d89d25d3522563525d6c5e9ebf (diff) | |
download | glibc-97119860964ea61ba999d8ce9434e83a56a96ba9.tar.gz glibc-97119860964ea61ba999d8ce9434e83a56a96ba9.tar.xz glibc-97119860964ea61ba999d8ce9434e83a56a96ba9.zip |
Update.
1999-04-12 Ulrich Drepper <drepper@cygnus.com> * iconvdata/gconv-modules: Fix typo. Add UJIS alias. Reported by GOTO Masanori <gotom@cs.titech.ac.jp>.
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/gconv-modules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index b7e2d42961..d1def13226 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -872,8 +872,9 @@ module INTERNAL BIG5// BIG5 1 # from to module cost alias EUCJP// EUC-JP// -alais CSEUCPKDFMTJAPANESE// EUC-JP// +alias CSEUCPKDFMTJAPANESE// EUC-JP// alias OSF00030010// EUC-JP// +alias UJIS// EUC-JP// module EUC-JP// INTERNAL EUC-JP 1 module INTERNAL EUC-JP// EUC-JP 1 |