diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-12 21:48:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-12 21:48:52 +0000 |
commit | c090aa15110f9c3781150c4e1d7d3733b455459e (patch) | |
tree | 59b52afeab45d0c078448c8029aa39b9220da901 /iconvdata/gconv-modules | |
parent | f98b4bbd11a6c0949815813858a49ce5dfad16c2 (diff) | |
download | glibc-c090aa15110f9c3781150c4e1d7d3733b455459e.tar.gz glibc-c090aa15110f9c3781150c4e1d7d3733b455459e.tar.xz glibc-c090aa15110f9c3781150c4e1d7d3733b455459e.zip |
Update.
* iconvdata/iso-8859-11.h: ISO 8859-11 conversion data. * iconvdata/iso-8859-11.c: ISO 8859-11 conversion module. * iconvdata/iso-8859-13.c: Likewise for 8859-13. * iconvdata/iso-8859-14.c: Likewise for 8859-14. * iconvdata/iso-8859-15.c: Likewise for 8859-15. * iconvdata/gconv-modules: Add rules for new modules. * iconvdata/Makefile: Likewise. 1998-12-12 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'iconvdata/gconv-modules')
-rw-r--r-- | iconvdata/gconv-modules | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 136f5921e5..b5d0492676 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -299,6 +299,27 @@ module ISO-8859-10// INTERNAL ISO8859-10 1 module INTERNAL ISO-8859-10// ISO8859-10 1 # from to module cost +module ISO-8859-11// INTERNAL ISO8859-11 1 +module INTERNAL ISO-8859-11// ISO8859-11 1 + +# from to module cost +alias ISO-IR-179// ISO-8859-13// +alias LATIN8// ISO-8859-13// +alias L8// ISO-8859-13// +module ISO-8859-13// INTERNAL ISO8859-13 1 +module INTERNAL ISO-8859-13// ISO8859-13 1 + +# from to module cost +alias ISO_8859-14:1998// ISO-8859-14// +module ISO-8859-14// INTERNAL ISO8859-14 1 +module INTERNAL ISO-8859-14// ISO8859-14 1 + +# from to module cost +alias ISO_8859-15:1998// ISO-8859-15// +module ISO-8859-15// INTERNAL ISO8859-15 1 +module INTERNAL ISO-8859-15// ISO8859-15 1 + +# from to module cost alias T.61// T.61-8BIT// alias ISO-IR-103// T.61-8BIT// module T.61-8BIT// INTERNAL T.61 1 |