diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-17 22:34:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-17 22:34:18 +0000 |
commit | 7eb7fdda7e81b1b028f5fbdec6b45155d2520698 (patch) | |
tree | 023a01b13f1241af1ee4179f267e22122d6d6f17 /iconvdata/gconv-modules | |
parent | d7ba1313b9da6d39ca80d13c38186ce4fb7f2d92 (diff) | |
download | glibc-7eb7fdda7e81b1b028f5fbdec6b45155d2520698.tar glibc-7eb7fdda7e81b1b028f5fbdec6b45155d2520698.tar.gz glibc-7eb7fdda7e81b1b028f5fbdec6b45155d2520698.tar.bz2 glibc-7eb7fdda7e81b1b028f5fbdec6b45155d2520698.zip |
Update.
2004-04-17 Ulrich Drepper <drepper@redhat.com>
* locales/kk_KZ: New file.
* charmaps/PT154: New file.
* charmaps/RK1048: New file.
* locales/af_ZA: Make sure yesexpr and noexpr regex
* locales/ar_TN: Likewise.
* locales/ar_YE: Likewise.
* locales/bn_BD: Likewise.
* locales/br_FR: Likewise.
* locales/ca_ES: Likewise.
* locales/cy_GB: Likewise.
* locales/gd_GB: Likewise.
* locales/gv_GB: Likewise.
* locales/hy_AM: Likewise.
* locales/id_ID: Likewise.
* locales/ka_GE: Likewise.
* locales/kw_GB: Likewise.
* locales/lg_UG: Likewise.
* locales/mk_MK: Likewise.
* locales/oc_FR: Likewise.
* locales/ru_UA: Likewise.
* locales/sk_SK: Likewise.
* locales/sr_YU: Likewise.
* locales/sr_YU@cyrillic: Likewise.
* locales/uk_UA: Likewise.
* locales/ur_PK: Likewise.
* locales/wa_BE: Likewise.
* locales/fa_IR: Fix yesexpr and noexpr.
Diffstat (limited to 'iconvdata/gconv-modules')
-rw-r--r-- | iconvdata/gconv-modules | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index eec846bb6d..a5b2d66738 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -1,5 +1,5 @@ # GNU libc iconv configuration. -# Copyright (C) 1997-1999, 2000-2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 1997-2003, 2004 Free Software Foundation, Inc. # This file is part of the GNU C Library. # @@ -1561,3 +1561,12 @@ module INTERNAL Shift_JISX0213// SHIFT_JISX0213 1 # from to module cost module TSCII// INTERNAL TSCII 1 module INTERNAL TSCII// TSCII 1 + +# from to module cost +module PT154// INTERNAL PT154 1 +module INTERNAL PT154// PT154 1 + +# from to module cost +alias STRK1048-2002// RK1048// +module RK1048// INTERNAL RK1048 1 +module INTERNAL RK1048// RK1048 1 |