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/pt154.c | |
parent | d7ba1313b9da6d39ca80d13c38186ce4fb7f2d92 (diff) | |
download | glibc-7eb7fdda7e81b1b028f5fbdec6b45155d2520698.tar.gz glibc-7eb7fdda7e81b1b028f5fbdec6b45155d2520698.tar.xz 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/pt154.c')
-rw-r--r-- | iconvdata/pt154.c | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/iconvdata/pt154.c b/iconvdata/pt154.c new file mode 100644 index 0000000000..6a8204a9f8 --- /dev/null +++ b/iconvdata/pt154.c @@ -0,0 +1,29 @@ +/* Conversion from and to PT154. + Copyright (C) 2004 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include <stdint.h> + +/* Get the conversion table. */ +#define TABLES <pt154.h> + +#define CHARSET_NAME "PT154//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> |