about summary refs log tree commit diff
path: root/iconvdata/mac-centraleurope.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-09-23 17:25:14 +0000
committerUlrich Drepper <drepper@redhat.com>2007-09-23 17:25:14 +0000
commit27f3d4467d476455a438b825c4edd274fb5b17a8 (patch)
tree14bdb59c93e2904fbcc40be80eedf6d845de702d /iconvdata/mac-centraleurope.c
parent03c424833dd279c329ff1ba574e139609c567898 (diff)
downloadglibc-27f3d4467d476455a438b825c4edd274fb5b17a8.tar.gz
glibc-27f3d4467d476455a438b825c4edd274fb5b17a8.tar.xz
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.c29
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>