diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-18 10:33:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-18 10:33:29 +0000 |
commit | 0c2b5752e3b9d82282848aa33337319ed1bc1818 (patch) | |
tree | fb0f2d95b98639446b076cdb3fdf2f560c7e85dc /iconvdata/gconv-modules | |
parent | 46827b5cdec911f5c267b780d044086ee602097b (diff) | |
download | glibc-0c2b5752e3b9d82282848aa33337319ed1bc1818.tar glibc-0c2b5752e3b9d82282848aa33337319ed1bc1818.tar.gz glibc-0c2b5752e3b9d82282848aa33337319ed1bc1818.tar.bz2 glibc-0c2b5752e3b9d82282848aa33337319ed1bc1818.zip |
Update.
1998-06-18 10:26 Ulrich Drepper <drepper@cygnus.com>
* iconvdata/Makefile (modules): Add MACINTOSH.
(MACINTOSH-routines): New variable.
(distribute): Add macintosh.c.
(awk-generated-headers): Add macintosh.h.
Add rule for macintosh.h generation.
* iconvdata/gconv-modules: Add definitions for MACINTOSH.
* iconvdata/macintosh.c: New file.
Diffstat (limited to 'iconvdata/gconv-modules')
-rw-r--r-- | iconvdata/gconv-modules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 6f206fa316..ee665285ba 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -812,3 +812,8 @@ module INTERNAL ISO-2022-JP-2// ISO-2022-JP 1 # from to module cost module ISO-2022-KR// INTERNAL ISO-2022-KR 1 module INTERNAL ISO-2022-KR// ISO-2022-KR 1 + +# from to module cost +alias MAC// MACINTOSH// +module MACINTOSH// INTERNAL MACINTOSH 1 +module INTERNAL MACINTOSH// MACINTOSH 1 |