diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-03 18:44:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-03 18:44:28 +0000 |
commit | fe25bb96fc54d460f8ec85bad2028137caef76e8 (patch) | |
tree | 993a29a3f4f599e1f20bcfb21c0716b623953eed /iconvdata/koi8-t.c | |
parent | d38be2973917a9dd5a74bbf71eb98cc99ee7b16b (diff) | |
download | glibc-fe25bb96fc54d460f8ec85bad2028137caef76e8.tar glibc-fe25bb96fc54d460f8ec85bad2028137caef76e8.tar.gz glibc-fe25bb96fc54d460f8ec85bad2028137caef76e8.tar.bz2 glibc-fe25bb96fc54d460f8ec85bad2028137caef76e8.zip |
Update.
* iconvdata/Makefile: Add rules to build KOI8-T module.
* iconvdata/koi8-t.c: New file.
* iconvdata/gconv-modules: Add entries for KOI8-T.
Diffstat (limited to 'iconvdata/koi8-t.c')
-rw-r--r-- | iconvdata/koi8-t.c | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/iconvdata/koi8-t.c b/iconvdata/koi8-t.c new file mode 100644 index 0000000000..04341bfe59 --- /dev/null +++ b/iconvdata/koi8-t.c @@ -0,0 +1,29 @@ +/* Conversion from and to KOI8-T. + Copyright (C) 2001 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001. + + 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> + +/* Specify the conversion table. */ +#define TABLES <koi8-t.h> + +#define CHARSET_NAME "KOI8-T//" +#define HAS_HOLES 1 /* Not all 256 character are defined. */ + +#include <8bit-gap.c> |