-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2006-05-01 Alexander Shopov <ash@contact.bg> [BZ #2625] * iconvdata/Makefile (modules): Added MIK. (distribute): Added mik.c. (gen-8bit-gap-modules): Added mik. * iconvdata/TESTS: Added MIK. * iconvdata/gconv-modules: Added MIK. * iconvdata/tst-tables.sh: Added MIK. * iconvdata/mik.c: New file. * iconvdata/testdata/MIK: New file. * iconvdata/testdata/MIK..UTF8: New file.
- Loading branch information
Ulrich Drepper
committed
May 1, 2006
1 parent
001631a
commit 39450ec
Showing
10 changed files
with
90 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/* Conversion from and to MIK. | ||
Copyright (C) 2006 Free Software Foundation, Inc. | ||
This file is part of the GNU C Library. | ||
Contributed by Alexander Shopov <ash@contact.bg>, 2006. | ||
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 <mik.h> | ||
|
||
#define CHARSET_NAME "MIK//" | ||
#define HAS_HOLES 0 /* All 256 character are defined. */ | ||
|
||
#include <8bit-gap.c> | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
! " # $ % & ' ( ) * + , - . / | ||
0 1 2 3 4 5 6 7 8 9 : ; < = > ? | ||
@ A B C D E F G H I J K L M N O | ||
P Q R S T U V W X Y Z [ \ ] ^ _ | ||
` a b c d e f g h i j k l m n o | ||
p q r s t u v w x y z { | } ~ | ||
� � � � � � � � � � � � � � � � | ||
� � � � � � � � � � � � � � � � | ||
� � � � � � � � � � � � � � � � | ||
� � � � � � � � � � � � � � � � | ||
� � � � � � � � � � � � � � � � | ||
� � � � � � � � � � � � � � � � | ||
� � � � � � � � � � � � � � � � | ||
� � � � � � � � � � � � � � � � |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
! " # $ % & ' ( ) * + , - . / | ||
0 1 2 3 4 5 6 7 8 9 : ; < = > ? | ||
@ A B C D E F G H I J K L M N O | ||
P Q R S T U V W X Y Z [ \ ] ^ _ | ||
` a b c d e f g h i j k l m n o | ||
p q r s t u v w x y z { | } ~ | ||
А Б В Г Д Е Ж З И Й К Л М Н О П | ||
Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я | ||
а б в г д е ж з и й к л м н о п | ||
р с т у ф х ц ч ш щ ъ ы ь э ю я | ||
└ ┴ ┬ ├ ─ ┼ ╣ ║ ╚ ╔ ╩ ╦ ╠ ═ ╬ ┐ | ||
░ ▒ ▓ │ ┤ № § ╗ ╝ ┘ ┌ █ ▄ ▌ ▐ ▀ | ||
α ß Γ π Σ σ µ τ Φ Θ Ω δ ∞ φ ε ∩ | ||
≡ ± ≥ ≤ ⌠ ⌡ ÷ ≈ ° ∙ · √ ⁿ ² ■ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -207,6 +207,7 @@ cat <<EOF | | |
TSCII | ||
PT154 | ||
RK1048 | ||
MIK | ||
# | ||
# Multibyte encodings come here | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters