diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-09-23 17:25:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-09-23 17:25:14 +0000 |
commit | 27f3d4467d476455a438b825c4edd274fb5b17a8 (patch) | |
tree | 14bdb59c93e2904fbcc40be80eedf6d845de702d /iconvdata/mac-centraleurope.c | |
parent | 03c424833dd279c329ff1ba574e139609c567898 (diff) | |
download | glibc-27f3d4467d476455a438b825c4edd274fb5b17a8.tar glibc-27f3d4467d476455a438b825c4edd274fb5b17a8.tar.gz glibc-27f3d4467d476455a438b825c4edd274fb5b17a8.tar.bz2 glibc-27f3d4467d476455a438b825c4edd274fb5b17a8.zip |
[BZ #4972]
*** empty log message ***
[BZ #4972]
* iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
(distribute): Add mac-centraleurope.c.
(gen-8bit-gap-modules): Add mac-centraleurope.
* iconvdata/mac-centraleurope.c: New file.
* iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
* iconvdata/TESTS: Likewise.
* iconvdata/tst-tables.sh: Likewise.
Diffstat (limited to 'iconvdata/mac-centraleurope.c')
-rw-r--r-- | iconvdata/mac-centraleurope.c | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/iconvdata/mac-centraleurope.c b/iconvdata/mac-centraleurope.c new file mode 100644 index 0000000000..41bcf39556 --- /dev/null +++ b/iconvdata/mac-centraleurope.c @@ -0,0 +1,29 @@ +/* Conversion from and to MAC-CENTRALEUROPE. + Copyright (C) 2007 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper <drepper@redhat.com>, 2007. + + 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 <mac-centraleurope.h> + +#define CHARSET_NAME "MAC-CENTRALEUROPE//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> |