summaryrefslogtreecommitdiff
path: root/iconvdata/koi8-r.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-09-29 04:35:54 +0000
committerUlrich Drepper <drepper@redhat.com>2007-09-29 04:35:54 +0000
commit90bf831bda032b2a0ef772741877e922e4c8ed4d (patch)
tree05786ae1fe9e2f2d5e424fe82c63cdb4587e3788 /iconvdata/koi8-r.c
parentd6cd6bf4de43672803ad47f4c745ac6e510c6d61 (diff)
* iconvdata/Makefile (modules): Add KOI8-RU.
(distribute): Add koi8-ru.c. (gen-8bit-gap-modules): Add koi8-ru. * iconvdata/koi8-ru.c: New file. * iconvdata/gconv-modules: Add entries for KOI8-RU. * iconvdata/TESTS: Likewise. * iconvdata/tst-tables.sh: Likewise. * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
Diffstat (limited to 'iconvdata/koi8-r.c')
-rw-r--r--iconvdata/koi8-r.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iconvdata/koi8-r.c b/iconvdata/koi8-r.c
index 88fe157a03..2e7934d0b0 100644
--- a/iconvdata/koi8-r.c
+++ b/iconvdata/koi8-r.c
@@ -1,5 +1,5 @@
/* Conversion from and to KOI8-R.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
@@ -24,6 +24,6 @@
#define TABLES <koi8-r.h>
#define CHARSET_NAME "KOI8-R//"
-#define HAS_HOLES 1 /* Not all 256 character are defined. */
+#define HAS_HOLES 0 /* All 256 character are defined. */
#include <8bit-gap.c>