mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
backend/tools/gen_eci_?b_h.php: get data from web (where possible)
and remove *.TXT from backend/tools/data, adding GB2312.TXT README manual: try to make scaling info more exact, and re-iterate no text printed for raster with scale < 1; move CLI HRT section up; add one-page docs/manual.html to git - should do same for 3.1M manual.pdf?? other: remove some no longer used backend/tools, readme-cmake
This commit is contained in:
parent
255107b588
commit
2287b9ab0a
@ -1,25 +0,0 @@
|
|||||||
<?php
|
|
||||||
/* Convert libiconv-1.16/lib/gb2312.h to EUC-CN values (+ 0x8080). */
|
|
||||||
/*
|
|
||||||
libzint - the open source barcode library
|
|
||||||
Copyright (C) 2008-2019 Robin Stuart <rstuart114@gmail.com>
|
|
||||||
*/
|
|
||||||
/* vim: set ts=4 sw=4 et : */
|
|
||||||
|
|
||||||
$in = false;
|
|
||||||
while ($line = fgets(STDIN)) {
|
|
||||||
if ($in) {
|
|
||||||
if (strncmp($line, '};', 2) === 0) {
|
|
||||||
echo $line;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
echo preg_replace_callback('/0x([0-9a-f]{4})/', function ($matches) {
|
|
||||||
return '0x' . dechex(hexdec($matches[1]) + 0x8080);
|
|
||||||
}, $line);
|
|
||||||
} else {
|
|
||||||
if (strpos($line, 'short gb2312_2charset') !== false) {
|
|
||||||
echo $line;
|
|
||||||
$in = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,31 +0,0 @@
|
|||||||
<?php
|
|
||||||
/* Convert libiconv-1.16/lib/jisx0208.h to Shift JIS values. */
|
|
||||||
/*
|
|
||||||
libzint - the open source barcode library
|
|
||||||
Copyright (C) 2008-2019 Robin Stuart <rstuart114@gmail.com>
|
|
||||||
*/
|
|
||||||
/* vim: set ts=4 sw=4 et : */
|
|
||||||
|
|
||||||
$in = false;
|
|
||||||
while ($line = fgets(STDIN)) {
|
|
||||||
if ($in) {
|
|
||||||
if (strncmp($line, '};', 2) === 0) {
|
|
||||||
echo $line;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
echo preg_replace_callback('/0x([0-9a-f]{4})/', function ($matches) {
|
|
||||||
$dec = hexdec($matches[1]);
|
|
||||||
$c1 = $dec >> 8;
|
|
||||||
$c2 = ($dec & 0xFF);
|
|
||||||
$t1 = ($c1 - 0x21) >> 1;
|
|
||||||
$t2 = ((($c1 - 0x21) & 1) ? 0x5e : 0) + ($c2 - 0x21);
|
|
||||||
$r = (($t1 < 0x1f ? ($t1 + 0x81) : ($t1 + 0xc1)) << 8) | ($t2 < 0x3f ? ($t2 + 0x40) : ($t2 + 0x41));
|
|
||||||
return '0x' . dechex($r);
|
|
||||||
}, $line);
|
|
||||||
} else {
|
|
||||||
if (strpos($line, 'jisx0208_2charset') !== false) {
|
|
||||||
echo $line;
|
|
||||||
$in = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,292 +0,0 @@
|
|||||||
# 8859-10.TXT
|
|
||||||
# Date: 2015-12-02 21:53:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO/IEC 8859-10:1998 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 October 11 (header updated: 2015 December 02)
|
|
||||||
# Authors: Ken Whistler <ken@unicode.org>
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-10:1998 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-10 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-10 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version new.
|
|
||||||
# 1.1 corrected mistake in mapping of 0xA4
|
|
||||||
# 2.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA1 0x0104 # LATIN CAPITAL LETTER A WITH OGONEK
|
|
||||||
0xA2 0x0112 # LATIN CAPITAL LETTER E WITH MACRON
|
|
||||||
0xA3 0x0122 # LATIN CAPITAL LETTER G WITH CEDILLA
|
|
||||||
0xA4 0x012A # LATIN CAPITAL LETTER I WITH MACRON
|
|
||||||
0xA5 0x0128 # LATIN CAPITAL LETTER I WITH TILDE
|
|
||||||
0xA6 0x0136 # LATIN CAPITAL LETTER K WITH CEDILLA
|
|
||||||
0xA7 0x00A7 # SECTION SIGN
|
|
||||||
0xA8 0x013B # LATIN CAPITAL LETTER L WITH CEDILLA
|
|
||||||
0xA9 0x0110 # LATIN CAPITAL LETTER D WITH STROKE
|
|
||||||
0xAA 0x0160 # LATIN CAPITAL LETTER S WITH CARON
|
|
||||||
0xAB 0x0166 # LATIN CAPITAL LETTER T WITH STROKE
|
|
||||||
0xAC 0x017D # LATIN CAPITAL LETTER Z WITH CARON
|
|
||||||
0xAD 0x00AD # SOFT HYPHEN
|
|
||||||
0xAE 0x016A # LATIN CAPITAL LETTER U WITH MACRON
|
|
||||||
0xAF 0x014A # LATIN CAPITAL LETTER ENG
|
|
||||||
0xB0 0x00B0 # DEGREE SIGN
|
|
||||||
0xB1 0x0105 # LATIN SMALL LETTER A WITH OGONEK
|
|
||||||
0xB2 0x0113 # LATIN SMALL LETTER E WITH MACRON
|
|
||||||
0xB3 0x0123 # LATIN SMALL LETTER G WITH CEDILLA
|
|
||||||
0xB4 0x012B # LATIN SMALL LETTER I WITH MACRON
|
|
||||||
0xB5 0x0129 # LATIN SMALL LETTER I WITH TILDE
|
|
||||||
0xB6 0x0137 # LATIN SMALL LETTER K WITH CEDILLA
|
|
||||||
0xB7 0x00B7 # MIDDLE DOT
|
|
||||||
0xB8 0x013C # LATIN SMALL LETTER L WITH CEDILLA
|
|
||||||
0xB9 0x0111 # LATIN SMALL LETTER D WITH STROKE
|
|
||||||
0xBA 0x0161 # LATIN SMALL LETTER S WITH CARON
|
|
||||||
0xBB 0x0167 # LATIN SMALL LETTER T WITH STROKE
|
|
||||||
0xBC 0x017E # LATIN SMALL LETTER Z WITH CARON
|
|
||||||
0xBD 0x2015 # HORIZONTAL BAR
|
|
||||||
0xBE 0x016B # LATIN SMALL LETTER U WITH MACRON
|
|
||||||
0xBF 0x014B # LATIN SMALL LETTER ENG
|
|
||||||
0xC0 0x0100 # LATIN CAPITAL LETTER A WITH MACRON
|
|
||||||
0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE
|
|
||||||
0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE
|
|
||||||
0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS
|
|
||||||
0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE
|
|
||||||
0xC6 0x00C6 # LATIN CAPITAL LETTER AE
|
|
||||||
0xC7 0x012E # LATIN CAPITAL LETTER I WITH OGONEK
|
|
||||||
0xC8 0x010C # LATIN CAPITAL LETTER C WITH CARON
|
|
||||||
0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE
|
|
||||||
0xCA 0x0118 # LATIN CAPITAL LETTER E WITH OGONEK
|
|
||||||
0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS
|
|
||||||
0xCC 0x0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE
|
|
||||||
0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE
|
|
||||||
0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS
|
|
||||||
0xD0 0x00D0 # LATIN CAPITAL LETTER ETH (Icelandic)
|
|
||||||
0xD1 0x0145 # LATIN CAPITAL LETTER N WITH CEDILLA
|
|
||||||
0xD2 0x014C # LATIN CAPITAL LETTER O WITH MACRON
|
|
||||||
0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE
|
|
||||||
0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE
|
|
||||||
0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS
|
|
||||||
0xD7 0x0168 # LATIN CAPITAL LETTER U WITH TILDE
|
|
||||||
0xD8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE
|
|
||||||
0xD9 0x0172 # LATIN CAPITAL LETTER U WITH OGONEK
|
|
||||||
0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE
|
|
||||||
0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS
|
|
||||||
0xDD 0x00DD # LATIN CAPITAL LETTER Y WITH ACUTE
|
|
||||||
0xDE 0x00DE # LATIN CAPITAL LETTER THORN (Icelandic)
|
|
||||||
0xDF 0x00DF # LATIN SMALL LETTER SHARP S (German)
|
|
||||||
0xE0 0x0101 # LATIN SMALL LETTER A WITH MACRON
|
|
||||||
0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE
|
|
||||||
0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE
|
|
||||||
0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS
|
|
||||||
0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE
|
|
||||||
0xE6 0x00E6 # LATIN SMALL LETTER AE
|
|
||||||
0xE7 0x012F # LATIN SMALL LETTER I WITH OGONEK
|
|
||||||
0xE8 0x010D # LATIN SMALL LETTER C WITH CARON
|
|
||||||
0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE
|
|
||||||
0xEA 0x0119 # LATIN SMALL LETTER E WITH OGONEK
|
|
||||||
0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS
|
|
||||||
0xEC 0x0117 # LATIN SMALL LETTER E WITH DOT ABOVE
|
|
||||||
0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE
|
|
||||||
0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS
|
|
||||||
0xF0 0x00F0 # LATIN SMALL LETTER ETH (Icelandic)
|
|
||||||
0xF1 0x0146 # LATIN SMALL LETTER N WITH CEDILLA
|
|
||||||
0xF2 0x014D # LATIN SMALL LETTER O WITH MACRON
|
|
||||||
0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE
|
|
||||||
0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE
|
|
||||||
0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS
|
|
||||||
0xF7 0x0169 # LATIN SMALL LETTER U WITH TILDE
|
|
||||||
0xF8 0x00F8 # LATIN SMALL LETTER O WITH STROKE
|
|
||||||
0xF9 0x0173 # LATIN SMALL LETTER U WITH OGONEK
|
|
||||||
0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE
|
|
||||||
0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS
|
|
||||||
0xFD 0x00FD # LATIN SMALL LETTER Y WITH ACUTE
|
|
||||||
0xFE 0x00FE # LATIN SMALL LETTER THORN (Icelandic)
|
|
||||||
0xFF 0x0138 # LATIN SMALL LETTER KRA
|
|
@ -1,286 +0,0 @@
|
|||||||
# 8859-11.TXT
|
|
||||||
# Date: 2015-12-02 21:55:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO/IEC 8859-11:2001 to Unicode
|
|
||||||
# Unicode version: 3.2
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 2002 October 7 (header updated: 2015 December 02)
|
|
||||||
# Authors: Ken Whistler <ken@unicode.org>
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-11:2001 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# ISO/IEC 8859-11:2001 is equivalent to TIS 620-2533 (1990) with
|
|
||||||
# the addition of 0xA0 NO-BREAK SPACE.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-11 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-11 order.
|
|
||||||
#
|
|
||||||
# Version history:
|
|
||||||
# 2002 October 7 Created
|
|
||||||
# 2.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA1 0x0E01 # THAI CHARACTER KO KAI
|
|
||||||
0xA2 0x0E02 # THAI CHARACTER KHO KHAI
|
|
||||||
0xA3 0x0E03 # THAI CHARACTER KHO KHUAT
|
|
||||||
0xA4 0x0E04 # THAI CHARACTER KHO KHWAI
|
|
||||||
0xA5 0x0E05 # THAI CHARACTER KHO KHON
|
|
||||||
0xA6 0x0E06 # THAI CHARACTER KHO RAKHANG
|
|
||||||
0xA7 0x0E07 # THAI CHARACTER NGO NGU
|
|
||||||
0xA8 0x0E08 # THAI CHARACTER CHO CHAN
|
|
||||||
0xA9 0x0E09 # THAI CHARACTER CHO CHING
|
|
||||||
0xAA 0x0E0A # THAI CHARACTER CHO CHANG
|
|
||||||
0xAB 0x0E0B # THAI CHARACTER SO SO
|
|
||||||
0xAC 0x0E0C # THAI CHARACTER CHO CHOE
|
|
||||||
0xAD 0x0E0D # THAI CHARACTER YO YING
|
|
||||||
0xAE 0x0E0E # THAI CHARACTER DO CHADA
|
|
||||||
0xAF 0x0E0F # THAI CHARACTER TO PATAK
|
|
||||||
0xB0 0x0E10 # THAI CHARACTER THO THAN
|
|
||||||
0xB1 0x0E11 # THAI CHARACTER THO NANGMONTHO
|
|
||||||
0xB2 0x0E12 # THAI CHARACTER THO PHUTHAO
|
|
||||||
0xB3 0x0E13 # THAI CHARACTER NO NEN
|
|
||||||
0xB4 0x0E14 # THAI CHARACTER DO DEK
|
|
||||||
0xB5 0x0E15 # THAI CHARACTER TO TAO
|
|
||||||
0xB6 0x0E16 # THAI CHARACTER THO THUNG
|
|
||||||
0xB7 0x0E17 # THAI CHARACTER THO THAHAN
|
|
||||||
0xB8 0x0E18 # THAI CHARACTER THO THONG
|
|
||||||
0xB9 0x0E19 # THAI CHARACTER NO NU
|
|
||||||
0xBA 0x0E1A # THAI CHARACTER BO BAIMAI
|
|
||||||
0xBB 0x0E1B # THAI CHARACTER PO PLA
|
|
||||||
0xBC 0x0E1C # THAI CHARACTER PHO PHUNG
|
|
||||||
0xBD 0x0E1D # THAI CHARACTER FO FA
|
|
||||||
0xBE 0x0E1E # THAI CHARACTER PHO PHAN
|
|
||||||
0xBF 0x0E1F # THAI CHARACTER FO FAN
|
|
||||||
0xC0 0x0E20 # THAI CHARACTER PHO SAMPHAO
|
|
||||||
0xC1 0x0E21 # THAI CHARACTER MO MA
|
|
||||||
0xC2 0x0E22 # THAI CHARACTER YO YAK
|
|
||||||
0xC3 0x0E23 # THAI CHARACTER RO RUA
|
|
||||||
0xC4 0x0E24 # THAI CHARACTER RU
|
|
||||||
0xC5 0x0E25 # THAI CHARACTER LO LING
|
|
||||||
0xC6 0x0E26 # THAI CHARACTER LU
|
|
||||||
0xC7 0x0E27 # THAI CHARACTER WO WAEN
|
|
||||||
0xC8 0x0E28 # THAI CHARACTER SO SALA
|
|
||||||
0xC9 0x0E29 # THAI CHARACTER SO RUSI
|
|
||||||
0xCA 0x0E2A # THAI CHARACTER SO SUA
|
|
||||||
0xCB 0x0E2B # THAI CHARACTER HO HIP
|
|
||||||
0xCC 0x0E2C # THAI CHARACTER LO CHULA
|
|
||||||
0xCD 0x0E2D # THAI CHARACTER O ANG
|
|
||||||
0xCE 0x0E2E # THAI CHARACTER HO NOKHUK
|
|
||||||
0xCF 0x0E2F # THAI CHARACTER PAIYANNOI
|
|
||||||
0xD0 0x0E30 # THAI CHARACTER SARA A
|
|
||||||
0xD1 0x0E31 # THAI CHARACTER MAI HAN-AKAT
|
|
||||||
0xD2 0x0E32 # THAI CHARACTER SARA AA
|
|
||||||
0xD3 0x0E33 # THAI CHARACTER SARA AM
|
|
||||||
0xD4 0x0E34 # THAI CHARACTER SARA I
|
|
||||||
0xD5 0x0E35 # THAI CHARACTER SARA II
|
|
||||||
0xD6 0x0E36 # THAI CHARACTER SARA UE
|
|
||||||
0xD7 0x0E37 # THAI CHARACTER SARA UEE
|
|
||||||
0xD8 0x0E38 # THAI CHARACTER SARA U
|
|
||||||
0xD9 0x0E39 # THAI CHARACTER SARA UU
|
|
||||||
0xDA 0x0E3A # THAI CHARACTER PHINTHU
|
|
||||||
0xDF 0x0E3F # THAI CURRENCY SYMBOL BAHT
|
|
||||||
0xE0 0x0E40 # THAI CHARACTER SARA E
|
|
||||||
0xE1 0x0E41 # THAI CHARACTER SARA AE
|
|
||||||
0xE2 0x0E42 # THAI CHARACTER SARA O
|
|
||||||
0xE3 0x0E43 # THAI CHARACTER SARA AI MAIMUAN
|
|
||||||
0xE4 0x0E44 # THAI CHARACTER SARA AI MAIMALAI
|
|
||||||
0xE5 0x0E45 # THAI CHARACTER LAKKHANGYAO
|
|
||||||
0xE6 0x0E46 # THAI CHARACTER MAIYAMOK
|
|
||||||
0xE7 0x0E47 # THAI CHARACTER MAITAIKHU
|
|
||||||
0xE8 0x0E48 # THAI CHARACTER MAI EK
|
|
||||||
0xE9 0x0E49 # THAI CHARACTER MAI THO
|
|
||||||
0xEA 0x0E4A # THAI CHARACTER MAI TRI
|
|
||||||
0xEB 0x0E4B # THAI CHARACTER MAI CHATTAWA
|
|
||||||
0xEC 0x0E4C # THAI CHARACTER THANTHAKHAT
|
|
||||||
0xED 0x0E4D # THAI CHARACTER NIKHAHIT
|
|
||||||
0xEE 0x0E4E # THAI CHARACTER YAMAKKAN
|
|
||||||
0xEF 0x0E4F # THAI CHARACTER FONGMAN
|
|
||||||
0xF0 0x0E50 # THAI DIGIT ZERO
|
|
||||||
0xF1 0x0E51 # THAI DIGIT ONE
|
|
||||||
0xF2 0x0E52 # THAI DIGIT TWO
|
|
||||||
0xF3 0x0E53 # THAI DIGIT THREE
|
|
||||||
0xF4 0x0E54 # THAI DIGIT FOUR
|
|
||||||
0xF5 0x0E55 # THAI DIGIT FIVE
|
|
||||||
0xF6 0x0E56 # THAI DIGIT SIX
|
|
||||||
0xF7 0x0E57 # THAI DIGIT SEVEN
|
|
||||||
0xF8 0x0E58 # THAI DIGIT EIGHT
|
|
||||||
0xF9 0x0E59 # THAI DIGIT NINE
|
|
||||||
0xFA 0x0E5A # THAI CHARACTER ANGKHANKHU
|
|
||||||
0xFB 0x0E5B # THAI CHARACTER KHOMUT
|
|
@ -1,291 +0,0 @@
|
|||||||
# 8859-13.TXT
|
|
||||||
# Date: 2015-12-02 22:03:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO/IEC 8859-13:1998 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27 (header updated: 2015 December 02)
|
|
||||||
# Authors: Ken Whistler <ken@unicode.org>
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-13:1998 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-13 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-13 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version: created
|
|
||||||
# 2.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA1 0x201D # RIGHT DOUBLE QUOTATION MARK
|
|
||||||
0xA2 0x00A2 # CENT SIGN
|
|
||||||
0xA3 0x00A3 # POUND SIGN
|
|
||||||
0xA4 0x00A4 # CURRENCY SIGN
|
|
||||||
0xA5 0x201E # DOUBLE LOW-9 QUOTATION MARK
|
|
||||||
0xA6 0x00A6 # BROKEN BAR
|
|
||||||
0xA7 0x00A7 # SECTION SIGN
|
|
||||||
0xA8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE
|
|
||||||
0xA9 0x00A9 # COPYRIGHT SIGN
|
|
||||||
0xAA 0x0156 # LATIN CAPITAL LETTER R WITH CEDILLA
|
|
||||||
0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xAC 0x00AC # NOT SIGN
|
|
||||||
0xAD 0x00AD # SOFT HYPHEN
|
|
||||||
0xAE 0x00AE # REGISTERED SIGN
|
|
||||||
0xAF 0x00C6 # LATIN CAPITAL LETTER AE
|
|
||||||
0xB0 0x00B0 # DEGREE SIGN
|
|
||||||
0xB1 0x00B1 # PLUS-MINUS SIGN
|
|
||||||
0xB2 0x00B2 # SUPERSCRIPT TWO
|
|
||||||
0xB3 0x00B3 # SUPERSCRIPT THREE
|
|
||||||
0xB4 0x201C # LEFT DOUBLE QUOTATION MARK
|
|
||||||
0xB5 0x00B5 # MICRO SIGN
|
|
||||||
0xB6 0x00B6 # PILCROW SIGN
|
|
||||||
0xB7 0x00B7 # MIDDLE DOT
|
|
||||||
0xB8 0x00F8 # LATIN SMALL LETTER O WITH STROKE
|
|
||||||
0xB9 0x00B9 # SUPERSCRIPT ONE
|
|
||||||
0xBA 0x0157 # LATIN SMALL LETTER R WITH CEDILLA
|
|
||||||
0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xBC 0x00BC # VULGAR FRACTION ONE QUARTER
|
|
||||||
0xBD 0x00BD # VULGAR FRACTION ONE HALF
|
|
||||||
0xBE 0x00BE # VULGAR FRACTION THREE QUARTERS
|
|
||||||
0xBF 0x00E6 # LATIN SMALL LETTER AE
|
|
||||||
0xC0 0x0104 # LATIN CAPITAL LETTER A WITH OGONEK
|
|
||||||
0xC1 0x012E # LATIN CAPITAL LETTER I WITH OGONEK
|
|
||||||
0xC2 0x0100 # LATIN CAPITAL LETTER A WITH MACRON
|
|
||||||
0xC3 0x0106 # LATIN CAPITAL LETTER C WITH ACUTE
|
|
||||||
0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS
|
|
||||||
0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE
|
|
||||||
0xC6 0x0118 # LATIN CAPITAL LETTER E WITH OGONEK
|
|
||||||
0xC7 0x0112 # LATIN CAPITAL LETTER E WITH MACRON
|
|
||||||
0xC8 0x010C # LATIN CAPITAL LETTER C WITH CARON
|
|
||||||
0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE
|
|
||||||
0xCA 0x0179 # LATIN CAPITAL LETTER Z WITH ACUTE
|
|
||||||
0xCB 0x0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE
|
|
||||||
0xCC 0x0122 # LATIN CAPITAL LETTER G WITH CEDILLA
|
|
||||||
0xCD 0x0136 # LATIN CAPITAL LETTER K WITH CEDILLA
|
|
||||||
0xCE 0x012A # LATIN CAPITAL LETTER I WITH MACRON
|
|
||||||
0xCF 0x013B # LATIN CAPITAL LETTER L WITH CEDILLA
|
|
||||||
0xD0 0x0160 # LATIN CAPITAL LETTER S WITH CARON
|
|
||||||
0xD1 0x0143 # LATIN CAPITAL LETTER N WITH ACUTE
|
|
||||||
0xD2 0x0145 # LATIN CAPITAL LETTER N WITH CEDILLA
|
|
||||||
0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE
|
|
||||||
0xD4 0x014C # LATIN CAPITAL LETTER O WITH MACRON
|
|
||||||
0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE
|
|
||||||
0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS
|
|
||||||
0xD7 0x00D7 # MULTIPLICATION SIGN
|
|
||||||
0xD8 0x0172 # LATIN CAPITAL LETTER U WITH OGONEK
|
|
||||||
0xD9 0x0141 # LATIN CAPITAL LETTER L WITH STROKE
|
|
||||||
0xDA 0x015A # LATIN CAPITAL LETTER S WITH ACUTE
|
|
||||||
0xDB 0x016A # LATIN CAPITAL LETTER U WITH MACRON
|
|
||||||
0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS
|
|
||||||
0xDD 0x017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE
|
|
||||||
0xDE 0x017D # LATIN CAPITAL LETTER Z WITH CARON
|
|
||||||
0xDF 0x00DF # LATIN SMALL LETTER SHARP S (German)
|
|
||||||
0xE0 0x0105 # LATIN SMALL LETTER A WITH OGONEK
|
|
||||||
0xE1 0x012F # LATIN SMALL LETTER I WITH OGONEK
|
|
||||||
0xE2 0x0101 # LATIN SMALL LETTER A WITH MACRON
|
|
||||||
0xE3 0x0107 # LATIN SMALL LETTER C WITH ACUTE
|
|
||||||
0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS
|
|
||||||
0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE
|
|
||||||
0xE6 0x0119 # LATIN SMALL LETTER E WITH OGONEK
|
|
||||||
0xE7 0x0113 # LATIN SMALL LETTER E WITH MACRON
|
|
||||||
0xE8 0x010D # LATIN SMALL LETTER C WITH CARON
|
|
||||||
0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE
|
|
||||||
0xEA 0x017A # LATIN SMALL LETTER Z WITH ACUTE
|
|
||||||
0xEB 0x0117 # LATIN SMALL LETTER E WITH DOT ABOVE
|
|
||||||
0xEC 0x0123 # LATIN SMALL LETTER G WITH CEDILLA
|
|
||||||
0xED 0x0137 # LATIN SMALL LETTER K WITH CEDILLA
|
|
||||||
0xEE 0x012B # LATIN SMALL LETTER I WITH MACRON
|
|
||||||
0xEF 0x013C # LATIN SMALL LETTER L WITH CEDILLA
|
|
||||||
0xF0 0x0161 # LATIN SMALL LETTER S WITH CARON
|
|
||||||
0xF1 0x0144 # LATIN SMALL LETTER N WITH ACUTE
|
|
||||||
0xF2 0x0146 # LATIN SMALL LETTER N WITH CEDILLA
|
|
||||||
0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE
|
|
||||||
0xF4 0x014D # LATIN SMALL LETTER O WITH MACRON
|
|
||||||
0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE
|
|
||||||
0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS
|
|
||||||
0xF7 0x00F7 # DIVISION SIGN
|
|
||||||
0xF8 0x0173 # LATIN SMALL LETTER U WITH OGONEK
|
|
||||||
0xF9 0x0142 # LATIN SMALL LETTER L WITH STROKE
|
|
||||||
0xFA 0x015B # LATIN SMALL LETTER S WITH ACUTE
|
|
||||||
0xFB 0x016B # LATIN SMALL LETTER U WITH MACRON
|
|
||||||
0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS
|
|
||||||
0xFD 0x017C # LATIN SMALL LETTER Z WITH DOT ABOVE
|
|
||||||
0xFE 0x017E # LATIN SMALL LETTER Z WITH CARON
|
|
||||||
0xFF 0x2019 # RIGHT SINGLE QUOTATION MARK
|
|
@ -1,293 +0,0 @@
|
|||||||
# 8859-14.TXT
|
|
||||||
# Date: 2015-12-02 22:05:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO/IEC 8859-14:1998 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27 (header updated: 2015 December 02)
|
|
||||||
# Authors: Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/>
|
|
||||||
# Ken Whistler <ken@unicode.org>
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-14:1998 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-14 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-14 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version: created
|
|
||||||
# 2.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA1 0x1E02 # LATIN CAPITAL LETTER B WITH DOT ABOVE
|
|
||||||
0xA2 0x1E03 # LATIN SMALL LETTER B WITH DOT ABOVE
|
|
||||||
0xA3 0x00A3 # POUND SIGN
|
|
||||||
0xA4 0x010A # LATIN CAPITAL LETTER C WITH DOT ABOVE
|
|
||||||
0xA5 0x010B # LATIN SMALL LETTER C WITH DOT ABOVE
|
|
||||||
0xA6 0x1E0A # LATIN CAPITAL LETTER D WITH DOT ABOVE
|
|
||||||
0xA7 0x00A7 # SECTION SIGN
|
|
||||||
0xA8 0x1E80 # LATIN CAPITAL LETTER W WITH GRAVE
|
|
||||||
0xA9 0x00A9 # COPYRIGHT SIGN
|
|
||||||
0xAA 0x1E82 # LATIN CAPITAL LETTER W WITH ACUTE
|
|
||||||
0xAB 0x1E0B # LATIN SMALL LETTER D WITH DOT ABOVE
|
|
||||||
0xAC 0x1EF2 # LATIN CAPITAL LETTER Y WITH GRAVE
|
|
||||||
0xAD 0x00AD # SOFT HYPHEN
|
|
||||||
0xAE 0x00AE # REGISTERED SIGN
|
|
||||||
0xAF 0x0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS
|
|
||||||
0xB0 0x1E1E # LATIN CAPITAL LETTER F WITH DOT ABOVE
|
|
||||||
0xB1 0x1E1F # LATIN SMALL LETTER F WITH DOT ABOVE
|
|
||||||
0xB2 0x0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE
|
|
||||||
0xB3 0x0121 # LATIN SMALL LETTER G WITH DOT ABOVE
|
|
||||||
0xB4 0x1E40 # LATIN CAPITAL LETTER M WITH DOT ABOVE
|
|
||||||
0xB5 0x1E41 # LATIN SMALL LETTER M WITH DOT ABOVE
|
|
||||||
0xB6 0x00B6 # PILCROW SIGN
|
|
||||||
0xB7 0x1E56 # LATIN CAPITAL LETTER P WITH DOT ABOVE
|
|
||||||
0xB8 0x1E81 # LATIN SMALL LETTER W WITH GRAVE
|
|
||||||
0xB9 0x1E57 # LATIN SMALL LETTER P WITH DOT ABOVE
|
|
||||||
0xBA 0x1E83 # LATIN SMALL LETTER W WITH ACUTE
|
|
||||||
0xBB 0x1E60 # LATIN CAPITAL LETTER S WITH DOT ABOVE
|
|
||||||
0xBC 0x1EF3 # LATIN SMALL LETTER Y WITH GRAVE
|
|
||||||
0xBD 0x1E84 # LATIN CAPITAL LETTER W WITH DIAERESIS
|
|
||||||
0xBE 0x1E85 # LATIN SMALL LETTER W WITH DIAERESIS
|
|
||||||
0xBF 0x1E61 # LATIN SMALL LETTER S WITH DOT ABOVE
|
|
||||||
0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE
|
|
||||||
0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE
|
|
||||||
0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE
|
|
||||||
0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS
|
|
||||||
0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE
|
|
||||||
0xC6 0x00C6 # LATIN CAPITAL LETTER AE
|
|
||||||
0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA
|
|
||||||
0xC8 0x00C8 # LATIN CAPITAL LETTER E WITH GRAVE
|
|
||||||
0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE
|
|
||||||
0xCA 0x00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX
|
|
||||||
0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS
|
|
||||||
0xCC 0x00CC # LATIN CAPITAL LETTER I WITH GRAVE
|
|
||||||
0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE
|
|
||||||
0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS
|
|
||||||
0xD0 0x0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX
|
|
||||||
0xD1 0x00D1 # LATIN CAPITAL LETTER N WITH TILDE
|
|
||||||
0xD2 0x00D2 # LATIN CAPITAL LETTER O WITH GRAVE
|
|
||||||
0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE
|
|
||||||
0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE
|
|
||||||
0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS
|
|
||||||
0xD7 0x1E6A # LATIN CAPITAL LETTER T WITH DOT ABOVE
|
|
||||||
0xD8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE
|
|
||||||
0xD9 0x00D9 # LATIN CAPITAL LETTER U WITH GRAVE
|
|
||||||
0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE
|
|
||||||
0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS
|
|
||||||
0xDD 0x00DD # LATIN CAPITAL LETTER Y WITH ACUTE
|
|
||||||
0xDE 0x0176 # LATIN CAPITAL LETTER Y WITH CIRCUMFLEX
|
|
||||||
0xDF 0x00DF # LATIN SMALL LETTER SHARP S
|
|
||||||
0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE
|
|
||||||
0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE
|
|
||||||
0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE
|
|
||||||
0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS
|
|
||||||
0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE
|
|
||||||
0xE6 0x00E6 # LATIN SMALL LETTER AE
|
|
||||||
0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA
|
|
||||||
0xE8 0x00E8 # LATIN SMALL LETTER E WITH GRAVE
|
|
||||||
0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE
|
|
||||||
0xEA 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX
|
|
||||||
0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS
|
|
||||||
0xEC 0x00EC # LATIN SMALL LETTER I WITH GRAVE
|
|
||||||
0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE
|
|
||||||
0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS
|
|
||||||
0xF0 0x0175 # LATIN SMALL LETTER W WITH CIRCUMFLEX
|
|
||||||
0xF1 0x00F1 # LATIN SMALL LETTER N WITH TILDE
|
|
||||||
0xF2 0x00F2 # LATIN SMALL LETTER O WITH GRAVE
|
|
||||||
0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE
|
|
||||||
0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE
|
|
||||||
0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS
|
|
||||||
0xF7 0x1E6B # LATIN SMALL LETTER T WITH DOT ABOVE
|
|
||||||
0xF8 0x00F8 # LATIN SMALL LETTER O WITH STROKE
|
|
||||||
0xF9 0x00F9 # LATIN SMALL LETTER U WITH GRAVE
|
|
||||||
0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE
|
|
||||||
0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS
|
|
||||||
0xFD 0x00FD # LATIN SMALL LETTER Y WITH ACUTE
|
|
||||||
0xFE 0x0177 # LATIN SMALL LETTER Y WITH CIRCUMFLEX
|
|
||||||
0xFF 0x00FF # LATIN SMALL LETTER Y WITH DIAERESIS
|
|
||||||
|
|
@ -1,295 +0,0 @@
|
|||||||
# 8859-15.TXT
|
|
||||||
# Date: 2015-12-02 22:06:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO/IEC 8859-15:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27 (header updated: 2015 December 02)
|
|
||||||
# Authors: Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/>
|
|
||||||
# Ken Whistler <ken@unicode.org>
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-15:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-15 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-15 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version: created
|
|
||||||
# 2.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA1 0x00A1 # INVERTED EXCLAMATION MARK
|
|
||||||
0xA2 0x00A2 # CENT SIGN
|
|
||||||
0xA3 0x00A3 # POUND SIGN
|
|
||||||
0xA4 0x20AC # EURO SIGN
|
|
||||||
0xA5 0x00A5 # YEN SIGN
|
|
||||||
0xA6 0x0160 # LATIN CAPITAL LETTER S WITH CARON
|
|
||||||
0xA7 0x00A7 # SECTION SIGN
|
|
||||||
0xA8 0x0161 # LATIN SMALL LETTER S WITH CARON
|
|
||||||
0xA9 0x00A9 # COPYRIGHT SIGN
|
|
||||||
0xAA 0x00AA # FEMININE ORDINAL INDICATOR
|
|
||||||
0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xAC 0x00AC # NOT SIGN
|
|
||||||
0xAD 0x00AD # SOFT HYPHEN
|
|
||||||
0xAE 0x00AE # REGISTERED SIGN
|
|
||||||
0xAF 0x00AF # MACRON
|
|
||||||
0xB0 0x00B0 # DEGREE SIGN
|
|
||||||
0xB1 0x00B1 # PLUS-MINUS SIGN
|
|
||||||
0xB2 0x00B2 # SUPERSCRIPT TWO
|
|
||||||
0xB3 0x00B3 # SUPERSCRIPT THREE
|
|
||||||
0xB4 0x017D # LATIN CAPITAL LETTER Z WITH CARON
|
|
||||||
0xB5 0x00B5 # MICRO SIGN
|
|
||||||
0xB6 0x00B6 # PILCROW SIGN
|
|
||||||
0xB7 0x00B7 # MIDDLE DOT
|
|
||||||
0xB8 0x017E # LATIN SMALL LETTER Z WITH CARON
|
|
||||||
0xB9 0x00B9 # SUPERSCRIPT ONE
|
|
||||||
0xBA 0x00BA # MASCULINE ORDINAL INDICATOR
|
|
||||||
0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xBC 0x0152 # LATIN CAPITAL LIGATURE OE
|
|
||||||
0xBD 0x0153 # LATIN SMALL LIGATURE OE
|
|
||||||
0xBE 0x0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS
|
|
||||||
0xBF 0x00BF # INVERTED QUESTION MARK
|
|
||||||
0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE
|
|
||||||
0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE
|
|
||||||
0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE
|
|
||||||
0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS
|
|
||||||
0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE
|
|
||||||
0xC6 0x00C6 # LATIN CAPITAL LETTER AE
|
|
||||||
0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA
|
|
||||||
0xC8 0x00C8 # LATIN CAPITAL LETTER E WITH GRAVE
|
|
||||||
0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE
|
|
||||||
0xCA 0x00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX
|
|
||||||
0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS
|
|
||||||
0xCC 0x00CC # LATIN CAPITAL LETTER I WITH GRAVE
|
|
||||||
0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE
|
|
||||||
0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS
|
|
||||||
0xD0 0x00D0 # LATIN CAPITAL LETTER ETH
|
|
||||||
0xD1 0x00D1 # LATIN CAPITAL LETTER N WITH TILDE
|
|
||||||
0xD2 0x00D2 # LATIN CAPITAL LETTER O WITH GRAVE
|
|
||||||
0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE
|
|
||||||
0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE
|
|
||||||
0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS
|
|
||||||
0xD7 0x00D7 # MULTIPLICATION SIGN
|
|
||||||
0xD8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE
|
|
||||||
0xD9 0x00D9 # LATIN CAPITAL LETTER U WITH GRAVE
|
|
||||||
0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE
|
|
||||||
0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS
|
|
||||||
0xDD 0x00DD # LATIN CAPITAL LETTER Y WITH ACUTE
|
|
||||||
0xDE 0x00DE # LATIN CAPITAL LETTER THORN
|
|
||||||
0xDF 0x00DF # LATIN SMALL LETTER SHARP S
|
|
||||||
0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE
|
|
||||||
0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE
|
|
||||||
0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE
|
|
||||||
0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS
|
|
||||||
0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE
|
|
||||||
0xE6 0x00E6 # LATIN SMALL LETTER AE
|
|
||||||
0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA
|
|
||||||
0xE8 0x00E8 # LATIN SMALL LETTER E WITH GRAVE
|
|
||||||
0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE
|
|
||||||
0xEA 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX
|
|
||||||
0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS
|
|
||||||
0xEC 0x00EC # LATIN SMALL LETTER I WITH GRAVE
|
|
||||||
0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE
|
|
||||||
0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS
|
|
||||||
0xF0 0x00F0 # LATIN SMALL LETTER ETH
|
|
||||||
0xF1 0x00F1 # LATIN SMALL LETTER N WITH TILDE
|
|
||||||
0xF2 0x00F2 # LATIN SMALL LETTER O WITH GRAVE
|
|
||||||
0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE
|
|
||||||
0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE
|
|
||||||
0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS
|
|
||||||
0xF7 0x00F7 # DIVISION SIGN
|
|
||||||
0xF8 0x00F8 # LATIN SMALL LETTER O WITH STROKE
|
|
||||||
0xF9 0x00F9 # LATIN SMALL LETTER U WITH GRAVE
|
|
||||||
0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE
|
|
||||||
0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS
|
|
||||||
0xFD 0x00FD # LATIN SMALL LETTER Y WITH ACUTE
|
|
||||||
0xFE 0x00FE # LATIN SMALL LETTER THORN
|
|
||||||
0xFF 0x00FF # LATIN SMALL LETTER Y WITH DIAERESIS
|
|
||||||
|
|
@ -1,293 +0,0 @@
|
|||||||
# 8859-16.TXT
|
|
||||||
# Date: 2015-12-02 22:08:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO/IEC 8859-16:2001 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 2001 July 26 (header updated: 2015 December 02)
|
|
||||||
# Authors: Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/>
|
|
||||||
#
|
|
||||||
# Copyright (c) 1999-2001 Unicode, Inc. All Rights reserved.
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-16:2001 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-16 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-16 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version: created
|
|
||||||
# 2.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA1 0x0104 # LATIN CAPITAL LETTER A WITH OGONEK
|
|
||||||
0xA2 0x0105 # LATIN SMALL LETTER A WITH OGONEK
|
|
||||||
0xA3 0x0141 # LATIN CAPITAL LETTER L WITH STROKE
|
|
||||||
0xA4 0x20AC # EURO SIGN
|
|
||||||
0xA5 0x201E # DOUBLE LOW-9 QUOTATION MARK
|
|
||||||
0xA6 0x0160 # LATIN CAPITAL LETTER S WITH CARON
|
|
||||||
0xA7 0x00A7 # SECTION SIGN
|
|
||||||
0xA8 0x0161 # LATIN SMALL LETTER S WITH CARON
|
|
||||||
0xA9 0x00A9 # COPYRIGHT SIGN
|
|
||||||
0xAA 0x0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW
|
|
||||||
0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xAC 0x0179 # LATIN CAPITAL LETTER Z WITH ACUTE
|
|
||||||
0xAD 0x00AD # SOFT HYPHEN
|
|
||||||
0xAE 0x017A # LATIN SMALL LETTER Z WITH ACUTE
|
|
||||||
0xAF 0x017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE
|
|
||||||
0xB0 0x00B0 # DEGREE SIGN
|
|
||||||
0xB1 0x00B1 # PLUS-MINUS SIGN
|
|
||||||
0xB2 0x010C # LATIN CAPITAL LETTER C WITH CARON
|
|
||||||
0xB3 0x0142 # LATIN SMALL LETTER L WITH STROKE
|
|
||||||
0xB4 0x017D # LATIN CAPITAL LETTER Z WITH CARON
|
|
||||||
0xB5 0x201D # RIGHT DOUBLE QUOTATION MARK
|
|
||||||
0xB6 0x00B6 # PILCROW SIGN
|
|
||||||
0xB7 0x00B7 # MIDDLE DOT
|
|
||||||
0xB8 0x017E # LATIN SMALL LETTER Z WITH CARON
|
|
||||||
0xB9 0x010D # LATIN SMALL LETTER C WITH CARON
|
|
||||||
0xBA 0x0219 # LATIN SMALL LETTER S WITH COMMA BELOW
|
|
||||||
0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xBC 0x0152 # LATIN CAPITAL LIGATURE OE
|
|
||||||
0xBD 0x0153 # LATIN SMALL LIGATURE OE
|
|
||||||
0xBE 0x0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS
|
|
||||||
0xBF 0x017C # LATIN SMALL LETTER Z WITH DOT ABOVE
|
|
||||||
0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE
|
|
||||||
0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE
|
|
||||||
0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xC3 0x0102 # LATIN CAPITAL LETTER A WITH BREVE
|
|
||||||
0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS
|
|
||||||
0xC5 0x0106 # LATIN CAPITAL LETTER C WITH ACUTE
|
|
||||||
0xC6 0x00C6 # LATIN CAPITAL LETTER AE
|
|
||||||
0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA
|
|
||||||
0xC8 0x00C8 # LATIN CAPITAL LETTER E WITH GRAVE
|
|
||||||
0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE
|
|
||||||
0xCA 0x00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX
|
|
||||||
0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS
|
|
||||||
0xCC 0x00CC # LATIN CAPITAL LETTER I WITH GRAVE
|
|
||||||
0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE
|
|
||||||
0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS
|
|
||||||
0xD0 0x0110 # LATIN CAPITAL LETTER D WITH STROKE
|
|
||||||
0xD1 0x0143 # LATIN CAPITAL LETTER N WITH ACUTE
|
|
||||||
0xD2 0x00D2 # LATIN CAPITAL LETTER O WITH GRAVE
|
|
||||||
0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE
|
|
||||||
0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xD5 0x0150 # LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
|
|
||||||
0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS
|
|
||||||
0xD7 0x015A # LATIN CAPITAL LETTER S WITH ACUTE
|
|
||||||
0xD8 0x0170 # LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
|
|
||||||
0xD9 0x00D9 # LATIN CAPITAL LETTER U WITH GRAVE
|
|
||||||
0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE
|
|
||||||
0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS
|
|
||||||
0xDD 0x0118 # LATIN CAPITAL LETTER E WITH OGONEK
|
|
||||||
0xDE 0x021A # LATIN CAPITAL LETTER T WITH COMMA BELOW
|
|
||||||
0xDF 0x00DF # LATIN SMALL LETTER SHARP S
|
|
||||||
0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE
|
|
||||||
0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE
|
|
||||||
0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xE3 0x0103 # LATIN SMALL LETTER A WITH BREVE
|
|
||||||
0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS
|
|
||||||
0xE5 0x0107 # LATIN SMALL LETTER C WITH ACUTE
|
|
||||||
0xE6 0x00E6 # LATIN SMALL LETTER AE
|
|
||||||
0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA
|
|
||||||
0xE8 0x00E8 # LATIN SMALL LETTER E WITH GRAVE
|
|
||||||
0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE
|
|
||||||
0xEA 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX
|
|
||||||
0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS
|
|
||||||
0xEC 0x00EC # LATIN SMALL LETTER I WITH GRAVE
|
|
||||||
0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE
|
|
||||||
0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS
|
|
||||||
0xF0 0x0111 # LATIN SMALL LETTER D WITH STROKE
|
|
||||||
0xF1 0x0144 # LATIN SMALL LETTER N WITH ACUTE
|
|
||||||
0xF2 0x00F2 # LATIN SMALL LETTER O WITH GRAVE
|
|
||||||
0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE
|
|
||||||
0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xF5 0x0151 # LATIN SMALL LETTER O WITH DOUBLE ACUTE
|
|
||||||
0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS
|
|
||||||
0xF7 0x015B # LATIN SMALL LETTER S WITH ACUTE
|
|
||||||
0xF8 0x0171 # LATIN SMALL LETTER U WITH DOUBLE ACUTE
|
|
||||||
0xF9 0x00F9 # LATIN SMALL LETTER U WITH GRAVE
|
|
||||||
0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE
|
|
||||||
0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS
|
|
||||||
0xFD 0x0119 # LATIN SMALL LETTER E WITH OGONEK
|
|
||||||
0xFE 0x021B # LATIN SMALL LETTER T WITH COMMA BELOW
|
|
||||||
0xFF 0x00FF # LATIN SMALL LETTER Y WITH DIAERESIS
|
|
@ -1,292 +0,0 @@
|
|||||||
# 8859-2.TXT
|
|
||||||
# Date: 2015-12-02 21:34:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO 8859-2:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27 (header updated: 2015 December 02)
|
|
||||||
# Authors: Ken Whistler <ken@unicode.org>
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-2:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-2 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-2 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version: updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
# 2.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA1 0x0104 # LATIN CAPITAL LETTER A WITH OGONEK
|
|
||||||
0xA2 0x02D8 # BREVE
|
|
||||||
0xA3 0x0141 # LATIN CAPITAL LETTER L WITH STROKE
|
|
||||||
0xA4 0x00A4 # CURRENCY SIGN
|
|
||||||
0xA5 0x013D # LATIN CAPITAL LETTER L WITH CARON
|
|
||||||
0xA6 0x015A # LATIN CAPITAL LETTER S WITH ACUTE
|
|
||||||
0xA7 0x00A7 # SECTION SIGN
|
|
||||||
0xA8 0x00A8 # DIAERESIS
|
|
||||||
0xA9 0x0160 # LATIN CAPITAL LETTER S WITH CARON
|
|
||||||
0xAA 0x015E # LATIN CAPITAL LETTER S WITH CEDILLA
|
|
||||||
0xAB 0x0164 # LATIN CAPITAL LETTER T WITH CARON
|
|
||||||
0xAC 0x0179 # LATIN CAPITAL LETTER Z WITH ACUTE
|
|
||||||
0xAD 0x00AD # SOFT HYPHEN
|
|
||||||
0xAE 0x017D # LATIN CAPITAL LETTER Z WITH CARON
|
|
||||||
0xAF 0x017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE
|
|
||||||
0xB0 0x00B0 # DEGREE SIGN
|
|
||||||
0xB1 0x0105 # LATIN SMALL LETTER A WITH OGONEK
|
|
||||||
0xB2 0x02DB # OGONEK
|
|
||||||
0xB3 0x0142 # LATIN SMALL LETTER L WITH STROKE
|
|
||||||
0xB4 0x00B4 # ACUTE ACCENT
|
|
||||||
0xB5 0x013E # LATIN SMALL LETTER L WITH CARON
|
|
||||||
0xB6 0x015B # LATIN SMALL LETTER S WITH ACUTE
|
|
||||||
0xB7 0x02C7 # CARON
|
|
||||||
0xB8 0x00B8 # CEDILLA
|
|
||||||
0xB9 0x0161 # LATIN SMALL LETTER S WITH CARON
|
|
||||||
0xBA 0x015F # LATIN SMALL LETTER S WITH CEDILLA
|
|
||||||
0xBB 0x0165 # LATIN SMALL LETTER T WITH CARON
|
|
||||||
0xBC 0x017A # LATIN SMALL LETTER Z WITH ACUTE
|
|
||||||
0xBD 0x02DD # DOUBLE ACUTE ACCENT
|
|
||||||
0xBE 0x017E # LATIN SMALL LETTER Z WITH CARON
|
|
||||||
0xBF 0x017C # LATIN SMALL LETTER Z WITH DOT ABOVE
|
|
||||||
0xC0 0x0154 # LATIN CAPITAL LETTER R WITH ACUTE
|
|
||||||
0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE
|
|
||||||
0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xC3 0x0102 # LATIN CAPITAL LETTER A WITH BREVE
|
|
||||||
0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS
|
|
||||||
0xC5 0x0139 # LATIN CAPITAL LETTER L WITH ACUTE
|
|
||||||
0xC6 0x0106 # LATIN CAPITAL LETTER C WITH ACUTE
|
|
||||||
0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA
|
|
||||||
0xC8 0x010C # LATIN CAPITAL LETTER C WITH CARON
|
|
||||||
0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE
|
|
||||||
0xCA 0x0118 # LATIN CAPITAL LETTER E WITH OGONEK
|
|
||||||
0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS
|
|
||||||
0xCC 0x011A # LATIN CAPITAL LETTER E WITH CARON
|
|
||||||
0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE
|
|
||||||
0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xCF 0x010E # LATIN CAPITAL LETTER D WITH CARON
|
|
||||||
0xD0 0x0110 # LATIN CAPITAL LETTER D WITH STROKE
|
|
||||||
0xD1 0x0143 # LATIN CAPITAL LETTER N WITH ACUTE
|
|
||||||
0xD2 0x0147 # LATIN CAPITAL LETTER N WITH CARON
|
|
||||||
0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE
|
|
||||||
0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xD5 0x0150 # LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
|
|
||||||
0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS
|
|
||||||
0xD7 0x00D7 # MULTIPLICATION SIGN
|
|
||||||
0xD8 0x0158 # LATIN CAPITAL LETTER R WITH CARON
|
|
||||||
0xD9 0x016E # LATIN CAPITAL LETTER U WITH RING ABOVE
|
|
||||||
0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE
|
|
||||||
0xDB 0x0170 # LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
|
|
||||||
0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS
|
|
||||||
0xDD 0x00DD # LATIN CAPITAL LETTER Y WITH ACUTE
|
|
||||||
0xDE 0x0162 # LATIN CAPITAL LETTER T WITH CEDILLA
|
|
||||||
0xDF 0x00DF # LATIN SMALL LETTER SHARP S
|
|
||||||
0xE0 0x0155 # LATIN SMALL LETTER R WITH ACUTE
|
|
||||||
0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE
|
|
||||||
0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xE3 0x0103 # LATIN SMALL LETTER A WITH BREVE
|
|
||||||
0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS
|
|
||||||
0xE5 0x013A # LATIN SMALL LETTER L WITH ACUTE
|
|
||||||
0xE6 0x0107 # LATIN SMALL LETTER C WITH ACUTE
|
|
||||||
0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA
|
|
||||||
0xE8 0x010D # LATIN SMALL LETTER C WITH CARON
|
|
||||||
0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE
|
|
||||||
0xEA 0x0119 # LATIN SMALL LETTER E WITH OGONEK
|
|
||||||
0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS
|
|
||||||
0xEC 0x011B # LATIN SMALL LETTER E WITH CARON
|
|
||||||
0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE
|
|
||||||
0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xEF 0x010F # LATIN SMALL LETTER D WITH CARON
|
|
||||||
0xF0 0x0111 # LATIN SMALL LETTER D WITH STROKE
|
|
||||||
0xF1 0x0144 # LATIN SMALL LETTER N WITH ACUTE
|
|
||||||
0xF2 0x0148 # LATIN SMALL LETTER N WITH CARON
|
|
||||||
0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE
|
|
||||||
0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xF5 0x0151 # LATIN SMALL LETTER O WITH DOUBLE ACUTE
|
|
||||||
0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS
|
|
||||||
0xF7 0x00F7 # DIVISION SIGN
|
|
||||||
0xF8 0x0159 # LATIN SMALL LETTER R WITH CARON
|
|
||||||
0xF9 0x016F # LATIN SMALL LETTER U WITH RING ABOVE
|
|
||||||
0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE
|
|
||||||
0xFB 0x0171 # LATIN SMALL LETTER U WITH DOUBLE ACUTE
|
|
||||||
0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS
|
|
||||||
0xFD 0x00FD # LATIN SMALL LETTER Y WITH ACUTE
|
|
||||||
0xFE 0x0163 # LATIN SMALL LETTER T WITH CEDILLA
|
|
||||||
0xFF 0x02D9 # DOT ABOVE
|
|
@ -1,285 +0,0 @@
|
|||||||
# 8859-3.TXT
|
|
||||||
# Date: 2015-12-02 21:39:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO/IEC 8859-3:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27 (header updated: 2015 December 02)
|
|
||||||
# Authors: Ken Whistler <ken@unicode.org>
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-3:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-3 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-3 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version: updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
# 2.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA1 0x0126 # LATIN CAPITAL LETTER H WITH STROKE
|
|
||||||
0xA2 0x02D8 # BREVE
|
|
||||||
0xA3 0x00A3 # POUND SIGN
|
|
||||||
0xA4 0x00A4 # CURRENCY SIGN
|
|
||||||
0xA6 0x0124 # LATIN CAPITAL LETTER H WITH CIRCUMFLEX
|
|
||||||
0xA7 0x00A7 # SECTION SIGN
|
|
||||||
0xA8 0x00A8 # DIAERESIS
|
|
||||||
0xA9 0x0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE
|
|
||||||
0xAA 0x015E # LATIN CAPITAL LETTER S WITH CEDILLA
|
|
||||||
0xAB 0x011E # LATIN CAPITAL LETTER G WITH BREVE
|
|
||||||
0xAC 0x0134 # LATIN CAPITAL LETTER J WITH CIRCUMFLEX
|
|
||||||
0xAD 0x00AD # SOFT HYPHEN
|
|
||||||
0xAF 0x017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE
|
|
||||||
0xB0 0x00B0 # DEGREE SIGN
|
|
||||||
0xB1 0x0127 # LATIN SMALL LETTER H WITH STROKE
|
|
||||||
0xB2 0x00B2 # SUPERSCRIPT TWO
|
|
||||||
0xB3 0x00B3 # SUPERSCRIPT THREE
|
|
||||||
0xB4 0x00B4 # ACUTE ACCENT
|
|
||||||
0xB5 0x00B5 # MICRO SIGN
|
|
||||||
0xB6 0x0125 # LATIN SMALL LETTER H WITH CIRCUMFLEX
|
|
||||||
0xB7 0x00B7 # MIDDLE DOT
|
|
||||||
0xB8 0x00B8 # CEDILLA
|
|
||||||
0xB9 0x0131 # LATIN SMALL LETTER DOTLESS I
|
|
||||||
0xBA 0x015F # LATIN SMALL LETTER S WITH CEDILLA
|
|
||||||
0xBB 0x011F # LATIN SMALL LETTER G WITH BREVE
|
|
||||||
0xBC 0x0135 # LATIN SMALL LETTER J WITH CIRCUMFLEX
|
|
||||||
0xBD 0x00BD # VULGAR FRACTION ONE HALF
|
|
||||||
0xBF 0x017C # LATIN SMALL LETTER Z WITH DOT ABOVE
|
|
||||||
0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE
|
|
||||||
0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE
|
|
||||||
0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS
|
|
||||||
0xC5 0x010A # LATIN CAPITAL LETTER C WITH DOT ABOVE
|
|
||||||
0xC6 0x0108 # LATIN CAPITAL LETTER C WITH CIRCUMFLEX
|
|
||||||
0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA
|
|
||||||
0xC8 0x00C8 # LATIN CAPITAL LETTER E WITH GRAVE
|
|
||||||
0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE
|
|
||||||
0xCA 0x00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX
|
|
||||||
0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS
|
|
||||||
0xCC 0x00CC # LATIN CAPITAL LETTER I WITH GRAVE
|
|
||||||
0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE
|
|
||||||
0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS
|
|
||||||
0xD1 0x00D1 # LATIN CAPITAL LETTER N WITH TILDE
|
|
||||||
0xD2 0x00D2 # LATIN CAPITAL LETTER O WITH GRAVE
|
|
||||||
0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE
|
|
||||||
0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xD5 0x0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE
|
|
||||||
0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS
|
|
||||||
0xD7 0x00D7 # MULTIPLICATION SIGN
|
|
||||||
0xD8 0x011C # LATIN CAPITAL LETTER G WITH CIRCUMFLEX
|
|
||||||
0xD9 0x00D9 # LATIN CAPITAL LETTER U WITH GRAVE
|
|
||||||
0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE
|
|
||||||
0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS
|
|
||||||
0xDD 0x016C # LATIN CAPITAL LETTER U WITH BREVE
|
|
||||||
0xDE 0x015C # LATIN CAPITAL LETTER S WITH CIRCUMFLEX
|
|
||||||
0xDF 0x00DF # LATIN SMALL LETTER SHARP S
|
|
||||||
0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE
|
|
||||||
0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE
|
|
||||||
0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS
|
|
||||||
0xE5 0x010B # LATIN SMALL LETTER C WITH DOT ABOVE
|
|
||||||
0xE6 0x0109 # LATIN SMALL LETTER C WITH CIRCUMFLEX
|
|
||||||
0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA
|
|
||||||
0xE8 0x00E8 # LATIN SMALL LETTER E WITH GRAVE
|
|
||||||
0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE
|
|
||||||
0xEA 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX
|
|
||||||
0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS
|
|
||||||
0xEC 0x00EC # LATIN SMALL LETTER I WITH GRAVE
|
|
||||||
0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE
|
|
||||||
0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS
|
|
||||||
0xF1 0x00F1 # LATIN SMALL LETTER N WITH TILDE
|
|
||||||
0xF2 0x00F2 # LATIN SMALL LETTER O WITH GRAVE
|
|
||||||
0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE
|
|
||||||
0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xF5 0x0121 # LATIN SMALL LETTER G WITH DOT ABOVE
|
|
||||||
0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS
|
|
||||||
0xF7 0x00F7 # DIVISION SIGN
|
|
||||||
0xF8 0x011D # LATIN SMALL LETTER G WITH CIRCUMFLEX
|
|
||||||
0xF9 0x00F9 # LATIN SMALL LETTER U WITH GRAVE
|
|
||||||
0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE
|
|
||||||
0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS
|
|
||||||
0xFD 0x016D # LATIN SMALL LETTER U WITH BREVE
|
|
||||||
0xFE 0x015D # LATIN SMALL LETTER S WITH CIRCUMFLEX
|
|
||||||
0xFF 0x02D9 # DOT ABOVE
|
|
@ -1,292 +0,0 @@
|
|||||||
# 8859-4.TXT
|
|
||||||
# Date: 2015-12-02 21:41:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO/IEC 8859-4:1998 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27 (header updated: 2015 December 02)
|
|
||||||
# Authors: Ken Whistler <ken@unicode.org>
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-4:1998 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-4 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-4 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version: updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
# 2.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA1 0x0104 # LATIN CAPITAL LETTER A WITH OGONEK
|
|
||||||
0xA2 0x0138 # LATIN SMALL LETTER KRA
|
|
||||||
0xA3 0x0156 # LATIN CAPITAL LETTER R WITH CEDILLA
|
|
||||||
0xA4 0x00A4 # CURRENCY SIGN
|
|
||||||
0xA5 0x0128 # LATIN CAPITAL LETTER I WITH TILDE
|
|
||||||
0xA6 0x013B # LATIN CAPITAL LETTER L WITH CEDILLA
|
|
||||||
0xA7 0x00A7 # SECTION SIGN
|
|
||||||
0xA8 0x00A8 # DIAERESIS
|
|
||||||
0xA9 0x0160 # LATIN CAPITAL LETTER S WITH CARON
|
|
||||||
0xAA 0x0112 # LATIN CAPITAL LETTER E WITH MACRON
|
|
||||||
0xAB 0x0122 # LATIN CAPITAL LETTER G WITH CEDILLA
|
|
||||||
0xAC 0x0166 # LATIN CAPITAL LETTER T WITH STROKE
|
|
||||||
0xAD 0x00AD # SOFT HYPHEN
|
|
||||||
0xAE 0x017D # LATIN CAPITAL LETTER Z WITH CARON
|
|
||||||
0xAF 0x00AF # MACRON
|
|
||||||
0xB0 0x00B0 # DEGREE SIGN
|
|
||||||
0xB1 0x0105 # LATIN SMALL LETTER A WITH OGONEK
|
|
||||||
0xB2 0x02DB # OGONEK
|
|
||||||
0xB3 0x0157 # LATIN SMALL LETTER R WITH CEDILLA
|
|
||||||
0xB4 0x00B4 # ACUTE ACCENT
|
|
||||||
0xB5 0x0129 # LATIN SMALL LETTER I WITH TILDE
|
|
||||||
0xB6 0x013C # LATIN SMALL LETTER L WITH CEDILLA
|
|
||||||
0xB7 0x02C7 # CARON
|
|
||||||
0xB8 0x00B8 # CEDILLA
|
|
||||||
0xB9 0x0161 # LATIN SMALL LETTER S WITH CARON
|
|
||||||
0xBA 0x0113 # LATIN SMALL LETTER E WITH MACRON
|
|
||||||
0xBB 0x0123 # LATIN SMALL LETTER G WITH CEDILLA
|
|
||||||
0xBC 0x0167 # LATIN SMALL LETTER T WITH STROKE
|
|
||||||
0xBD 0x014A # LATIN CAPITAL LETTER ENG
|
|
||||||
0xBE 0x017E # LATIN SMALL LETTER Z WITH CARON
|
|
||||||
0xBF 0x014B # LATIN SMALL LETTER ENG
|
|
||||||
0xC0 0x0100 # LATIN CAPITAL LETTER A WITH MACRON
|
|
||||||
0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE
|
|
||||||
0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE
|
|
||||||
0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS
|
|
||||||
0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE
|
|
||||||
0xC6 0x00C6 # LATIN CAPITAL LETTER AE
|
|
||||||
0xC7 0x012E # LATIN CAPITAL LETTER I WITH OGONEK
|
|
||||||
0xC8 0x010C # LATIN CAPITAL LETTER C WITH CARON
|
|
||||||
0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE
|
|
||||||
0xCA 0x0118 # LATIN CAPITAL LETTER E WITH OGONEK
|
|
||||||
0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS
|
|
||||||
0xCC 0x0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE
|
|
||||||
0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE
|
|
||||||
0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xCF 0x012A # LATIN CAPITAL LETTER I WITH MACRON
|
|
||||||
0xD0 0x0110 # LATIN CAPITAL LETTER D WITH STROKE
|
|
||||||
0xD1 0x0145 # LATIN CAPITAL LETTER N WITH CEDILLA
|
|
||||||
0xD2 0x014C # LATIN CAPITAL LETTER O WITH MACRON
|
|
||||||
0xD3 0x0136 # LATIN CAPITAL LETTER K WITH CEDILLA
|
|
||||||
0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE
|
|
||||||
0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS
|
|
||||||
0xD7 0x00D7 # MULTIPLICATION SIGN
|
|
||||||
0xD8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE
|
|
||||||
0xD9 0x0172 # LATIN CAPITAL LETTER U WITH OGONEK
|
|
||||||
0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE
|
|
||||||
0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS
|
|
||||||
0xDD 0x0168 # LATIN CAPITAL LETTER U WITH TILDE
|
|
||||||
0xDE 0x016A # LATIN CAPITAL LETTER U WITH MACRON
|
|
||||||
0xDF 0x00DF # LATIN SMALL LETTER SHARP S
|
|
||||||
0xE0 0x0101 # LATIN SMALL LETTER A WITH MACRON
|
|
||||||
0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE
|
|
||||||
0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE
|
|
||||||
0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS
|
|
||||||
0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE
|
|
||||||
0xE6 0x00E6 # LATIN SMALL LETTER AE
|
|
||||||
0xE7 0x012F # LATIN SMALL LETTER I WITH OGONEK
|
|
||||||
0xE8 0x010D # LATIN SMALL LETTER C WITH CARON
|
|
||||||
0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE
|
|
||||||
0xEA 0x0119 # LATIN SMALL LETTER E WITH OGONEK
|
|
||||||
0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS
|
|
||||||
0xEC 0x0117 # LATIN SMALL LETTER E WITH DOT ABOVE
|
|
||||||
0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE
|
|
||||||
0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xEF 0x012B # LATIN SMALL LETTER I WITH MACRON
|
|
||||||
0xF0 0x0111 # LATIN SMALL LETTER D WITH STROKE
|
|
||||||
0xF1 0x0146 # LATIN SMALL LETTER N WITH CEDILLA
|
|
||||||
0xF2 0x014D # LATIN SMALL LETTER O WITH MACRON
|
|
||||||
0xF3 0x0137 # LATIN SMALL LETTER K WITH CEDILLA
|
|
||||||
0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE
|
|
||||||
0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS
|
|
||||||
0xF7 0x00F7 # DIVISION SIGN
|
|
||||||
0xF8 0x00F8 # LATIN SMALL LETTER O WITH STROKE
|
|
||||||
0xF9 0x0173 # LATIN SMALL LETTER U WITH OGONEK
|
|
||||||
0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE
|
|
||||||
0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS
|
|
||||||
0xFD 0x0169 # LATIN SMALL LETTER U WITH TILDE
|
|
||||||
0xFE 0x016B # LATIN SMALL LETTER U WITH MACRON
|
|
||||||
0xFF 0x02D9 # DOT ABOVE
|
|
@ -1,292 +0,0 @@
|
|||||||
# 8859-5.TXT
|
|
||||||
# Date: 2015-12-02 21:43:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO 8859-5:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27 (header updated: 2015 December 02)
|
|
||||||
# Authors: Ken Whistler <ken@unicode.org>
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-5:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-5 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-5 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version: updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
# 2.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA1 0x0401 # CYRILLIC CAPITAL LETTER IO
|
|
||||||
0xA2 0x0402 # CYRILLIC CAPITAL LETTER DJE
|
|
||||||
0xA3 0x0403 # CYRILLIC CAPITAL LETTER GJE
|
|
||||||
0xA4 0x0404 # CYRILLIC CAPITAL LETTER UKRAINIAN IE
|
|
||||||
0xA5 0x0405 # CYRILLIC CAPITAL LETTER DZE
|
|
||||||
0xA6 0x0406 # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
|
|
||||||
0xA7 0x0407 # CYRILLIC CAPITAL LETTER YI
|
|
||||||
0xA8 0x0408 # CYRILLIC CAPITAL LETTER JE
|
|
||||||
0xA9 0x0409 # CYRILLIC CAPITAL LETTER LJE
|
|
||||||
0xAA 0x040A # CYRILLIC CAPITAL LETTER NJE
|
|
||||||
0xAB 0x040B # CYRILLIC CAPITAL LETTER TSHE
|
|
||||||
0xAC 0x040C # CYRILLIC CAPITAL LETTER KJE
|
|
||||||
0xAD 0x00AD # SOFT HYPHEN
|
|
||||||
0xAE 0x040E # CYRILLIC CAPITAL LETTER SHORT U
|
|
||||||
0xAF 0x040F # CYRILLIC CAPITAL LETTER DZHE
|
|
||||||
0xB0 0x0410 # CYRILLIC CAPITAL LETTER A
|
|
||||||
0xB1 0x0411 # CYRILLIC CAPITAL LETTER BE
|
|
||||||
0xB2 0x0412 # CYRILLIC CAPITAL LETTER VE
|
|
||||||
0xB3 0x0413 # CYRILLIC CAPITAL LETTER GHE
|
|
||||||
0xB4 0x0414 # CYRILLIC CAPITAL LETTER DE
|
|
||||||
0xB5 0x0415 # CYRILLIC CAPITAL LETTER IE
|
|
||||||
0xB6 0x0416 # CYRILLIC CAPITAL LETTER ZHE
|
|
||||||
0xB7 0x0417 # CYRILLIC CAPITAL LETTER ZE
|
|
||||||
0xB8 0x0418 # CYRILLIC CAPITAL LETTER I
|
|
||||||
0xB9 0x0419 # CYRILLIC CAPITAL LETTER SHORT I
|
|
||||||
0xBA 0x041A # CYRILLIC CAPITAL LETTER KA
|
|
||||||
0xBB 0x041B # CYRILLIC CAPITAL LETTER EL
|
|
||||||
0xBC 0x041C # CYRILLIC CAPITAL LETTER EM
|
|
||||||
0xBD 0x041D # CYRILLIC CAPITAL LETTER EN
|
|
||||||
0xBE 0x041E # CYRILLIC CAPITAL LETTER O
|
|
||||||
0xBF 0x041F # CYRILLIC CAPITAL LETTER PE
|
|
||||||
0xC0 0x0420 # CYRILLIC CAPITAL LETTER ER
|
|
||||||
0xC1 0x0421 # CYRILLIC CAPITAL LETTER ES
|
|
||||||
0xC2 0x0422 # CYRILLIC CAPITAL LETTER TE
|
|
||||||
0xC3 0x0423 # CYRILLIC CAPITAL LETTER U
|
|
||||||
0xC4 0x0424 # CYRILLIC CAPITAL LETTER EF
|
|
||||||
0xC5 0x0425 # CYRILLIC CAPITAL LETTER HA
|
|
||||||
0xC6 0x0426 # CYRILLIC CAPITAL LETTER TSE
|
|
||||||
0xC7 0x0427 # CYRILLIC CAPITAL LETTER CHE
|
|
||||||
0xC8 0x0428 # CYRILLIC CAPITAL LETTER SHA
|
|
||||||
0xC9 0x0429 # CYRILLIC CAPITAL LETTER SHCHA
|
|
||||||
0xCA 0x042A # CYRILLIC CAPITAL LETTER HARD SIGN
|
|
||||||
0xCB 0x042B # CYRILLIC CAPITAL LETTER YERU
|
|
||||||
0xCC 0x042C # CYRILLIC CAPITAL LETTER SOFT SIGN
|
|
||||||
0xCD 0x042D # CYRILLIC CAPITAL LETTER E
|
|
||||||
0xCE 0x042E # CYRILLIC CAPITAL LETTER YU
|
|
||||||
0xCF 0x042F # CYRILLIC CAPITAL LETTER YA
|
|
||||||
0xD0 0x0430 # CYRILLIC SMALL LETTER A
|
|
||||||
0xD1 0x0431 # CYRILLIC SMALL LETTER BE
|
|
||||||
0xD2 0x0432 # CYRILLIC SMALL LETTER VE
|
|
||||||
0xD3 0x0433 # CYRILLIC SMALL LETTER GHE
|
|
||||||
0xD4 0x0434 # CYRILLIC SMALL LETTER DE
|
|
||||||
0xD5 0x0435 # CYRILLIC SMALL LETTER IE
|
|
||||||
0xD6 0x0436 # CYRILLIC SMALL LETTER ZHE
|
|
||||||
0xD7 0x0437 # CYRILLIC SMALL LETTER ZE
|
|
||||||
0xD8 0x0438 # CYRILLIC SMALL LETTER I
|
|
||||||
0xD9 0x0439 # CYRILLIC SMALL LETTER SHORT I
|
|
||||||
0xDA 0x043A # CYRILLIC SMALL LETTER KA
|
|
||||||
0xDB 0x043B # CYRILLIC SMALL LETTER EL
|
|
||||||
0xDC 0x043C # CYRILLIC SMALL LETTER EM
|
|
||||||
0xDD 0x043D # CYRILLIC SMALL LETTER EN
|
|
||||||
0xDE 0x043E # CYRILLIC SMALL LETTER O
|
|
||||||
0xDF 0x043F # CYRILLIC SMALL LETTER PE
|
|
||||||
0xE0 0x0440 # CYRILLIC SMALL LETTER ER
|
|
||||||
0xE1 0x0441 # CYRILLIC SMALL LETTER ES
|
|
||||||
0xE2 0x0442 # CYRILLIC SMALL LETTER TE
|
|
||||||
0xE3 0x0443 # CYRILLIC SMALL LETTER U
|
|
||||||
0xE4 0x0444 # CYRILLIC SMALL LETTER EF
|
|
||||||
0xE5 0x0445 # CYRILLIC SMALL LETTER HA
|
|
||||||
0xE6 0x0446 # CYRILLIC SMALL LETTER TSE
|
|
||||||
0xE7 0x0447 # CYRILLIC SMALL LETTER CHE
|
|
||||||
0xE8 0x0448 # CYRILLIC SMALL LETTER SHA
|
|
||||||
0xE9 0x0449 # CYRILLIC SMALL LETTER SHCHA
|
|
||||||
0xEA 0x044A # CYRILLIC SMALL LETTER HARD SIGN
|
|
||||||
0xEB 0x044B # CYRILLIC SMALL LETTER YERU
|
|
||||||
0xEC 0x044C # CYRILLIC SMALL LETTER SOFT SIGN
|
|
||||||
0xED 0x044D # CYRILLIC SMALL LETTER E
|
|
||||||
0xEE 0x044E # CYRILLIC SMALL LETTER YU
|
|
||||||
0xEF 0x044F # CYRILLIC SMALL LETTER YA
|
|
||||||
0xF0 0x2116 # NUMERO SIGN
|
|
||||||
0xF1 0x0451 # CYRILLIC SMALL LETTER IO
|
|
||||||
0xF2 0x0452 # CYRILLIC SMALL LETTER DJE
|
|
||||||
0xF3 0x0453 # CYRILLIC SMALL LETTER GJE
|
|
||||||
0xF4 0x0454 # CYRILLIC SMALL LETTER UKRAINIAN IE
|
|
||||||
0xF5 0x0455 # CYRILLIC SMALL LETTER DZE
|
|
||||||
0xF6 0x0456 # CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
|
|
||||||
0xF7 0x0457 # CYRILLIC SMALL LETTER YI
|
|
||||||
0xF8 0x0458 # CYRILLIC SMALL LETTER JE
|
|
||||||
0xF9 0x0459 # CYRILLIC SMALL LETTER LJE
|
|
||||||
0xFA 0x045A # CYRILLIC SMALL LETTER NJE
|
|
||||||
0xFB 0x045B # CYRILLIC SMALL LETTER TSHE
|
|
||||||
0xFC 0x045C # CYRILLIC SMALL LETTER KJE
|
|
||||||
0xFD 0x00A7 # SECTION SIGN
|
|
||||||
0xFE 0x045E # CYRILLIC SMALL LETTER SHORT U
|
|
||||||
0xFF 0x045F # CYRILLIC SMALL LETTER DZHE
|
|
@ -1,249 +0,0 @@
|
|||||||
# 8859-6.TXT
|
|
||||||
# Date: 2015-12-02 21:44:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO 8859-6:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27 (header updated: 2015 December 02)
|
|
||||||
# Authors: Ken Whistler <ken@unicode.org>
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-6:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-6 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-6 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version: updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
# 0x30..0x39 remapped to the ASCII digits (U+0030..U+0039) instead
|
|
||||||
# of the Arabic digits (U+0660..U+0669).
|
|
||||||
# 2.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA4 0x00A4 # CURRENCY SIGN
|
|
||||||
0xAC 0x060C # ARABIC COMMA
|
|
||||||
0xAD 0x00AD # SOFT HYPHEN
|
|
||||||
0xBB 0x061B # ARABIC SEMICOLON
|
|
||||||
0xBF 0x061F # ARABIC QUESTION MARK
|
|
||||||
0xC1 0x0621 # ARABIC LETTER HAMZA
|
|
||||||
0xC2 0x0622 # ARABIC LETTER ALEF WITH MADDA ABOVE
|
|
||||||
0xC3 0x0623 # ARABIC LETTER ALEF WITH HAMZA ABOVE
|
|
||||||
0xC4 0x0624 # ARABIC LETTER WAW WITH HAMZA ABOVE
|
|
||||||
0xC5 0x0625 # ARABIC LETTER ALEF WITH HAMZA BELOW
|
|
||||||
0xC6 0x0626 # ARABIC LETTER YEH WITH HAMZA ABOVE
|
|
||||||
0xC7 0x0627 # ARABIC LETTER ALEF
|
|
||||||
0xC8 0x0628 # ARABIC LETTER BEH
|
|
||||||
0xC9 0x0629 # ARABIC LETTER TEH MARBUTA
|
|
||||||
0xCA 0x062A # ARABIC LETTER TEH
|
|
||||||
0xCB 0x062B # ARABIC LETTER THEH
|
|
||||||
0xCC 0x062C # ARABIC LETTER JEEM
|
|
||||||
0xCD 0x062D # ARABIC LETTER HAH
|
|
||||||
0xCE 0x062E # ARABIC LETTER KHAH
|
|
||||||
0xCF 0x062F # ARABIC LETTER DAL
|
|
||||||
0xD0 0x0630 # ARABIC LETTER THAL
|
|
||||||
0xD1 0x0631 # ARABIC LETTER REH
|
|
||||||
0xD2 0x0632 # ARABIC LETTER ZAIN
|
|
||||||
0xD3 0x0633 # ARABIC LETTER SEEN
|
|
||||||
0xD4 0x0634 # ARABIC LETTER SHEEN
|
|
||||||
0xD5 0x0635 # ARABIC LETTER SAD
|
|
||||||
0xD6 0x0636 # ARABIC LETTER DAD
|
|
||||||
0xD7 0x0637 # ARABIC LETTER TAH
|
|
||||||
0xD8 0x0638 # ARABIC LETTER ZAH
|
|
||||||
0xD9 0x0639 # ARABIC LETTER AIN
|
|
||||||
0xDA 0x063A # ARABIC LETTER GHAIN
|
|
||||||
0xE0 0x0640 # ARABIC TATWEEL
|
|
||||||
0xE1 0x0641 # ARABIC LETTER FEH
|
|
||||||
0xE2 0x0642 # ARABIC LETTER QAF
|
|
||||||
0xE3 0x0643 # ARABIC LETTER KAF
|
|
||||||
0xE4 0x0644 # ARABIC LETTER LAM
|
|
||||||
0xE5 0x0645 # ARABIC LETTER MEEM
|
|
||||||
0xE6 0x0646 # ARABIC LETTER NOON
|
|
||||||
0xE7 0x0647 # ARABIC LETTER HEH
|
|
||||||
0xE8 0x0648 # ARABIC LETTER WAW
|
|
||||||
0xE9 0x0649 # ARABIC LETTER ALEF MAKSURA
|
|
||||||
0xEA 0x064A # ARABIC LETTER YEH
|
|
||||||
0xEB 0x064B # ARABIC FATHATAN
|
|
||||||
0xEC 0x064C # ARABIC DAMMATAN
|
|
||||||
0xED 0x064D # ARABIC KASRATAN
|
|
||||||
0xEE 0x064E # ARABIC FATHA
|
|
||||||
0xEF 0x064F # ARABIC DAMMA
|
|
||||||
0xF0 0x0650 # ARABIC KASRA
|
|
||||||
0xF1 0x0651 # ARABIC SHADDA
|
|
||||||
0xF2 0x0652 # ARABIC SUKUN
|
|
@ -1,299 +0,0 @@
|
|||||||
# 8859-7.TXT
|
|
||||||
# Date: 2015-12-02 21:47:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO 8859-7:2003 to Unicode
|
|
||||||
# Unicode version: 4.0
|
|
||||||
# Table version: 3.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 2003-Nov-12 (header updated: 2015 December 02)
|
|
||||||
# Authors: Ken Whistler <ken@unicode.org>
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO 8859-7:2003 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# ISO 8859-7:1987 is equivalent to ISO-IR-126, ELOT 928,
|
|
||||||
# and ECMA 118. ISO 8859-7:2003 adds two currency signs
|
|
||||||
# and one other character not in the earlier standard.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO 8859-7 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO 8859-7 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
# Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7
|
|
||||||
# Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7
|
|
||||||
#
|
|
||||||
# 2.0 version updates 1.0 version by adding mappings for the
|
|
||||||
# three newly added characters 0xA4, 0xA5, 0xAA.
|
|
||||||
#
|
|
||||||
# 3.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA1 0x2018 # LEFT SINGLE QUOTATION MARK
|
|
||||||
0xA2 0x2019 # RIGHT SINGLE QUOTATION MARK
|
|
||||||
0xA3 0x00A3 # POUND SIGN
|
|
||||||
0xA4 0x20AC # EURO SIGN
|
|
||||||
0xA5 0x20AF # DRACHMA SIGN
|
|
||||||
0xA6 0x00A6 # BROKEN BAR
|
|
||||||
0xA7 0x00A7 # SECTION SIGN
|
|
||||||
0xA8 0x00A8 # DIAERESIS
|
|
||||||
0xA9 0x00A9 # COPYRIGHT SIGN
|
|
||||||
0xAA 0x037A # GREEK YPOGEGRAMMENI
|
|
||||||
0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xAC 0x00AC # NOT SIGN
|
|
||||||
0xAD 0x00AD # SOFT HYPHEN
|
|
||||||
0xAF 0x2015 # HORIZONTAL BAR
|
|
||||||
0xB0 0x00B0 # DEGREE SIGN
|
|
||||||
0xB1 0x00B1 # PLUS-MINUS SIGN
|
|
||||||
0xB2 0x00B2 # SUPERSCRIPT TWO
|
|
||||||
0xB3 0x00B3 # SUPERSCRIPT THREE
|
|
||||||
0xB4 0x0384 # GREEK TONOS
|
|
||||||
0xB5 0x0385 # GREEK DIALYTIKA TONOS
|
|
||||||
0xB6 0x0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS
|
|
||||||
0xB7 0x00B7 # MIDDLE DOT
|
|
||||||
0xB8 0x0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS
|
|
||||||
0xB9 0x0389 # GREEK CAPITAL LETTER ETA WITH TONOS
|
|
||||||
0xBA 0x038A # GREEK CAPITAL LETTER IOTA WITH TONOS
|
|
||||||
0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xBC 0x038C # GREEK CAPITAL LETTER OMICRON WITH TONOS
|
|
||||||
0xBD 0x00BD # VULGAR FRACTION ONE HALF
|
|
||||||
0xBE 0x038E # GREEK CAPITAL LETTER UPSILON WITH TONOS
|
|
||||||
0xBF 0x038F # GREEK CAPITAL LETTER OMEGA WITH TONOS
|
|
||||||
0xC0 0x0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
|
|
||||||
0xC1 0x0391 # GREEK CAPITAL LETTER ALPHA
|
|
||||||
0xC2 0x0392 # GREEK CAPITAL LETTER BETA
|
|
||||||
0xC3 0x0393 # GREEK CAPITAL LETTER GAMMA
|
|
||||||
0xC4 0x0394 # GREEK CAPITAL LETTER DELTA
|
|
||||||
0xC5 0x0395 # GREEK CAPITAL LETTER EPSILON
|
|
||||||
0xC6 0x0396 # GREEK CAPITAL LETTER ZETA
|
|
||||||
0xC7 0x0397 # GREEK CAPITAL LETTER ETA
|
|
||||||
0xC8 0x0398 # GREEK CAPITAL LETTER THETA
|
|
||||||
0xC9 0x0399 # GREEK CAPITAL LETTER IOTA
|
|
||||||
0xCA 0x039A # GREEK CAPITAL LETTER KAPPA
|
|
||||||
0xCB 0x039B # GREEK CAPITAL LETTER LAMDA
|
|
||||||
0xCC 0x039C # GREEK CAPITAL LETTER MU
|
|
||||||
0xCD 0x039D # GREEK CAPITAL LETTER NU
|
|
||||||
0xCE 0x039E # GREEK CAPITAL LETTER XI
|
|
||||||
0xCF 0x039F # GREEK CAPITAL LETTER OMICRON
|
|
||||||
0xD0 0x03A0 # GREEK CAPITAL LETTER PI
|
|
||||||
0xD1 0x03A1 # GREEK CAPITAL LETTER RHO
|
|
||||||
0xD3 0x03A3 # GREEK CAPITAL LETTER SIGMA
|
|
||||||
0xD4 0x03A4 # GREEK CAPITAL LETTER TAU
|
|
||||||
0xD5 0x03A5 # GREEK CAPITAL LETTER UPSILON
|
|
||||||
0xD6 0x03A6 # GREEK CAPITAL LETTER PHI
|
|
||||||
0xD7 0x03A7 # GREEK CAPITAL LETTER CHI
|
|
||||||
0xD8 0x03A8 # GREEK CAPITAL LETTER PSI
|
|
||||||
0xD9 0x03A9 # GREEK CAPITAL LETTER OMEGA
|
|
||||||
0xDA 0x03AA # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
|
|
||||||
0xDB 0x03AB # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
|
|
||||||
0xDC 0x03AC # GREEK SMALL LETTER ALPHA WITH TONOS
|
|
||||||
0xDD 0x03AD # GREEK SMALL LETTER EPSILON WITH TONOS
|
|
||||||
0xDE 0x03AE # GREEK SMALL LETTER ETA WITH TONOS
|
|
||||||
0xDF 0x03AF # GREEK SMALL LETTER IOTA WITH TONOS
|
|
||||||
0xE0 0x03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
|
|
||||||
0xE1 0x03B1 # GREEK SMALL LETTER ALPHA
|
|
||||||
0xE2 0x03B2 # GREEK SMALL LETTER BETA
|
|
||||||
0xE3 0x03B3 # GREEK SMALL LETTER GAMMA
|
|
||||||
0xE4 0x03B4 # GREEK SMALL LETTER DELTA
|
|
||||||
0xE5 0x03B5 # GREEK SMALL LETTER EPSILON
|
|
||||||
0xE6 0x03B6 # GREEK SMALL LETTER ZETA
|
|
||||||
0xE7 0x03B7 # GREEK SMALL LETTER ETA
|
|
||||||
0xE8 0x03B8 # GREEK SMALL LETTER THETA
|
|
||||||
0xE9 0x03B9 # GREEK SMALL LETTER IOTA
|
|
||||||
0xEA 0x03BA # GREEK SMALL LETTER KAPPA
|
|
||||||
0xEB 0x03BB # GREEK SMALL LETTER LAMDA
|
|
||||||
0xEC 0x03BC # GREEK SMALL LETTER MU
|
|
||||||
0xED 0x03BD # GREEK SMALL LETTER NU
|
|
||||||
0xEE 0x03BE # GREEK SMALL LETTER XI
|
|
||||||
0xEF 0x03BF # GREEK SMALL LETTER OMICRON
|
|
||||||
0xF0 0x03C0 # GREEK SMALL LETTER PI
|
|
||||||
0xF1 0x03C1 # GREEK SMALL LETTER RHO
|
|
||||||
0xF2 0x03C2 # GREEK SMALL LETTER FINAL SIGMA
|
|
||||||
0xF3 0x03C3 # GREEK SMALL LETTER SIGMA
|
|
||||||
0xF4 0x03C4 # GREEK SMALL LETTER TAU
|
|
||||||
0xF5 0x03C5 # GREEK SMALL LETTER UPSILON
|
|
||||||
0xF6 0x03C6 # GREEK SMALL LETTER PHI
|
|
||||||
0xF7 0x03C7 # GREEK SMALL LETTER CHI
|
|
||||||
0xF8 0x03C8 # GREEK SMALL LETTER PSI
|
|
||||||
0xF9 0x03C9 # GREEK SMALL LETTER OMEGA
|
|
||||||
0xFA 0x03CA # GREEK SMALL LETTER IOTA WITH DIALYTIKA
|
|
||||||
0xFB 0x03CB # GREEK SMALL LETTER UPSILON WITH DIALYTIKA
|
|
||||||
0xFC 0x03CC # GREEK SMALL LETTER OMICRON WITH TONOS
|
|
||||||
0xFD 0x03CD # GREEK SMALL LETTER UPSILON WITH TONOS
|
|
||||||
0xFE 0x03CE # GREEK SMALL LETTER OMEGA WITH TONOS
|
|
@ -1,259 +0,0 @@
|
|||||||
# 8859-8.TXT
|
|
||||||
# Date: 2015-12-02 21:50:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO/IEC 8859-8:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 2000-Jan-03 (header updated: 2015 December 02)
|
|
||||||
# Authors: Ken Whistler <ken@unicode.org>
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-8:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-8 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-8 order.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
# 1.1 version updates to the published 8859-8:1999, correcting
|
|
||||||
# the mapping of 0xAF and adding mappings for LRM and RLM.
|
|
||||||
# 2.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA2 0x00A2 # CENT SIGN
|
|
||||||
0xA3 0x00A3 # POUND SIGN
|
|
||||||
0xA4 0x00A4 # CURRENCY SIGN
|
|
||||||
0xA5 0x00A5 # YEN SIGN
|
|
||||||
0xA6 0x00A6 # BROKEN BAR
|
|
||||||
0xA7 0x00A7 # SECTION SIGN
|
|
||||||
0xA8 0x00A8 # DIAERESIS
|
|
||||||
0xA9 0x00A9 # COPYRIGHT SIGN
|
|
||||||
0xAA 0x00D7 # MULTIPLICATION SIGN
|
|
||||||
0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xAC 0x00AC # NOT SIGN
|
|
||||||
0xAD 0x00AD # SOFT HYPHEN
|
|
||||||
0xAE 0x00AE # REGISTERED SIGN
|
|
||||||
0xAF 0x00AF # MACRON
|
|
||||||
0xB0 0x00B0 # DEGREE SIGN
|
|
||||||
0xB1 0x00B1 # PLUS-MINUS SIGN
|
|
||||||
0xB2 0x00B2 # SUPERSCRIPT TWO
|
|
||||||
0xB3 0x00B3 # SUPERSCRIPT THREE
|
|
||||||
0xB4 0x00B4 # ACUTE ACCENT
|
|
||||||
0xB5 0x00B5 # MICRO SIGN
|
|
||||||
0xB6 0x00B6 # PILCROW SIGN
|
|
||||||
0xB7 0x00B7 # MIDDLE DOT
|
|
||||||
0xB8 0x00B8 # CEDILLA
|
|
||||||
0xB9 0x00B9 # SUPERSCRIPT ONE
|
|
||||||
0xBA 0x00F7 # DIVISION SIGN
|
|
||||||
0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xBC 0x00BC # VULGAR FRACTION ONE QUARTER
|
|
||||||
0xBD 0x00BD # VULGAR FRACTION ONE HALF
|
|
||||||
0xBE 0x00BE # VULGAR FRACTION THREE QUARTERS
|
|
||||||
0xDF 0x2017 # DOUBLE LOW LINE
|
|
||||||
0xE0 0x05D0 # HEBREW LETTER ALEF
|
|
||||||
0xE1 0x05D1 # HEBREW LETTER BET
|
|
||||||
0xE2 0x05D2 # HEBREW LETTER GIMEL
|
|
||||||
0xE3 0x05D3 # HEBREW LETTER DALET
|
|
||||||
0xE4 0x05D4 # HEBREW LETTER HE
|
|
||||||
0xE5 0x05D5 # HEBREW LETTER VAV
|
|
||||||
0xE6 0x05D6 # HEBREW LETTER ZAYIN
|
|
||||||
0xE7 0x05D7 # HEBREW LETTER HET
|
|
||||||
0xE8 0x05D8 # HEBREW LETTER TET
|
|
||||||
0xE9 0x05D9 # HEBREW LETTER YOD
|
|
||||||
0xEA 0x05DA # HEBREW LETTER FINAL KAF
|
|
||||||
0xEB 0x05DB # HEBREW LETTER KAF
|
|
||||||
0xEC 0x05DC # HEBREW LETTER LAMED
|
|
||||||
0xED 0x05DD # HEBREW LETTER FINAL MEM
|
|
||||||
0xEE 0x05DE # HEBREW LETTER MEM
|
|
||||||
0xEF 0x05DF # HEBREW LETTER FINAL NUN
|
|
||||||
0xF0 0x05E0 # HEBREW LETTER NUN
|
|
||||||
0xF1 0x05E1 # HEBREW LETTER SAMEKH
|
|
||||||
0xF2 0x05E2 # HEBREW LETTER AYIN
|
|
||||||
0xF3 0x05E3 # HEBREW LETTER FINAL PE
|
|
||||||
0xF4 0x05E4 # HEBREW LETTER PE
|
|
||||||
0xF5 0x05E5 # HEBREW LETTER FINAL TSADI
|
|
||||||
0xF6 0x05E6 # HEBREW LETTER TSADI
|
|
||||||
0xF7 0x05E7 # HEBREW LETTER QOF
|
|
||||||
0xF8 0x05E8 # HEBREW LETTER RESH
|
|
||||||
0xF9 0x05E9 # HEBREW LETTER SHIN
|
|
||||||
0xFA 0x05EA # HEBREW LETTER TAV
|
|
||||||
0xFD 0x200E # LEFT-TO-RIGHT MARK
|
|
||||||
0xFE 0x200F # RIGHT-TO-LEFT MARK
|
|
||||||
|
|
@ -1,296 +0,0 @@
|
|||||||
# 8859-9.TXT
|
|
||||||
# Date: 2015-12-02 21:51:00 GMT [KW]
|
|
||||||
# © 2015 Unicode®, Inc.
|
|
||||||
# For terms of use, see http://www.unicode.org/terms_of_use.html
|
|
||||||
#
|
|
||||||
# Name: ISO/IEC 8859-9:1999 to Unicode
|
|
||||||
# Unicode version: 3.0
|
|
||||||
# Table version: 2.0
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 1999 July 27 (header updated: 2015 December 02)
|
|
||||||
# Authors: Ken Whistler <ken@unicode.org>
|
|
||||||
#
|
|
||||||
# General notes:
|
|
||||||
#
|
|
||||||
# This table contains the data the Unicode Consortium has on how
|
|
||||||
# ISO/IEC 8859-9:1999 characters map into Unicode.
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the ISO/IEC 8859-9 code (in hex as 0xXX)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in ISO/IEC 8859-9 order.
|
|
||||||
#
|
|
||||||
# ISO/IEC 8859-9 is also equivalent to ISO-IR-148.
|
|
||||||
#
|
|
||||||
# Version history
|
|
||||||
# 1.0 version: updates 0.1 version by adding mappings for all
|
|
||||||
# control characters.
|
|
||||||
# 2.0 version: updates to copyright notice and terms of use; no
|
|
||||||
# changes to character mappings
|
|
||||||
#
|
|
||||||
# Updated versions of this file may be found in:
|
|
||||||
# http://www.unicode.org/Public/MAPPINGS/
|
|
||||||
#
|
|
||||||
# Any comments or problems, contact us at:
|
|
||||||
# http://www.unicode.org/reporting.html
|
|
||||||
#
|
|
||||||
0x00 0x0000 # NULL
|
|
||||||
0x01 0x0001 # START OF HEADING
|
|
||||||
0x02 0x0002 # START OF TEXT
|
|
||||||
0x03 0x0003 # END OF TEXT
|
|
||||||
0x04 0x0004 # END OF TRANSMISSION
|
|
||||||
0x05 0x0005 # ENQUIRY
|
|
||||||
0x06 0x0006 # ACKNOWLEDGE
|
|
||||||
0x07 0x0007 # BELL
|
|
||||||
0x08 0x0008 # BACKSPACE
|
|
||||||
0x09 0x0009 # HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A # LINE FEED
|
|
||||||
0x0B 0x000B # VERTICAL TABULATION
|
|
||||||
0x0C 0x000C # FORM FEED
|
|
||||||
0x0D 0x000D # CARRIAGE RETURN
|
|
||||||
0x0E 0x000E # SHIFT OUT
|
|
||||||
0x0F 0x000F # SHIFT IN
|
|
||||||
0x10 0x0010 # DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 # DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 # DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 # DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 # DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 # NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 # SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 # END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 # CANCEL
|
|
||||||
0x19 0x0019 # END OF MEDIUM
|
|
||||||
0x1A 0x001A # SUBSTITUTE
|
|
||||||
0x1B 0x001B # ESCAPE
|
|
||||||
0x1C 0x001C # FILE SEPARATOR
|
|
||||||
0x1D 0x001D # GROUP SEPARATOR
|
|
||||||
0x1E 0x001E # RECORD SEPARATOR
|
|
||||||
0x1F 0x001F # UNIT SEPARATOR
|
|
||||||
0x20 0x0020 # SPACE
|
|
||||||
0x21 0x0021 # EXCLAMATION MARK
|
|
||||||
0x22 0x0022 # QUOTATION MARK
|
|
||||||
0x23 0x0023 # NUMBER SIGN
|
|
||||||
0x24 0x0024 # DOLLAR SIGN
|
|
||||||
0x25 0x0025 # PERCENT SIGN
|
|
||||||
0x26 0x0026 # AMPERSAND
|
|
||||||
0x27 0x0027 # APOSTROPHE
|
|
||||||
0x28 0x0028 # LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 # RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A # ASTERISK
|
|
||||||
0x2B 0x002B # PLUS SIGN
|
|
||||||
0x2C 0x002C # COMMA
|
|
||||||
0x2D 0x002D # HYPHEN-MINUS
|
|
||||||
0x2E 0x002E # FULL STOP
|
|
||||||
0x2F 0x002F # SOLIDUS
|
|
||||||
0x30 0x0030 # DIGIT ZERO
|
|
||||||
0x31 0x0031 # DIGIT ONE
|
|
||||||
0x32 0x0032 # DIGIT TWO
|
|
||||||
0x33 0x0033 # DIGIT THREE
|
|
||||||
0x34 0x0034 # DIGIT FOUR
|
|
||||||
0x35 0x0035 # DIGIT FIVE
|
|
||||||
0x36 0x0036 # DIGIT SIX
|
|
||||||
0x37 0x0037 # DIGIT SEVEN
|
|
||||||
0x38 0x0038 # DIGIT EIGHT
|
|
||||||
0x39 0x0039 # DIGIT NINE
|
|
||||||
0x3A 0x003A # COLON
|
|
||||||
0x3B 0x003B # SEMICOLON
|
|
||||||
0x3C 0x003C # LESS-THAN SIGN
|
|
||||||
0x3D 0x003D # EQUALS SIGN
|
|
||||||
0x3E 0x003E # GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F # QUESTION MARK
|
|
||||||
0x40 0x0040 # COMMERCIAL AT
|
|
||||||
0x41 0x0041 # LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 # LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 # LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 # LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 # LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 # LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 # LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 # LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 # LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A # LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B # LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C # LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D # LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E # LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F # LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 # LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 # LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 # LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 # LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 # LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 # LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 # LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 # LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 # LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 # LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A # LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B # LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C # REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D # RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E # CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F # LOW LINE
|
|
||||||
0x60 0x0060 # GRAVE ACCENT
|
|
||||||
0x61 0x0061 # LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 # LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 # LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 # LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 # LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 # LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 # LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 # LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 # LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A # LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B # LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C # LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D # LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E # LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F # LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 # LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 # LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 # LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 # LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 # LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 # LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 # LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 # LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 # LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 # LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A # LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B # LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C # VERTICAL LINE
|
|
||||||
0x7D 0x007D # RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E # TILDE
|
|
||||||
0x7F 0x007F # DELETE
|
|
||||||
0x80 0x0080 # <control>
|
|
||||||
0x81 0x0081 # <control>
|
|
||||||
0x82 0x0082 # <control>
|
|
||||||
0x83 0x0083 # <control>
|
|
||||||
0x84 0x0084 # <control>
|
|
||||||
0x85 0x0085 # <control>
|
|
||||||
0x86 0x0086 # <control>
|
|
||||||
0x87 0x0087 # <control>
|
|
||||||
0x88 0x0088 # <control>
|
|
||||||
0x89 0x0089 # <control>
|
|
||||||
0x8A 0x008A # <control>
|
|
||||||
0x8B 0x008B # <control>
|
|
||||||
0x8C 0x008C # <control>
|
|
||||||
0x8D 0x008D # <control>
|
|
||||||
0x8E 0x008E # <control>
|
|
||||||
0x8F 0x008F # <control>
|
|
||||||
0x90 0x0090 # <control>
|
|
||||||
0x91 0x0091 # <control>
|
|
||||||
0x92 0x0092 # <control>
|
|
||||||
0x93 0x0093 # <control>
|
|
||||||
0x94 0x0094 # <control>
|
|
||||||
0x95 0x0095 # <control>
|
|
||||||
0x96 0x0096 # <control>
|
|
||||||
0x97 0x0097 # <control>
|
|
||||||
0x98 0x0098 # <control>
|
|
||||||
0x99 0x0099 # <control>
|
|
||||||
0x9A 0x009A # <control>
|
|
||||||
0x9B 0x009B # <control>
|
|
||||||
0x9C 0x009C # <control>
|
|
||||||
0x9D 0x009D # <control>
|
|
||||||
0x9E 0x009E # <control>
|
|
||||||
0x9F 0x009F # <control>
|
|
||||||
0xA0 0x00A0 # NO-BREAK SPACE
|
|
||||||
0xA1 0x00A1 # INVERTED EXCLAMATION MARK
|
|
||||||
0xA2 0x00A2 # CENT SIGN
|
|
||||||
0xA3 0x00A3 # POUND SIGN
|
|
||||||
0xA4 0x00A4 # CURRENCY SIGN
|
|
||||||
0xA5 0x00A5 # YEN SIGN
|
|
||||||
0xA6 0x00A6 # BROKEN BAR
|
|
||||||
0xA7 0x00A7 # SECTION SIGN
|
|
||||||
0xA8 0x00A8 # DIAERESIS
|
|
||||||
0xA9 0x00A9 # COPYRIGHT SIGN
|
|
||||||
0xAA 0x00AA # FEMININE ORDINAL INDICATOR
|
|
||||||
0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xAC 0x00AC # NOT SIGN
|
|
||||||
0xAD 0x00AD # SOFT HYPHEN
|
|
||||||
0xAE 0x00AE # REGISTERED SIGN
|
|
||||||
0xAF 0x00AF # MACRON
|
|
||||||
0xB0 0x00B0 # DEGREE SIGN
|
|
||||||
0xB1 0x00B1 # PLUS-MINUS SIGN
|
|
||||||
0xB2 0x00B2 # SUPERSCRIPT TWO
|
|
||||||
0xB3 0x00B3 # SUPERSCRIPT THREE
|
|
||||||
0xB4 0x00B4 # ACUTE ACCENT
|
|
||||||
0xB5 0x00B5 # MICRO SIGN
|
|
||||||
0xB6 0x00B6 # PILCROW SIGN
|
|
||||||
0xB7 0x00B7 # MIDDLE DOT
|
|
||||||
0xB8 0x00B8 # CEDILLA
|
|
||||||
0xB9 0x00B9 # SUPERSCRIPT ONE
|
|
||||||
0xBA 0x00BA # MASCULINE ORDINAL INDICATOR
|
|
||||||
0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xBC 0x00BC # VULGAR FRACTION ONE QUARTER
|
|
||||||
0xBD 0x00BD # VULGAR FRACTION ONE HALF
|
|
||||||
0xBE 0x00BE # VULGAR FRACTION THREE QUARTERS
|
|
||||||
0xBF 0x00BF # INVERTED QUESTION MARK
|
|
||||||
0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE
|
|
||||||
0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE
|
|
||||||
0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE
|
|
||||||
0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS
|
|
||||||
0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE
|
|
||||||
0xC6 0x00C6 # LATIN CAPITAL LETTER AE
|
|
||||||
0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA
|
|
||||||
0xC8 0x00C8 # LATIN CAPITAL LETTER E WITH GRAVE
|
|
||||||
0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE
|
|
||||||
0xCA 0x00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX
|
|
||||||
0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS
|
|
||||||
0xCC 0x00CC # LATIN CAPITAL LETTER I WITH GRAVE
|
|
||||||
0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE
|
|
||||||
0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS
|
|
||||||
0xD0 0x011E # LATIN CAPITAL LETTER G WITH BREVE
|
|
||||||
0xD1 0x00D1 # LATIN CAPITAL LETTER N WITH TILDE
|
|
||||||
0xD2 0x00D2 # LATIN CAPITAL LETTER O WITH GRAVE
|
|
||||||
0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE
|
|
||||||
0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE
|
|
||||||
0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS
|
|
||||||
0xD7 0x00D7 # MULTIPLICATION SIGN
|
|
||||||
0xD8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE
|
|
||||||
0xD9 0x00D9 # LATIN CAPITAL LETTER U WITH GRAVE
|
|
||||||
0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE
|
|
||||||
0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS
|
|
||||||
0xDD 0x0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE
|
|
||||||
0xDE 0x015E # LATIN CAPITAL LETTER S WITH CEDILLA
|
|
||||||
0xDF 0x00DF # LATIN SMALL LETTER SHARP S
|
|
||||||
0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE
|
|
||||||
0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE
|
|
||||||
0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE
|
|
||||||
0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS
|
|
||||||
0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE
|
|
||||||
0xE6 0x00E6 # LATIN SMALL LETTER AE
|
|
||||||
0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA
|
|
||||||
0xE8 0x00E8 # LATIN SMALL LETTER E WITH GRAVE
|
|
||||||
0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE
|
|
||||||
0xEA 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX
|
|
||||||
0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS
|
|
||||||
0xEC 0x00EC # LATIN SMALL LETTER I WITH GRAVE
|
|
||||||
0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE
|
|
||||||
0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS
|
|
||||||
0xF0 0x011F # LATIN SMALL LETTER G WITH BREVE
|
|
||||||
0xF1 0x00F1 # LATIN SMALL LETTER N WITH TILDE
|
|
||||||
0xF2 0x00F2 # LATIN SMALL LETTER O WITH GRAVE
|
|
||||||
0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE
|
|
||||||
0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE
|
|
||||||
0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS
|
|
||||||
0xF7 0x00F7 # DIVISION SIGN
|
|
||||||
0xF8 0x00F8 # LATIN SMALL LETTER O WITH STROKE
|
|
||||||
0xF9 0x00F9 # LATIN SMALL LETTER U WITH GRAVE
|
|
||||||
0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE
|
|
||||||
0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS
|
|
||||||
0xFD 0x0131 # LATIN SMALL LETTER DOTLESS I
|
|
||||||
0xFE 0x015F # LATIN SMALL LETTER S WITH CEDILLA
|
|
||||||
0xFF 0x00FF # LATIN SMALL LETTER Y WITH DIAERESIS
|
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
@ -1,274 +0,0 @@
|
|||||||
#
|
|
||||||
# Name: cp1250 to Unicode table
|
|
||||||
# Unicode version: 2.0
|
|
||||||
# Table version: 2.01
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 04/15/98
|
|
||||||
#
|
|
||||||
# Contact: Shawn.Steele@microsoft.com
|
|
||||||
#
|
|
||||||
# General notes: none
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the cp1250 code (in hex)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 is the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in cp1250 order
|
|
||||||
#
|
|
||||||
0x00 0x0000 #NULL
|
|
||||||
0x01 0x0001 #START OF HEADING
|
|
||||||
0x02 0x0002 #START OF TEXT
|
|
||||||
0x03 0x0003 #END OF TEXT
|
|
||||||
0x04 0x0004 #END OF TRANSMISSION
|
|
||||||
0x05 0x0005 #ENQUIRY
|
|
||||||
0x06 0x0006 #ACKNOWLEDGE
|
|
||||||
0x07 0x0007 #BELL
|
|
||||||
0x08 0x0008 #BACKSPACE
|
|
||||||
0x09 0x0009 #HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A #LINE FEED
|
|
||||||
0x0B 0x000B #VERTICAL TABULATION
|
|
||||||
0x0C 0x000C #FORM FEED
|
|
||||||
0x0D 0x000D #CARRIAGE RETURN
|
|
||||||
0x0E 0x000E #SHIFT OUT
|
|
||||||
0x0F 0x000F #SHIFT IN
|
|
||||||
0x10 0x0010 #DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 #DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 #DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 #DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 #DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 #SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 #CANCEL
|
|
||||||
0x19 0x0019 #END OF MEDIUM
|
|
||||||
0x1A 0x001A #SUBSTITUTE
|
|
||||||
0x1B 0x001B #ESCAPE
|
|
||||||
0x1C 0x001C #FILE SEPARATOR
|
|
||||||
0x1D 0x001D #GROUP SEPARATOR
|
|
||||||
0x1E 0x001E #RECORD SEPARATOR
|
|
||||||
0x1F 0x001F #UNIT SEPARATOR
|
|
||||||
0x20 0x0020 #SPACE
|
|
||||||
0x21 0x0021 #EXCLAMATION MARK
|
|
||||||
0x22 0x0022 #QUOTATION MARK
|
|
||||||
0x23 0x0023 #NUMBER SIGN
|
|
||||||
0x24 0x0024 #DOLLAR SIGN
|
|
||||||
0x25 0x0025 #PERCENT SIGN
|
|
||||||
0x26 0x0026 #AMPERSAND
|
|
||||||
0x27 0x0027 #APOSTROPHE
|
|
||||||
0x28 0x0028 #LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 #RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A #ASTERISK
|
|
||||||
0x2B 0x002B #PLUS SIGN
|
|
||||||
0x2C 0x002C #COMMA
|
|
||||||
0x2D 0x002D #HYPHEN-MINUS
|
|
||||||
0x2E 0x002E #FULL STOP
|
|
||||||
0x2F 0x002F #SOLIDUS
|
|
||||||
0x30 0x0030 #DIGIT ZERO
|
|
||||||
0x31 0x0031 #DIGIT ONE
|
|
||||||
0x32 0x0032 #DIGIT TWO
|
|
||||||
0x33 0x0033 #DIGIT THREE
|
|
||||||
0x34 0x0034 #DIGIT FOUR
|
|
||||||
0x35 0x0035 #DIGIT FIVE
|
|
||||||
0x36 0x0036 #DIGIT SIX
|
|
||||||
0x37 0x0037 #DIGIT SEVEN
|
|
||||||
0x38 0x0038 #DIGIT EIGHT
|
|
||||||
0x39 0x0039 #DIGIT NINE
|
|
||||||
0x3A 0x003A #COLON
|
|
||||||
0x3B 0x003B #SEMICOLON
|
|
||||||
0x3C 0x003C #LESS-THAN SIGN
|
|
||||||
0x3D 0x003D #EQUALS SIGN
|
|
||||||
0x3E 0x003E #GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F #QUESTION MARK
|
|
||||||
0x40 0x0040 #COMMERCIAL AT
|
|
||||||
0x41 0x0041 #LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 #LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 #LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 #LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 #LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 #LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 #LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 #LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 #LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A #LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B #LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C #LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D #LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E #LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F #LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 #LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 #LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 #LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 #LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 #LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 #LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 #LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 #LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A #LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B #LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C #REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D #RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E #CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F #LOW LINE
|
|
||||||
0x60 0x0060 #GRAVE ACCENT
|
|
||||||
0x61 0x0061 #LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 #LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 #LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 #LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 #LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 #LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 #LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 #LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 #LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A #LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B #LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C #LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D #LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E #LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F #LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 #LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 #LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 #LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 #LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 #LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 #LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 #LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 #LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 #LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 #LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A #LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B #LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C #VERTICAL LINE
|
|
||||||
0x7D 0x007D #RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E #TILDE
|
|
||||||
0x7F 0x007F #DELETE
|
|
||||||
0x80 0x20AC #EURO SIGN
|
|
||||||
0x81 #UNDEFINED
|
|
||||||
0x82 0x201A #SINGLE LOW-9 QUOTATION MARK
|
|
||||||
0x83 #UNDEFINED
|
|
||||||
0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK
|
|
||||||
0x85 0x2026 #HORIZONTAL ELLIPSIS
|
|
||||||
0x86 0x2020 #DAGGER
|
|
||||||
0x87 0x2021 #DOUBLE DAGGER
|
|
||||||
0x88 #UNDEFINED
|
|
||||||
0x89 0x2030 #PER MILLE SIGN
|
|
||||||
0x8A 0x0160 #LATIN CAPITAL LETTER S WITH CARON
|
|
||||||
0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK
|
|
||||||
0x8C 0x015A #LATIN CAPITAL LETTER S WITH ACUTE
|
|
||||||
0x8D 0x0164 #LATIN CAPITAL LETTER T WITH CARON
|
|
||||||
0x8E 0x017D #LATIN CAPITAL LETTER Z WITH CARON
|
|
||||||
0x8F 0x0179 #LATIN CAPITAL LETTER Z WITH ACUTE
|
|
||||||
0x90 #UNDEFINED
|
|
||||||
0x91 0x2018 #LEFT SINGLE QUOTATION MARK
|
|
||||||
0x92 0x2019 #RIGHT SINGLE QUOTATION MARK
|
|
||||||
0x93 0x201C #LEFT DOUBLE QUOTATION MARK
|
|
||||||
0x94 0x201D #RIGHT DOUBLE QUOTATION MARK
|
|
||||||
0x95 0x2022 #BULLET
|
|
||||||
0x96 0x2013 #EN DASH
|
|
||||||
0x97 0x2014 #EM DASH
|
|
||||||
0x98 #UNDEFINED
|
|
||||||
0x99 0x2122 #TRADE MARK SIGN
|
|
||||||
0x9A 0x0161 #LATIN SMALL LETTER S WITH CARON
|
|
||||||
0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
|
|
||||||
0x9C 0x015B #LATIN SMALL LETTER S WITH ACUTE
|
|
||||||
0x9D 0x0165 #LATIN SMALL LETTER T WITH CARON
|
|
||||||
0x9E 0x017E #LATIN SMALL LETTER Z WITH CARON
|
|
||||||
0x9F 0x017A #LATIN SMALL LETTER Z WITH ACUTE
|
|
||||||
0xA0 0x00A0 #NO-BREAK SPACE
|
|
||||||
0xA1 0x02C7 #CARON
|
|
||||||
0xA2 0x02D8 #BREVE
|
|
||||||
0xA3 0x0141 #LATIN CAPITAL LETTER L WITH STROKE
|
|
||||||
0xA4 0x00A4 #CURRENCY SIGN
|
|
||||||
0xA5 0x0104 #LATIN CAPITAL LETTER A WITH OGONEK
|
|
||||||
0xA6 0x00A6 #BROKEN BAR
|
|
||||||
0xA7 0x00A7 #SECTION SIGN
|
|
||||||
0xA8 0x00A8 #DIAERESIS
|
|
||||||
0xA9 0x00A9 #COPYRIGHT SIGN
|
|
||||||
0xAA 0x015E #LATIN CAPITAL LETTER S WITH CEDILLA
|
|
||||||
0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xAC 0x00AC #NOT SIGN
|
|
||||||
0xAD 0x00AD #SOFT HYPHEN
|
|
||||||
0xAE 0x00AE #REGISTERED SIGN
|
|
||||||
0xAF 0x017B #LATIN CAPITAL LETTER Z WITH DOT ABOVE
|
|
||||||
0xB0 0x00B0 #DEGREE SIGN
|
|
||||||
0xB1 0x00B1 #PLUS-MINUS SIGN
|
|
||||||
0xB2 0x02DB #OGONEK
|
|
||||||
0xB3 0x0142 #LATIN SMALL LETTER L WITH STROKE
|
|
||||||
0xB4 0x00B4 #ACUTE ACCENT
|
|
||||||
0xB5 0x00B5 #MICRO SIGN
|
|
||||||
0xB6 0x00B6 #PILCROW SIGN
|
|
||||||
0xB7 0x00B7 #MIDDLE DOT
|
|
||||||
0xB8 0x00B8 #CEDILLA
|
|
||||||
0xB9 0x0105 #LATIN SMALL LETTER A WITH OGONEK
|
|
||||||
0xBA 0x015F #LATIN SMALL LETTER S WITH CEDILLA
|
|
||||||
0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xBC 0x013D #LATIN CAPITAL LETTER L WITH CARON
|
|
||||||
0xBD 0x02DD #DOUBLE ACUTE ACCENT
|
|
||||||
0xBE 0x013E #LATIN SMALL LETTER L WITH CARON
|
|
||||||
0xBF 0x017C #LATIN SMALL LETTER Z WITH DOT ABOVE
|
|
||||||
0xC0 0x0154 #LATIN CAPITAL LETTER R WITH ACUTE
|
|
||||||
0xC1 0x00C1 #LATIN CAPITAL LETTER A WITH ACUTE
|
|
||||||
0xC2 0x00C2 #LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xC3 0x0102 #LATIN CAPITAL LETTER A WITH BREVE
|
|
||||||
0xC4 0x00C4 #LATIN CAPITAL LETTER A WITH DIAERESIS
|
|
||||||
0xC5 0x0139 #LATIN CAPITAL LETTER L WITH ACUTE
|
|
||||||
0xC6 0x0106 #LATIN CAPITAL LETTER C WITH ACUTE
|
|
||||||
0xC7 0x00C7 #LATIN CAPITAL LETTER C WITH CEDILLA
|
|
||||||
0xC8 0x010C #LATIN CAPITAL LETTER C WITH CARON
|
|
||||||
0xC9 0x00C9 #LATIN CAPITAL LETTER E WITH ACUTE
|
|
||||||
0xCA 0x0118 #LATIN CAPITAL LETTER E WITH OGONEK
|
|
||||||
0xCB 0x00CB #LATIN CAPITAL LETTER E WITH DIAERESIS
|
|
||||||
0xCC 0x011A #LATIN CAPITAL LETTER E WITH CARON
|
|
||||||
0xCD 0x00CD #LATIN CAPITAL LETTER I WITH ACUTE
|
|
||||||
0xCE 0x00CE #LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xCF 0x010E #LATIN CAPITAL LETTER D WITH CARON
|
|
||||||
0xD0 0x0110 #LATIN CAPITAL LETTER D WITH STROKE
|
|
||||||
0xD1 0x0143 #LATIN CAPITAL LETTER N WITH ACUTE
|
|
||||||
0xD2 0x0147 #LATIN CAPITAL LETTER N WITH CARON
|
|
||||||
0xD3 0x00D3 #LATIN CAPITAL LETTER O WITH ACUTE
|
|
||||||
0xD4 0x00D4 #LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xD5 0x0150 #LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
|
|
||||||
0xD6 0x00D6 #LATIN CAPITAL LETTER O WITH DIAERESIS
|
|
||||||
0xD7 0x00D7 #MULTIPLICATION SIGN
|
|
||||||
0xD8 0x0158 #LATIN CAPITAL LETTER R WITH CARON
|
|
||||||
0xD9 0x016E #LATIN CAPITAL LETTER U WITH RING ABOVE
|
|
||||||
0xDA 0x00DA #LATIN CAPITAL LETTER U WITH ACUTE
|
|
||||||
0xDB 0x0170 #LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
|
|
||||||
0xDC 0x00DC #LATIN CAPITAL LETTER U WITH DIAERESIS
|
|
||||||
0xDD 0x00DD #LATIN CAPITAL LETTER Y WITH ACUTE
|
|
||||||
0xDE 0x0162 #LATIN CAPITAL LETTER T WITH CEDILLA
|
|
||||||
0xDF 0x00DF #LATIN SMALL LETTER SHARP S
|
|
||||||
0xE0 0x0155 #LATIN SMALL LETTER R WITH ACUTE
|
|
||||||
0xE1 0x00E1 #LATIN SMALL LETTER A WITH ACUTE
|
|
||||||
0xE2 0x00E2 #LATIN SMALL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xE3 0x0103 #LATIN SMALL LETTER A WITH BREVE
|
|
||||||
0xE4 0x00E4 #LATIN SMALL LETTER A WITH DIAERESIS
|
|
||||||
0xE5 0x013A #LATIN SMALL LETTER L WITH ACUTE
|
|
||||||
0xE6 0x0107 #LATIN SMALL LETTER C WITH ACUTE
|
|
||||||
0xE7 0x00E7 #LATIN SMALL LETTER C WITH CEDILLA
|
|
||||||
0xE8 0x010D #LATIN SMALL LETTER C WITH CARON
|
|
||||||
0xE9 0x00E9 #LATIN SMALL LETTER E WITH ACUTE
|
|
||||||
0xEA 0x0119 #LATIN SMALL LETTER E WITH OGONEK
|
|
||||||
0xEB 0x00EB #LATIN SMALL LETTER E WITH DIAERESIS
|
|
||||||
0xEC 0x011B #LATIN SMALL LETTER E WITH CARON
|
|
||||||
0xED 0x00ED #LATIN SMALL LETTER I WITH ACUTE
|
|
||||||
0xEE 0x00EE #LATIN SMALL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xEF 0x010F #LATIN SMALL LETTER D WITH CARON
|
|
||||||
0xF0 0x0111 #LATIN SMALL LETTER D WITH STROKE
|
|
||||||
0xF1 0x0144 #LATIN SMALL LETTER N WITH ACUTE
|
|
||||||
0xF2 0x0148 #LATIN SMALL LETTER N WITH CARON
|
|
||||||
0xF3 0x00F3 #LATIN SMALL LETTER O WITH ACUTE
|
|
||||||
0xF4 0x00F4 #LATIN SMALL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xF5 0x0151 #LATIN SMALL LETTER O WITH DOUBLE ACUTE
|
|
||||||
0xF6 0x00F6 #LATIN SMALL LETTER O WITH DIAERESIS
|
|
||||||
0xF7 0x00F7 #DIVISION SIGN
|
|
||||||
0xF8 0x0159 #LATIN SMALL LETTER R WITH CARON
|
|
||||||
0xF9 0x016F #LATIN SMALL LETTER U WITH RING ABOVE
|
|
||||||
0xFA 0x00FA #LATIN SMALL LETTER U WITH ACUTE
|
|
||||||
0xFB 0x0171 #LATIN SMALL LETTER U WITH DOUBLE ACUTE
|
|
||||||
0xFC 0x00FC #LATIN SMALL LETTER U WITH DIAERESIS
|
|
||||||
0xFD 0x00FD #LATIN SMALL LETTER Y WITH ACUTE
|
|
||||||
0xFE 0x0163 #LATIN SMALL LETTER T WITH CEDILLA
|
|
||||||
0xFF 0x02D9 #DOT ABOVE
|
|
@ -1,274 +0,0 @@
|
|||||||
#
|
|
||||||
# Name: cp1251 to Unicode table
|
|
||||||
# Unicode version: 2.0
|
|
||||||
# Table version: 2.01
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 04/15/98
|
|
||||||
#
|
|
||||||
# Contact: Shawn.Steele@microsoft.com
|
|
||||||
#
|
|
||||||
# General notes: none
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the cp1251 code (in hex)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 is the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in cp1251 order
|
|
||||||
#
|
|
||||||
0x00 0x0000 #NULL
|
|
||||||
0x01 0x0001 #START OF HEADING
|
|
||||||
0x02 0x0002 #START OF TEXT
|
|
||||||
0x03 0x0003 #END OF TEXT
|
|
||||||
0x04 0x0004 #END OF TRANSMISSION
|
|
||||||
0x05 0x0005 #ENQUIRY
|
|
||||||
0x06 0x0006 #ACKNOWLEDGE
|
|
||||||
0x07 0x0007 #BELL
|
|
||||||
0x08 0x0008 #BACKSPACE
|
|
||||||
0x09 0x0009 #HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A #LINE FEED
|
|
||||||
0x0B 0x000B #VERTICAL TABULATION
|
|
||||||
0x0C 0x000C #FORM FEED
|
|
||||||
0x0D 0x000D #CARRIAGE RETURN
|
|
||||||
0x0E 0x000E #SHIFT OUT
|
|
||||||
0x0F 0x000F #SHIFT IN
|
|
||||||
0x10 0x0010 #DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 #DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 #DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 #DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 #DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 #SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 #CANCEL
|
|
||||||
0x19 0x0019 #END OF MEDIUM
|
|
||||||
0x1A 0x001A #SUBSTITUTE
|
|
||||||
0x1B 0x001B #ESCAPE
|
|
||||||
0x1C 0x001C #FILE SEPARATOR
|
|
||||||
0x1D 0x001D #GROUP SEPARATOR
|
|
||||||
0x1E 0x001E #RECORD SEPARATOR
|
|
||||||
0x1F 0x001F #UNIT SEPARATOR
|
|
||||||
0x20 0x0020 #SPACE
|
|
||||||
0x21 0x0021 #EXCLAMATION MARK
|
|
||||||
0x22 0x0022 #QUOTATION MARK
|
|
||||||
0x23 0x0023 #NUMBER SIGN
|
|
||||||
0x24 0x0024 #DOLLAR SIGN
|
|
||||||
0x25 0x0025 #PERCENT SIGN
|
|
||||||
0x26 0x0026 #AMPERSAND
|
|
||||||
0x27 0x0027 #APOSTROPHE
|
|
||||||
0x28 0x0028 #LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 #RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A #ASTERISK
|
|
||||||
0x2B 0x002B #PLUS SIGN
|
|
||||||
0x2C 0x002C #COMMA
|
|
||||||
0x2D 0x002D #HYPHEN-MINUS
|
|
||||||
0x2E 0x002E #FULL STOP
|
|
||||||
0x2F 0x002F #SOLIDUS
|
|
||||||
0x30 0x0030 #DIGIT ZERO
|
|
||||||
0x31 0x0031 #DIGIT ONE
|
|
||||||
0x32 0x0032 #DIGIT TWO
|
|
||||||
0x33 0x0033 #DIGIT THREE
|
|
||||||
0x34 0x0034 #DIGIT FOUR
|
|
||||||
0x35 0x0035 #DIGIT FIVE
|
|
||||||
0x36 0x0036 #DIGIT SIX
|
|
||||||
0x37 0x0037 #DIGIT SEVEN
|
|
||||||
0x38 0x0038 #DIGIT EIGHT
|
|
||||||
0x39 0x0039 #DIGIT NINE
|
|
||||||
0x3A 0x003A #COLON
|
|
||||||
0x3B 0x003B #SEMICOLON
|
|
||||||
0x3C 0x003C #LESS-THAN SIGN
|
|
||||||
0x3D 0x003D #EQUALS SIGN
|
|
||||||
0x3E 0x003E #GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F #QUESTION MARK
|
|
||||||
0x40 0x0040 #COMMERCIAL AT
|
|
||||||
0x41 0x0041 #LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 #LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 #LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 #LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 #LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 #LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 #LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 #LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 #LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A #LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B #LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C #LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D #LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E #LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F #LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 #LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 #LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 #LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 #LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 #LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 #LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 #LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 #LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A #LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B #LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C #REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D #RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E #CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F #LOW LINE
|
|
||||||
0x60 0x0060 #GRAVE ACCENT
|
|
||||||
0x61 0x0061 #LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 #LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 #LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 #LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 #LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 #LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 #LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 #LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 #LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A #LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B #LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C #LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D #LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E #LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F #LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 #LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 #LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 #LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 #LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 #LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 #LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 #LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 #LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 #LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 #LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A #LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B #LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C #VERTICAL LINE
|
|
||||||
0x7D 0x007D #RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E #TILDE
|
|
||||||
0x7F 0x007F #DELETE
|
|
||||||
0x80 0x0402 #CYRILLIC CAPITAL LETTER DJE
|
|
||||||
0x81 0x0403 #CYRILLIC CAPITAL LETTER GJE
|
|
||||||
0x82 0x201A #SINGLE LOW-9 QUOTATION MARK
|
|
||||||
0x83 0x0453 #CYRILLIC SMALL LETTER GJE
|
|
||||||
0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK
|
|
||||||
0x85 0x2026 #HORIZONTAL ELLIPSIS
|
|
||||||
0x86 0x2020 #DAGGER
|
|
||||||
0x87 0x2021 #DOUBLE DAGGER
|
|
||||||
0x88 0x20AC #EURO SIGN
|
|
||||||
0x89 0x2030 #PER MILLE SIGN
|
|
||||||
0x8A 0x0409 #CYRILLIC CAPITAL LETTER LJE
|
|
||||||
0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK
|
|
||||||
0x8C 0x040A #CYRILLIC CAPITAL LETTER NJE
|
|
||||||
0x8D 0x040C #CYRILLIC CAPITAL LETTER KJE
|
|
||||||
0x8E 0x040B #CYRILLIC CAPITAL LETTER TSHE
|
|
||||||
0x8F 0x040F #CYRILLIC CAPITAL LETTER DZHE
|
|
||||||
0x90 0x0452 #CYRILLIC SMALL LETTER DJE
|
|
||||||
0x91 0x2018 #LEFT SINGLE QUOTATION MARK
|
|
||||||
0x92 0x2019 #RIGHT SINGLE QUOTATION MARK
|
|
||||||
0x93 0x201C #LEFT DOUBLE QUOTATION MARK
|
|
||||||
0x94 0x201D #RIGHT DOUBLE QUOTATION MARK
|
|
||||||
0x95 0x2022 #BULLET
|
|
||||||
0x96 0x2013 #EN DASH
|
|
||||||
0x97 0x2014 #EM DASH
|
|
||||||
0x98 #UNDEFINED
|
|
||||||
0x99 0x2122 #TRADE MARK SIGN
|
|
||||||
0x9A 0x0459 #CYRILLIC SMALL LETTER LJE
|
|
||||||
0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
|
|
||||||
0x9C 0x045A #CYRILLIC SMALL LETTER NJE
|
|
||||||
0x9D 0x045C #CYRILLIC SMALL LETTER KJE
|
|
||||||
0x9E 0x045B #CYRILLIC SMALL LETTER TSHE
|
|
||||||
0x9F 0x045F #CYRILLIC SMALL LETTER DZHE
|
|
||||||
0xA0 0x00A0 #NO-BREAK SPACE
|
|
||||||
0xA1 0x040E #CYRILLIC CAPITAL LETTER SHORT U
|
|
||||||
0xA2 0x045E #CYRILLIC SMALL LETTER SHORT U
|
|
||||||
0xA3 0x0408 #CYRILLIC CAPITAL LETTER JE
|
|
||||||
0xA4 0x00A4 #CURRENCY SIGN
|
|
||||||
0xA5 0x0490 #CYRILLIC CAPITAL LETTER GHE WITH UPTURN
|
|
||||||
0xA6 0x00A6 #BROKEN BAR
|
|
||||||
0xA7 0x00A7 #SECTION SIGN
|
|
||||||
0xA8 0x0401 #CYRILLIC CAPITAL LETTER IO
|
|
||||||
0xA9 0x00A9 #COPYRIGHT SIGN
|
|
||||||
0xAA 0x0404 #CYRILLIC CAPITAL LETTER UKRAINIAN IE
|
|
||||||
0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xAC 0x00AC #NOT SIGN
|
|
||||||
0xAD 0x00AD #SOFT HYPHEN
|
|
||||||
0xAE 0x00AE #REGISTERED SIGN
|
|
||||||
0xAF 0x0407 #CYRILLIC CAPITAL LETTER YI
|
|
||||||
0xB0 0x00B0 #DEGREE SIGN
|
|
||||||
0xB1 0x00B1 #PLUS-MINUS SIGN
|
|
||||||
0xB2 0x0406 #CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
|
|
||||||
0xB3 0x0456 #CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
|
|
||||||
0xB4 0x0491 #CYRILLIC SMALL LETTER GHE WITH UPTURN
|
|
||||||
0xB5 0x00B5 #MICRO SIGN
|
|
||||||
0xB6 0x00B6 #PILCROW SIGN
|
|
||||||
0xB7 0x00B7 #MIDDLE DOT
|
|
||||||
0xB8 0x0451 #CYRILLIC SMALL LETTER IO
|
|
||||||
0xB9 0x2116 #NUMERO SIGN
|
|
||||||
0xBA 0x0454 #CYRILLIC SMALL LETTER UKRAINIAN IE
|
|
||||||
0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xBC 0x0458 #CYRILLIC SMALL LETTER JE
|
|
||||||
0xBD 0x0405 #CYRILLIC CAPITAL LETTER DZE
|
|
||||||
0xBE 0x0455 #CYRILLIC SMALL LETTER DZE
|
|
||||||
0xBF 0x0457 #CYRILLIC SMALL LETTER YI
|
|
||||||
0xC0 0x0410 #CYRILLIC CAPITAL LETTER A
|
|
||||||
0xC1 0x0411 #CYRILLIC CAPITAL LETTER BE
|
|
||||||
0xC2 0x0412 #CYRILLIC CAPITAL LETTER VE
|
|
||||||
0xC3 0x0413 #CYRILLIC CAPITAL LETTER GHE
|
|
||||||
0xC4 0x0414 #CYRILLIC CAPITAL LETTER DE
|
|
||||||
0xC5 0x0415 #CYRILLIC CAPITAL LETTER IE
|
|
||||||
0xC6 0x0416 #CYRILLIC CAPITAL LETTER ZHE
|
|
||||||
0xC7 0x0417 #CYRILLIC CAPITAL LETTER ZE
|
|
||||||
0xC8 0x0418 #CYRILLIC CAPITAL LETTER I
|
|
||||||
0xC9 0x0419 #CYRILLIC CAPITAL LETTER SHORT I
|
|
||||||
0xCA 0x041A #CYRILLIC CAPITAL LETTER KA
|
|
||||||
0xCB 0x041B #CYRILLIC CAPITAL LETTER EL
|
|
||||||
0xCC 0x041C #CYRILLIC CAPITAL LETTER EM
|
|
||||||
0xCD 0x041D #CYRILLIC CAPITAL LETTER EN
|
|
||||||
0xCE 0x041E #CYRILLIC CAPITAL LETTER O
|
|
||||||
0xCF 0x041F #CYRILLIC CAPITAL LETTER PE
|
|
||||||
0xD0 0x0420 #CYRILLIC CAPITAL LETTER ER
|
|
||||||
0xD1 0x0421 #CYRILLIC CAPITAL LETTER ES
|
|
||||||
0xD2 0x0422 #CYRILLIC CAPITAL LETTER TE
|
|
||||||
0xD3 0x0423 #CYRILLIC CAPITAL LETTER U
|
|
||||||
0xD4 0x0424 #CYRILLIC CAPITAL LETTER EF
|
|
||||||
0xD5 0x0425 #CYRILLIC CAPITAL LETTER HA
|
|
||||||
0xD6 0x0426 #CYRILLIC CAPITAL LETTER TSE
|
|
||||||
0xD7 0x0427 #CYRILLIC CAPITAL LETTER CHE
|
|
||||||
0xD8 0x0428 #CYRILLIC CAPITAL LETTER SHA
|
|
||||||
0xD9 0x0429 #CYRILLIC CAPITAL LETTER SHCHA
|
|
||||||
0xDA 0x042A #CYRILLIC CAPITAL LETTER HARD SIGN
|
|
||||||
0xDB 0x042B #CYRILLIC CAPITAL LETTER YERU
|
|
||||||
0xDC 0x042C #CYRILLIC CAPITAL LETTER SOFT SIGN
|
|
||||||
0xDD 0x042D #CYRILLIC CAPITAL LETTER E
|
|
||||||
0xDE 0x042E #CYRILLIC CAPITAL LETTER YU
|
|
||||||
0xDF 0x042F #CYRILLIC CAPITAL LETTER YA
|
|
||||||
0xE0 0x0430 #CYRILLIC SMALL LETTER A
|
|
||||||
0xE1 0x0431 #CYRILLIC SMALL LETTER BE
|
|
||||||
0xE2 0x0432 #CYRILLIC SMALL LETTER VE
|
|
||||||
0xE3 0x0433 #CYRILLIC SMALL LETTER GHE
|
|
||||||
0xE4 0x0434 #CYRILLIC SMALL LETTER DE
|
|
||||||
0xE5 0x0435 #CYRILLIC SMALL LETTER IE
|
|
||||||
0xE6 0x0436 #CYRILLIC SMALL LETTER ZHE
|
|
||||||
0xE7 0x0437 #CYRILLIC SMALL LETTER ZE
|
|
||||||
0xE8 0x0438 #CYRILLIC SMALL LETTER I
|
|
||||||
0xE9 0x0439 #CYRILLIC SMALL LETTER SHORT I
|
|
||||||
0xEA 0x043A #CYRILLIC SMALL LETTER KA
|
|
||||||
0xEB 0x043B #CYRILLIC SMALL LETTER EL
|
|
||||||
0xEC 0x043C #CYRILLIC SMALL LETTER EM
|
|
||||||
0xED 0x043D #CYRILLIC SMALL LETTER EN
|
|
||||||
0xEE 0x043E #CYRILLIC SMALL LETTER O
|
|
||||||
0xEF 0x043F #CYRILLIC SMALL LETTER PE
|
|
||||||
0xF0 0x0440 #CYRILLIC SMALL LETTER ER
|
|
||||||
0xF1 0x0441 #CYRILLIC SMALL LETTER ES
|
|
||||||
0xF2 0x0442 #CYRILLIC SMALL LETTER TE
|
|
||||||
0xF3 0x0443 #CYRILLIC SMALL LETTER U
|
|
||||||
0xF4 0x0444 #CYRILLIC SMALL LETTER EF
|
|
||||||
0xF5 0x0445 #CYRILLIC SMALL LETTER HA
|
|
||||||
0xF6 0x0446 #CYRILLIC SMALL LETTER TSE
|
|
||||||
0xF7 0x0447 #CYRILLIC SMALL LETTER CHE
|
|
||||||
0xF8 0x0448 #CYRILLIC SMALL LETTER SHA
|
|
||||||
0xF9 0x0449 #CYRILLIC SMALL LETTER SHCHA
|
|
||||||
0xFA 0x044A #CYRILLIC SMALL LETTER HARD SIGN
|
|
||||||
0xFB 0x044B #CYRILLIC SMALL LETTER YERU
|
|
||||||
0xFC 0x044C #CYRILLIC SMALL LETTER SOFT SIGN
|
|
||||||
0xFD 0x044D #CYRILLIC SMALL LETTER E
|
|
||||||
0xFE 0x044E #CYRILLIC SMALL LETTER YU
|
|
||||||
0xFF 0x044F #CYRILLIC SMALL LETTER YA
|
|
@ -1,274 +0,0 @@
|
|||||||
#
|
|
||||||
# Name: cp1252 to Unicode table
|
|
||||||
# Unicode version: 2.0
|
|
||||||
# Table version: 2.01
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 04/15/98
|
|
||||||
#
|
|
||||||
# Contact: Shawn.Steele@microsoft.com
|
|
||||||
#
|
|
||||||
# General notes: none
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the cp1252 code (in hex)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 is the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in cp1252 order
|
|
||||||
#
|
|
||||||
0x00 0x0000 #NULL
|
|
||||||
0x01 0x0001 #START OF HEADING
|
|
||||||
0x02 0x0002 #START OF TEXT
|
|
||||||
0x03 0x0003 #END OF TEXT
|
|
||||||
0x04 0x0004 #END OF TRANSMISSION
|
|
||||||
0x05 0x0005 #ENQUIRY
|
|
||||||
0x06 0x0006 #ACKNOWLEDGE
|
|
||||||
0x07 0x0007 #BELL
|
|
||||||
0x08 0x0008 #BACKSPACE
|
|
||||||
0x09 0x0009 #HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A #LINE FEED
|
|
||||||
0x0B 0x000B #VERTICAL TABULATION
|
|
||||||
0x0C 0x000C #FORM FEED
|
|
||||||
0x0D 0x000D #CARRIAGE RETURN
|
|
||||||
0x0E 0x000E #SHIFT OUT
|
|
||||||
0x0F 0x000F #SHIFT IN
|
|
||||||
0x10 0x0010 #DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 #DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 #DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 #DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 #DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 #SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 #CANCEL
|
|
||||||
0x19 0x0019 #END OF MEDIUM
|
|
||||||
0x1A 0x001A #SUBSTITUTE
|
|
||||||
0x1B 0x001B #ESCAPE
|
|
||||||
0x1C 0x001C #FILE SEPARATOR
|
|
||||||
0x1D 0x001D #GROUP SEPARATOR
|
|
||||||
0x1E 0x001E #RECORD SEPARATOR
|
|
||||||
0x1F 0x001F #UNIT SEPARATOR
|
|
||||||
0x20 0x0020 #SPACE
|
|
||||||
0x21 0x0021 #EXCLAMATION MARK
|
|
||||||
0x22 0x0022 #QUOTATION MARK
|
|
||||||
0x23 0x0023 #NUMBER SIGN
|
|
||||||
0x24 0x0024 #DOLLAR SIGN
|
|
||||||
0x25 0x0025 #PERCENT SIGN
|
|
||||||
0x26 0x0026 #AMPERSAND
|
|
||||||
0x27 0x0027 #APOSTROPHE
|
|
||||||
0x28 0x0028 #LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 #RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A #ASTERISK
|
|
||||||
0x2B 0x002B #PLUS SIGN
|
|
||||||
0x2C 0x002C #COMMA
|
|
||||||
0x2D 0x002D #HYPHEN-MINUS
|
|
||||||
0x2E 0x002E #FULL STOP
|
|
||||||
0x2F 0x002F #SOLIDUS
|
|
||||||
0x30 0x0030 #DIGIT ZERO
|
|
||||||
0x31 0x0031 #DIGIT ONE
|
|
||||||
0x32 0x0032 #DIGIT TWO
|
|
||||||
0x33 0x0033 #DIGIT THREE
|
|
||||||
0x34 0x0034 #DIGIT FOUR
|
|
||||||
0x35 0x0035 #DIGIT FIVE
|
|
||||||
0x36 0x0036 #DIGIT SIX
|
|
||||||
0x37 0x0037 #DIGIT SEVEN
|
|
||||||
0x38 0x0038 #DIGIT EIGHT
|
|
||||||
0x39 0x0039 #DIGIT NINE
|
|
||||||
0x3A 0x003A #COLON
|
|
||||||
0x3B 0x003B #SEMICOLON
|
|
||||||
0x3C 0x003C #LESS-THAN SIGN
|
|
||||||
0x3D 0x003D #EQUALS SIGN
|
|
||||||
0x3E 0x003E #GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F #QUESTION MARK
|
|
||||||
0x40 0x0040 #COMMERCIAL AT
|
|
||||||
0x41 0x0041 #LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 #LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 #LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 #LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 #LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 #LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 #LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 #LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 #LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A #LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B #LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C #LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D #LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E #LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F #LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 #LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 #LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 #LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 #LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 #LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 #LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 #LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 #LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A #LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B #LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C #REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D #RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E #CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F #LOW LINE
|
|
||||||
0x60 0x0060 #GRAVE ACCENT
|
|
||||||
0x61 0x0061 #LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 #LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 #LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 #LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 #LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 #LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 #LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 #LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 #LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A #LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B #LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C #LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D #LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E #LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F #LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 #LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 #LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 #LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 #LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 #LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 #LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 #LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 #LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 #LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 #LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A #LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B #LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C #VERTICAL LINE
|
|
||||||
0x7D 0x007D #RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E #TILDE
|
|
||||||
0x7F 0x007F #DELETE
|
|
||||||
0x80 0x20AC #EURO SIGN
|
|
||||||
0x81 #UNDEFINED
|
|
||||||
0x82 0x201A #SINGLE LOW-9 QUOTATION MARK
|
|
||||||
0x83 0x0192 #LATIN SMALL LETTER F WITH HOOK
|
|
||||||
0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK
|
|
||||||
0x85 0x2026 #HORIZONTAL ELLIPSIS
|
|
||||||
0x86 0x2020 #DAGGER
|
|
||||||
0x87 0x2021 #DOUBLE DAGGER
|
|
||||||
0x88 0x02C6 #MODIFIER LETTER CIRCUMFLEX ACCENT
|
|
||||||
0x89 0x2030 #PER MILLE SIGN
|
|
||||||
0x8A 0x0160 #LATIN CAPITAL LETTER S WITH CARON
|
|
||||||
0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK
|
|
||||||
0x8C 0x0152 #LATIN CAPITAL LIGATURE OE
|
|
||||||
0x8D #UNDEFINED
|
|
||||||
0x8E 0x017D #LATIN CAPITAL LETTER Z WITH CARON
|
|
||||||
0x8F #UNDEFINED
|
|
||||||
0x90 #UNDEFINED
|
|
||||||
0x91 0x2018 #LEFT SINGLE QUOTATION MARK
|
|
||||||
0x92 0x2019 #RIGHT SINGLE QUOTATION MARK
|
|
||||||
0x93 0x201C #LEFT DOUBLE QUOTATION MARK
|
|
||||||
0x94 0x201D #RIGHT DOUBLE QUOTATION MARK
|
|
||||||
0x95 0x2022 #BULLET
|
|
||||||
0x96 0x2013 #EN DASH
|
|
||||||
0x97 0x2014 #EM DASH
|
|
||||||
0x98 0x02DC #SMALL TILDE
|
|
||||||
0x99 0x2122 #TRADE MARK SIGN
|
|
||||||
0x9A 0x0161 #LATIN SMALL LETTER S WITH CARON
|
|
||||||
0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
|
|
||||||
0x9C 0x0153 #LATIN SMALL LIGATURE OE
|
|
||||||
0x9D #UNDEFINED
|
|
||||||
0x9E 0x017E #LATIN SMALL LETTER Z WITH CARON
|
|
||||||
0x9F 0x0178 #LATIN CAPITAL LETTER Y WITH DIAERESIS
|
|
||||||
0xA0 0x00A0 #NO-BREAK SPACE
|
|
||||||
0xA1 0x00A1 #INVERTED EXCLAMATION MARK
|
|
||||||
0xA2 0x00A2 #CENT SIGN
|
|
||||||
0xA3 0x00A3 #POUND SIGN
|
|
||||||
0xA4 0x00A4 #CURRENCY SIGN
|
|
||||||
0xA5 0x00A5 #YEN SIGN
|
|
||||||
0xA6 0x00A6 #BROKEN BAR
|
|
||||||
0xA7 0x00A7 #SECTION SIGN
|
|
||||||
0xA8 0x00A8 #DIAERESIS
|
|
||||||
0xA9 0x00A9 #COPYRIGHT SIGN
|
|
||||||
0xAA 0x00AA #FEMININE ORDINAL INDICATOR
|
|
||||||
0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xAC 0x00AC #NOT SIGN
|
|
||||||
0xAD 0x00AD #SOFT HYPHEN
|
|
||||||
0xAE 0x00AE #REGISTERED SIGN
|
|
||||||
0xAF 0x00AF #MACRON
|
|
||||||
0xB0 0x00B0 #DEGREE SIGN
|
|
||||||
0xB1 0x00B1 #PLUS-MINUS SIGN
|
|
||||||
0xB2 0x00B2 #SUPERSCRIPT TWO
|
|
||||||
0xB3 0x00B3 #SUPERSCRIPT THREE
|
|
||||||
0xB4 0x00B4 #ACUTE ACCENT
|
|
||||||
0xB5 0x00B5 #MICRO SIGN
|
|
||||||
0xB6 0x00B6 #PILCROW SIGN
|
|
||||||
0xB7 0x00B7 #MIDDLE DOT
|
|
||||||
0xB8 0x00B8 #CEDILLA
|
|
||||||
0xB9 0x00B9 #SUPERSCRIPT ONE
|
|
||||||
0xBA 0x00BA #MASCULINE ORDINAL INDICATOR
|
|
||||||
0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xBC 0x00BC #VULGAR FRACTION ONE QUARTER
|
|
||||||
0xBD 0x00BD #VULGAR FRACTION ONE HALF
|
|
||||||
0xBE 0x00BE #VULGAR FRACTION THREE QUARTERS
|
|
||||||
0xBF 0x00BF #INVERTED QUESTION MARK
|
|
||||||
0xC0 0x00C0 #LATIN CAPITAL LETTER A WITH GRAVE
|
|
||||||
0xC1 0x00C1 #LATIN CAPITAL LETTER A WITH ACUTE
|
|
||||||
0xC2 0x00C2 #LATIN CAPITAL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xC3 0x00C3 #LATIN CAPITAL LETTER A WITH TILDE
|
|
||||||
0xC4 0x00C4 #LATIN CAPITAL LETTER A WITH DIAERESIS
|
|
||||||
0xC5 0x00C5 #LATIN CAPITAL LETTER A WITH RING ABOVE
|
|
||||||
0xC6 0x00C6 #LATIN CAPITAL LETTER AE
|
|
||||||
0xC7 0x00C7 #LATIN CAPITAL LETTER C WITH CEDILLA
|
|
||||||
0xC8 0x00C8 #LATIN CAPITAL LETTER E WITH GRAVE
|
|
||||||
0xC9 0x00C9 #LATIN CAPITAL LETTER E WITH ACUTE
|
|
||||||
0xCA 0x00CA #LATIN CAPITAL LETTER E WITH CIRCUMFLEX
|
|
||||||
0xCB 0x00CB #LATIN CAPITAL LETTER E WITH DIAERESIS
|
|
||||||
0xCC 0x00CC #LATIN CAPITAL LETTER I WITH GRAVE
|
|
||||||
0xCD 0x00CD #LATIN CAPITAL LETTER I WITH ACUTE
|
|
||||||
0xCE 0x00CE #LATIN CAPITAL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xCF 0x00CF #LATIN CAPITAL LETTER I WITH DIAERESIS
|
|
||||||
0xD0 0x00D0 #LATIN CAPITAL LETTER ETH
|
|
||||||
0xD1 0x00D1 #LATIN CAPITAL LETTER N WITH TILDE
|
|
||||||
0xD2 0x00D2 #LATIN CAPITAL LETTER O WITH GRAVE
|
|
||||||
0xD3 0x00D3 #LATIN CAPITAL LETTER O WITH ACUTE
|
|
||||||
0xD4 0x00D4 #LATIN CAPITAL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xD5 0x00D5 #LATIN CAPITAL LETTER O WITH TILDE
|
|
||||||
0xD6 0x00D6 #LATIN CAPITAL LETTER O WITH DIAERESIS
|
|
||||||
0xD7 0x00D7 #MULTIPLICATION SIGN
|
|
||||||
0xD8 0x00D8 #LATIN CAPITAL LETTER O WITH STROKE
|
|
||||||
0xD9 0x00D9 #LATIN CAPITAL LETTER U WITH GRAVE
|
|
||||||
0xDA 0x00DA #LATIN CAPITAL LETTER U WITH ACUTE
|
|
||||||
0xDB 0x00DB #LATIN CAPITAL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xDC 0x00DC #LATIN CAPITAL LETTER U WITH DIAERESIS
|
|
||||||
0xDD 0x00DD #LATIN CAPITAL LETTER Y WITH ACUTE
|
|
||||||
0xDE 0x00DE #LATIN CAPITAL LETTER THORN
|
|
||||||
0xDF 0x00DF #LATIN SMALL LETTER SHARP S
|
|
||||||
0xE0 0x00E0 #LATIN SMALL LETTER A WITH GRAVE
|
|
||||||
0xE1 0x00E1 #LATIN SMALL LETTER A WITH ACUTE
|
|
||||||
0xE2 0x00E2 #LATIN SMALL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xE3 0x00E3 #LATIN SMALL LETTER A WITH TILDE
|
|
||||||
0xE4 0x00E4 #LATIN SMALL LETTER A WITH DIAERESIS
|
|
||||||
0xE5 0x00E5 #LATIN SMALL LETTER A WITH RING ABOVE
|
|
||||||
0xE6 0x00E6 #LATIN SMALL LETTER AE
|
|
||||||
0xE7 0x00E7 #LATIN SMALL LETTER C WITH CEDILLA
|
|
||||||
0xE8 0x00E8 #LATIN SMALL LETTER E WITH GRAVE
|
|
||||||
0xE9 0x00E9 #LATIN SMALL LETTER E WITH ACUTE
|
|
||||||
0xEA 0x00EA #LATIN SMALL LETTER E WITH CIRCUMFLEX
|
|
||||||
0xEB 0x00EB #LATIN SMALL LETTER E WITH DIAERESIS
|
|
||||||
0xEC 0x00EC #LATIN SMALL LETTER I WITH GRAVE
|
|
||||||
0xED 0x00ED #LATIN SMALL LETTER I WITH ACUTE
|
|
||||||
0xEE 0x00EE #LATIN SMALL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xEF 0x00EF #LATIN SMALL LETTER I WITH DIAERESIS
|
|
||||||
0xF0 0x00F0 #LATIN SMALL LETTER ETH
|
|
||||||
0xF1 0x00F1 #LATIN SMALL LETTER N WITH TILDE
|
|
||||||
0xF2 0x00F2 #LATIN SMALL LETTER O WITH GRAVE
|
|
||||||
0xF3 0x00F3 #LATIN SMALL LETTER O WITH ACUTE
|
|
||||||
0xF4 0x00F4 #LATIN SMALL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xF5 0x00F5 #LATIN SMALL LETTER O WITH TILDE
|
|
||||||
0xF6 0x00F6 #LATIN SMALL LETTER O WITH DIAERESIS
|
|
||||||
0xF7 0x00F7 #DIVISION SIGN
|
|
||||||
0xF8 0x00F8 #LATIN SMALL LETTER O WITH STROKE
|
|
||||||
0xF9 0x00F9 #LATIN SMALL LETTER U WITH GRAVE
|
|
||||||
0xFA 0x00FA #LATIN SMALL LETTER U WITH ACUTE
|
|
||||||
0xFB 0x00FB #LATIN SMALL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xFC 0x00FC #LATIN SMALL LETTER U WITH DIAERESIS
|
|
||||||
0xFD 0x00FD #LATIN SMALL LETTER Y WITH ACUTE
|
|
||||||
0xFE 0x00FE #LATIN SMALL LETTER THORN
|
|
||||||
0xFF 0x00FF #LATIN SMALL LETTER Y WITH DIAERESIS
|
|
@ -1,274 +0,0 @@
|
|||||||
#
|
|
||||||
# Name: cp1256 to Unicode table
|
|
||||||
# Unicode version: 2.1
|
|
||||||
# Table version: 2.01
|
|
||||||
# Table format: Format A
|
|
||||||
# Date: 01/5/99
|
|
||||||
#
|
|
||||||
# Contact: Shawn.Steele@microsoft.com
|
|
||||||
#
|
|
||||||
# General notes: none
|
|
||||||
#
|
|
||||||
# Format: Three tab-separated columns
|
|
||||||
# Column #1 is the cp1256 code (in hex)
|
|
||||||
# Column #2 is the Unicode (in hex as 0xXXXX)
|
|
||||||
# Column #3 is the Unicode name (follows a comment sign, '#')
|
|
||||||
#
|
|
||||||
# The entries are in cp1256 order
|
|
||||||
#
|
|
||||||
0x00 0x0000 #NULL
|
|
||||||
0x01 0x0001 #START OF HEADING
|
|
||||||
0x02 0x0002 #START OF TEXT
|
|
||||||
0x03 0x0003 #END OF TEXT
|
|
||||||
0x04 0x0004 #END OF TRANSMISSION
|
|
||||||
0x05 0x0005 #ENQUIRY
|
|
||||||
0x06 0x0006 #ACKNOWLEDGE
|
|
||||||
0x07 0x0007 #BELL
|
|
||||||
0x08 0x0008 #BACKSPACE
|
|
||||||
0x09 0x0009 #HORIZONTAL TABULATION
|
|
||||||
0x0A 0x000A #LINE FEED
|
|
||||||
0x0B 0x000B #VERTICAL TABULATION
|
|
||||||
0x0C 0x000C #FORM FEED
|
|
||||||
0x0D 0x000D #CARRIAGE RETURN
|
|
||||||
0x0E 0x000E #SHIFT OUT
|
|
||||||
0x0F 0x000F #SHIFT IN
|
|
||||||
0x10 0x0010 #DATA LINK ESCAPE
|
|
||||||
0x11 0x0011 #DEVICE CONTROL ONE
|
|
||||||
0x12 0x0012 #DEVICE CONTROL TWO
|
|
||||||
0x13 0x0013 #DEVICE CONTROL THREE
|
|
||||||
0x14 0x0014 #DEVICE CONTROL FOUR
|
|
||||||
0x15 0x0015 #NEGATIVE ACKNOWLEDGE
|
|
||||||
0x16 0x0016 #SYNCHRONOUS IDLE
|
|
||||||
0x17 0x0017 #END OF TRANSMISSION BLOCK
|
|
||||||
0x18 0x0018 #CANCEL
|
|
||||||
0x19 0x0019 #END OF MEDIUM
|
|
||||||
0x1A 0x001A #SUBSTITUTE
|
|
||||||
0x1B 0x001B #ESCAPE
|
|
||||||
0x1C 0x001C #FILE SEPARATOR
|
|
||||||
0x1D 0x001D #GROUP SEPARATOR
|
|
||||||
0x1E 0x001E #RECORD SEPARATOR
|
|
||||||
0x1F 0x001F #UNIT SEPARATOR
|
|
||||||
0x20 0x0020 #SPACE
|
|
||||||
0x21 0x0021 #EXCLAMATION MARK
|
|
||||||
0x22 0x0022 #QUOTATION MARK
|
|
||||||
0x23 0x0023 #NUMBER SIGN
|
|
||||||
0x24 0x0024 #DOLLAR SIGN
|
|
||||||
0x25 0x0025 #PERCENT SIGN
|
|
||||||
0x26 0x0026 #AMPERSAND
|
|
||||||
0x27 0x0027 #APOSTROPHE
|
|
||||||
0x28 0x0028 #LEFT PARENTHESIS
|
|
||||||
0x29 0x0029 #RIGHT PARENTHESIS
|
|
||||||
0x2A 0x002A #ASTERISK
|
|
||||||
0x2B 0x002B #PLUS SIGN
|
|
||||||
0x2C 0x002C #COMMA
|
|
||||||
0x2D 0x002D #HYPHEN-MINUS
|
|
||||||
0x2E 0x002E #FULL STOP
|
|
||||||
0x2F 0x002F #SOLIDUS
|
|
||||||
0x30 0x0030 #DIGIT ZERO
|
|
||||||
0x31 0x0031 #DIGIT ONE
|
|
||||||
0x32 0x0032 #DIGIT TWO
|
|
||||||
0x33 0x0033 #DIGIT THREE
|
|
||||||
0x34 0x0034 #DIGIT FOUR
|
|
||||||
0x35 0x0035 #DIGIT FIVE
|
|
||||||
0x36 0x0036 #DIGIT SIX
|
|
||||||
0x37 0x0037 #DIGIT SEVEN
|
|
||||||
0x38 0x0038 #DIGIT EIGHT
|
|
||||||
0x39 0x0039 #DIGIT NINE
|
|
||||||
0x3A 0x003A #COLON
|
|
||||||
0x3B 0x003B #SEMICOLON
|
|
||||||
0x3C 0x003C #LESS-THAN SIGN
|
|
||||||
0x3D 0x003D #EQUALS SIGN
|
|
||||||
0x3E 0x003E #GREATER-THAN SIGN
|
|
||||||
0x3F 0x003F #QUESTION MARK
|
|
||||||
0x40 0x0040 #COMMERCIAL AT
|
|
||||||
0x41 0x0041 #LATIN CAPITAL LETTER A
|
|
||||||
0x42 0x0042 #LATIN CAPITAL LETTER B
|
|
||||||
0x43 0x0043 #LATIN CAPITAL LETTER C
|
|
||||||
0x44 0x0044 #LATIN CAPITAL LETTER D
|
|
||||||
0x45 0x0045 #LATIN CAPITAL LETTER E
|
|
||||||
0x46 0x0046 #LATIN CAPITAL LETTER F
|
|
||||||
0x47 0x0047 #LATIN CAPITAL LETTER G
|
|
||||||
0x48 0x0048 #LATIN CAPITAL LETTER H
|
|
||||||
0x49 0x0049 #LATIN CAPITAL LETTER I
|
|
||||||
0x4A 0x004A #LATIN CAPITAL LETTER J
|
|
||||||
0x4B 0x004B #LATIN CAPITAL LETTER K
|
|
||||||
0x4C 0x004C #LATIN CAPITAL LETTER L
|
|
||||||
0x4D 0x004D #LATIN CAPITAL LETTER M
|
|
||||||
0x4E 0x004E #LATIN CAPITAL LETTER N
|
|
||||||
0x4F 0x004F #LATIN CAPITAL LETTER O
|
|
||||||
0x50 0x0050 #LATIN CAPITAL LETTER P
|
|
||||||
0x51 0x0051 #LATIN CAPITAL LETTER Q
|
|
||||||
0x52 0x0052 #LATIN CAPITAL LETTER R
|
|
||||||
0x53 0x0053 #LATIN CAPITAL LETTER S
|
|
||||||
0x54 0x0054 #LATIN CAPITAL LETTER T
|
|
||||||
0x55 0x0055 #LATIN CAPITAL LETTER U
|
|
||||||
0x56 0x0056 #LATIN CAPITAL LETTER V
|
|
||||||
0x57 0x0057 #LATIN CAPITAL LETTER W
|
|
||||||
0x58 0x0058 #LATIN CAPITAL LETTER X
|
|
||||||
0x59 0x0059 #LATIN CAPITAL LETTER Y
|
|
||||||
0x5A 0x005A #LATIN CAPITAL LETTER Z
|
|
||||||
0x5B 0x005B #LEFT SQUARE BRACKET
|
|
||||||
0x5C 0x005C #REVERSE SOLIDUS
|
|
||||||
0x5D 0x005D #RIGHT SQUARE BRACKET
|
|
||||||
0x5E 0x005E #CIRCUMFLEX ACCENT
|
|
||||||
0x5F 0x005F #LOW LINE
|
|
||||||
0x60 0x0060 #GRAVE ACCENT
|
|
||||||
0x61 0x0061 #LATIN SMALL LETTER A
|
|
||||||
0x62 0x0062 #LATIN SMALL LETTER B
|
|
||||||
0x63 0x0063 #LATIN SMALL LETTER C
|
|
||||||
0x64 0x0064 #LATIN SMALL LETTER D
|
|
||||||
0x65 0x0065 #LATIN SMALL LETTER E
|
|
||||||
0x66 0x0066 #LATIN SMALL LETTER F
|
|
||||||
0x67 0x0067 #LATIN SMALL LETTER G
|
|
||||||
0x68 0x0068 #LATIN SMALL LETTER H
|
|
||||||
0x69 0x0069 #LATIN SMALL LETTER I
|
|
||||||
0x6A 0x006A #LATIN SMALL LETTER J
|
|
||||||
0x6B 0x006B #LATIN SMALL LETTER K
|
|
||||||
0x6C 0x006C #LATIN SMALL LETTER L
|
|
||||||
0x6D 0x006D #LATIN SMALL LETTER M
|
|
||||||
0x6E 0x006E #LATIN SMALL LETTER N
|
|
||||||
0x6F 0x006F #LATIN SMALL LETTER O
|
|
||||||
0x70 0x0070 #LATIN SMALL LETTER P
|
|
||||||
0x71 0x0071 #LATIN SMALL LETTER Q
|
|
||||||
0x72 0x0072 #LATIN SMALL LETTER R
|
|
||||||
0x73 0x0073 #LATIN SMALL LETTER S
|
|
||||||
0x74 0x0074 #LATIN SMALL LETTER T
|
|
||||||
0x75 0x0075 #LATIN SMALL LETTER U
|
|
||||||
0x76 0x0076 #LATIN SMALL LETTER V
|
|
||||||
0x77 0x0077 #LATIN SMALL LETTER W
|
|
||||||
0x78 0x0078 #LATIN SMALL LETTER X
|
|
||||||
0x79 0x0079 #LATIN SMALL LETTER Y
|
|
||||||
0x7A 0x007A #LATIN SMALL LETTER Z
|
|
||||||
0x7B 0x007B #LEFT CURLY BRACKET
|
|
||||||
0x7C 0x007C #VERTICAL LINE
|
|
||||||
0x7D 0x007D #RIGHT CURLY BRACKET
|
|
||||||
0x7E 0x007E #TILDE
|
|
||||||
0x7F 0x007F #DELETE
|
|
||||||
0x80 0x20AC #EURO SIGN
|
|
||||||
0x81 0x067E #ARABIC LETTER PEH
|
|
||||||
0x82 0x201A #SINGLE LOW-9 QUOTATION MARK
|
|
||||||
0x83 0x0192 #LATIN SMALL LETTER F WITH HOOK
|
|
||||||
0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK
|
|
||||||
0x85 0x2026 #HORIZONTAL ELLIPSIS
|
|
||||||
0x86 0x2020 #DAGGER
|
|
||||||
0x87 0x2021 #DOUBLE DAGGER
|
|
||||||
0x88 0x02C6 #MODIFIER LETTER CIRCUMFLEX ACCENT
|
|
||||||
0x89 0x2030 #PER MILLE SIGN
|
|
||||||
0x8A 0x0679 #ARABIC LETTER TTEH
|
|
||||||
0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK
|
|
||||||
0x8C 0x0152 #LATIN CAPITAL LIGATURE OE
|
|
||||||
0x8D 0x0686 #ARABIC LETTER TCHEH
|
|
||||||
0x8E 0x0698 #ARABIC LETTER JEH
|
|
||||||
0x8F 0x0688 #ARABIC LETTER DDAL
|
|
||||||
0x90 0x06AF #ARABIC LETTER GAF
|
|
||||||
0x91 0x2018 #LEFT SINGLE QUOTATION MARK
|
|
||||||
0x92 0x2019 #RIGHT SINGLE QUOTATION MARK
|
|
||||||
0x93 0x201C #LEFT DOUBLE QUOTATION MARK
|
|
||||||
0x94 0x201D #RIGHT DOUBLE QUOTATION MARK
|
|
||||||
0x95 0x2022 #BULLET
|
|
||||||
0x96 0x2013 #EN DASH
|
|
||||||
0x97 0x2014 #EM DASH
|
|
||||||
0x98 0x06A9 #ARABIC LETTER KEHEH
|
|
||||||
0x99 0x2122 #TRADE MARK SIGN
|
|
||||||
0x9A 0x0691 #ARABIC LETTER RREH
|
|
||||||
0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
|
|
||||||
0x9C 0x0153 #LATIN SMALL LIGATURE OE
|
|
||||||
0x9D 0x200C #ZERO WIDTH NON-JOINER
|
|
||||||
0x9E 0x200D #ZERO WIDTH JOINER
|
|
||||||
0x9F 0x06BA #ARABIC LETTER NOON GHUNNA
|
|
||||||
0xA0 0x00A0 #NO-BREAK SPACE
|
|
||||||
0xA1 0x060C #ARABIC COMMA
|
|
||||||
0xA2 0x00A2 #CENT SIGN
|
|
||||||
0xA3 0x00A3 #POUND SIGN
|
|
||||||
0xA4 0x00A4 #CURRENCY SIGN
|
|
||||||
0xA5 0x00A5 #YEN SIGN
|
|
||||||
0xA6 0x00A6 #BROKEN BAR
|
|
||||||
0xA7 0x00A7 #SECTION SIGN
|
|
||||||
0xA8 0x00A8 #DIAERESIS
|
|
||||||
0xA9 0x00A9 #COPYRIGHT SIGN
|
|
||||||
0xAA 0x06BE #ARABIC LETTER HEH DOACHASHMEE
|
|
||||||
0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xAC 0x00AC #NOT SIGN
|
|
||||||
0xAD 0x00AD #SOFT HYPHEN
|
|
||||||
0xAE 0x00AE #REGISTERED SIGN
|
|
||||||
0xAF 0x00AF #MACRON
|
|
||||||
0xB0 0x00B0 #DEGREE SIGN
|
|
||||||
0xB1 0x00B1 #PLUS-MINUS SIGN
|
|
||||||
0xB2 0x00B2 #SUPERSCRIPT TWO
|
|
||||||
0xB3 0x00B3 #SUPERSCRIPT THREE
|
|
||||||
0xB4 0x00B4 #ACUTE ACCENT
|
|
||||||
0xB5 0x00B5 #MICRO SIGN
|
|
||||||
0xB6 0x00B6 #PILCROW SIGN
|
|
||||||
0xB7 0x00B7 #MIDDLE DOT
|
|
||||||
0xB8 0x00B8 #CEDILLA
|
|
||||||
0xB9 0x00B9 #SUPERSCRIPT ONE
|
|
||||||
0xBA 0x061B #ARABIC SEMICOLON
|
|
||||||
0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
||||||
0xBC 0x00BC #VULGAR FRACTION ONE QUARTER
|
|
||||||
0xBD 0x00BD #VULGAR FRACTION ONE HALF
|
|
||||||
0xBE 0x00BE #VULGAR FRACTION THREE QUARTERS
|
|
||||||
0xBF 0x061F #ARABIC QUESTION MARK
|
|
||||||
0xC0 0x06C1 #ARABIC LETTER HEH GOAL
|
|
||||||
0xC1 0x0621 #ARABIC LETTER HAMZA
|
|
||||||
0xC2 0x0622 #ARABIC LETTER ALEF WITH MADDA ABOVE
|
|
||||||
0xC3 0x0623 #ARABIC LETTER ALEF WITH HAMZA ABOVE
|
|
||||||
0xC4 0x0624 #ARABIC LETTER WAW WITH HAMZA ABOVE
|
|
||||||
0xC5 0x0625 #ARABIC LETTER ALEF WITH HAMZA BELOW
|
|
||||||
0xC6 0x0626 #ARABIC LETTER YEH WITH HAMZA ABOVE
|
|
||||||
0xC7 0x0627 #ARABIC LETTER ALEF
|
|
||||||
0xC8 0x0628 #ARABIC LETTER BEH
|
|
||||||
0xC9 0x0629 #ARABIC LETTER TEH MARBUTA
|
|
||||||
0xCA 0x062A #ARABIC LETTER TEH
|
|
||||||
0xCB 0x062B #ARABIC LETTER THEH
|
|
||||||
0xCC 0x062C #ARABIC LETTER JEEM
|
|
||||||
0xCD 0x062D #ARABIC LETTER HAH
|
|
||||||
0xCE 0x062E #ARABIC LETTER KHAH
|
|
||||||
0xCF 0x062F #ARABIC LETTER DAL
|
|
||||||
0xD0 0x0630 #ARABIC LETTER THAL
|
|
||||||
0xD1 0x0631 #ARABIC LETTER REH
|
|
||||||
0xD2 0x0632 #ARABIC LETTER ZAIN
|
|
||||||
0xD3 0x0633 #ARABIC LETTER SEEN
|
|
||||||
0xD4 0x0634 #ARABIC LETTER SHEEN
|
|
||||||
0xD5 0x0635 #ARABIC LETTER SAD
|
|
||||||
0xD6 0x0636 #ARABIC LETTER DAD
|
|
||||||
0xD7 0x00D7 #MULTIPLICATION SIGN
|
|
||||||
0xD8 0x0637 #ARABIC LETTER TAH
|
|
||||||
0xD9 0x0638 #ARABIC LETTER ZAH
|
|
||||||
0xDA 0x0639 #ARABIC LETTER AIN
|
|
||||||
0xDB 0x063A #ARABIC LETTER GHAIN
|
|
||||||
0xDC 0x0640 #ARABIC TATWEEL
|
|
||||||
0xDD 0x0641 #ARABIC LETTER FEH
|
|
||||||
0xDE 0x0642 #ARABIC LETTER QAF
|
|
||||||
0xDF 0x0643 #ARABIC LETTER KAF
|
|
||||||
0xE0 0x00E0 #LATIN SMALL LETTER A WITH GRAVE
|
|
||||||
0xE1 0x0644 #ARABIC LETTER LAM
|
|
||||||
0xE2 0x00E2 #LATIN SMALL LETTER A WITH CIRCUMFLEX
|
|
||||||
0xE3 0x0645 #ARABIC LETTER MEEM
|
|
||||||
0xE4 0x0646 #ARABIC LETTER NOON
|
|
||||||
0xE5 0x0647 #ARABIC LETTER HEH
|
|
||||||
0xE6 0x0648 #ARABIC LETTER WAW
|
|
||||||
0xE7 0x00E7 #LATIN SMALL LETTER C WITH CEDILLA
|
|
||||||
0xE8 0x00E8 #LATIN SMALL LETTER E WITH GRAVE
|
|
||||||
0xE9 0x00E9 #LATIN SMALL LETTER E WITH ACUTE
|
|
||||||
0xEA 0x00EA #LATIN SMALL LETTER E WITH CIRCUMFLEX
|
|
||||||
0xEB 0x00EB #LATIN SMALL LETTER E WITH DIAERESIS
|
|
||||||
0xEC 0x0649 #ARABIC LETTER ALEF MAKSURA
|
|
||||||
0xED 0x064A #ARABIC LETTER YEH
|
|
||||||
0xEE 0x00EE #LATIN SMALL LETTER I WITH CIRCUMFLEX
|
|
||||||
0xEF 0x00EF #LATIN SMALL LETTER I WITH DIAERESIS
|
|
||||||
0xF0 0x064B #ARABIC FATHATAN
|
|
||||||
0xF1 0x064C #ARABIC DAMMATAN
|
|
||||||
0xF2 0x064D #ARABIC KASRATAN
|
|
||||||
0xF3 0x064E #ARABIC FATHA
|
|
||||||
0xF4 0x00F4 #LATIN SMALL LETTER O WITH CIRCUMFLEX
|
|
||||||
0xF5 0x064F #ARABIC DAMMA
|
|
||||||
0xF6 0x0650 #ARABIC KASRA
|
|
||||||
0xF7 0x00F7 #DIVISION SIGN
|
|
||||||
0xF8 0x0651 #ARABIC SHADDA
|
|
||||||
0xF9 0x00F9 #LATIN SMALL LETTER U WITH GRAVE
|
|
||||||
0xFA 0x0652 #ARABIC SUKUN
|
|
||||||
0xFB 0x00FB #LATIN SMALL LETTER U WITH CIRCUMFLEX
|
|
||||||
0xFC 0x00FC #LATIN SMALL LETTER U WITH DIAERESIS
|
|
||||||
0xFD 0x200E #LEFT-TO-RIGHT MARK
|
|
||||||
0xFE 0x200F #RIGHT-TO-LEFT MARK
|
|
||||||
0xFF 0x06D2 #ARABIC LETTER YEH BARREE
|
|
File diff suppressed because it is too large
Load Diff
4
backend/tools/data/GB2312.TXT.README
Normal file
4
backend/tools/data/GB2312.TXT.README
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# GB2312.TXT not included as 176K in size. It can be extracted from
|
||||||
|
# https://haible.de/bruno/charsets/conversion-tables/GB2312.tar.bz2
|
||||||
|
# (see https://haible.de/bruno/charsets/conversion-tables/GB2312.html)
|
||||||
|
# The version used is unicode.org-mappings/EASTASIA/GB/GB2312.TXT
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
|||||||
/* Generate ECI multibyte tables from unicode.org mapping files */
|
/* Generate ECI multibyte tables from unicode.org mapping files */
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2022 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2022-2023 Robin Stuart <rstuart114@gmail.com>
|
||||||
*/
|
*/
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
/*
|
/*
|
||||||
@ -13,6 +13,10 @@
|
|||||||
* NOTE: backend/tools/data/GB18030.TXT will have to be downloaded first from the tarball
|
* NOTE: backend/tools/data/GB18030.TXT will have to be downloaded first from the tarball
|
||||||
* https://haible.de/bruno/charsets/conversion-tables/GB18030.tar.bz2
|
* https://haible.de/bruno/charsets/conversion-tables/GB18030.tar.bz2
|
||||||
* using the version jdk-1.4.2/GB18030.TXT
|
* using the version jdk-1.4.2/GB18030.TXT
|
||||||
|
*
|
||||||
|
* NOTE: tools/data/GB2312.TXT will have to be downloaded first from the tarball
|
||||||
|
* https://haible.de/bruno/charsets/conversion-tables/GB2312.tar.bz2
|
||||||
|
* using the version unicode.org-mappings/EASTASIA/GB/GB2312.TXT
|
||||||
*/
|
*/
|
||||||
// 'zend.assertions' should set to 1 in php.ini
|
// 'zend.assertions' should set to 1 in php.ini
|
||||||
|
|
||||||
@ -167,7 +171,7 @@ $out = array();
|
|||||||
|
|
||||||
out_header($out, 'big5', 'Big5', 'https://unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT', 2021);
|
out_header($out, 'big5', 'Big5', 'https://unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT', 2021);
|
||||||
|
|
||||||
$file = $data_dirname . '/' . 'BIG5.TXT';
|
$file = 'https://unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT';
|
||||||
|
|
||||||
// Read the file.
|
// Read the file.
|
||||||
|
|
||||||
@ -242,7 +246,7 @@ $out = array();
|
|||||||
out_header($out, 'ksx1001', 'EUC-KR (KS X 1001)',
|
out_header($out, 'ksx1001', 'EUC-KR (KS X 1001)',
|
||||||
'https://unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/KSC/KSX1001.TXT', 2021);
|
'https://unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/KSC/KSX1001.TXT', 2021);
|
||||||
|
|
||||||
$file = $data_dirname . '/' . 'KSX1001.TXT';
|
$file = 'https://unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/KSC/KSX1001.TXT';
|
||||||
|
|
||||||
// Read the file.
|
// Read the file.
|
||||||
|
|
||||||
@ -326,7 +330,7 @@ $out = array();
|
|||||||
|
|
||||||
out_header($out, 'sjis', 'Shift JIS', 'https://unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/SHIFTJIS.TXT', 2009);
|
out_header($out, 'sjis', 'Shift JIS', 'https://unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/SHIFTJIS.TXT', 2009);
|
||||||
|
|
||||||
$file = $data_dirname . '/' . 'SHIFTJIS.TXT';
|
$file = 'https://unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/SHIFTJIS.TXT';
|
||||||
|
|
||||||
// Read the file.
|
// Read the file.
|
||||||
|
|
||||||
@ -489,7 +493,8 @@ $out = array();
|
|||||||
out_header($out, 'gbk', 'GBK, excluding mappings in GB 2312',
|
out_header($out, 'gbk', 'GBK, excluding mappings in GB 2312',
|
||||||
'https://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP936.TXT');
|
'https://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP936.TXT');
|
||||||
|
|
||||||
$file = $data_dirname . '/' . 'CP936.TXT';
|
// Note this has weird 0x80 mapping to U+20AC (EURO SIGN) which needs to be ignored
|
||||||
|
$file = 'https://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP936.TXT';
|
||||||
|
|
||||||
// Read the file.
|
// Read the file.
|
||||||
|
|
||||||
@ -513,7 +518,7 @@ foreach ($lines as $line) {
|
|||||||
$matches = array();
|
$matches = array();
|
||||||
if (preg_match('/^0x([0-9A-F]{2,4})[ \t]+0x([0-9A-F]{4})[ \t].*$/', $line, $matches)) {
|
if (preg_match('/^0x([0-9A-F]{2,4})[ \t]+0x([0-9A-F]{4})[ \t].*$/', $line, $matches)) {
|
||||||
$d = hexdec($matches[1]);
|
$d = hexdec($matches[1]);
|
||||||
if ($d < 0x80) {
|
if ($d <= 0x80) { // Ignore weird 0x80 mapping to U+20AC (EURO SIGN) if any (present in Unicode Public mapping file)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$u = hexdec($matches[2]);
|
$u = hexdec($matches[2]);
|
||||||
|
@ -2,24 +2,19 @@
|
|||||||
/* Generate ECI single-byte tables & routines from unicode.org mapping files */
|
/* Generate ECI single-byte tables & routines from unicode.org mapping files */
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2022 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2022-2023 Robin Stuart <rstuart114@gmail.com>
|
||||||
*/
|
*/
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
/*
|
/*
|
||||||
* To create "backend/eci_sb.h" (from project root directory):
|
* To create "backend/eci_sb.h" (from project root directory):
|
||||||
*
|
*
|
||||||
* php backend/tools/gen_eci_sb_h.php
|
* php backend/tools/gen_eci_sb_h.php
|
||||||
*
|
|
||||||
* Requires "8859-*.TXT" from https://unicode.org/Public/MAPPINGS/ISO8859/
|
|
||||||
* and "CP1250/1/2/6.TXT" from https://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/
|
|
||||||
* to be in "backend/tools/data" directory.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$basename = basename(__FILE__);
|
$basename = basename(__FILE__);
|
||||||
$dirname = dirname(__FILE__);
|
$dirname = dirname(__FILE__);
|
||||||
|
|
||||||
$opts = getopt('d:o:');
|
$opts = getopt('d:o:');
|
||||||
$data_dirname = isset($opts['d']) ? $opts['d'] : ($dirname . '/data'); // Where to load file from.
|
|
||||||
$out_dirname = isset($opts['o']) ? $opts['o'] : ($dirname . '/..'); // Where to put output.
|
$out_dirname = isset($opts['o']) ? $opts['o'] : ($dirname . '/..'); // Where to put output.
|
||||||
|
|
||||||
$out = array();
|
$out = array();
|
||||||
@ -100,7 +95,7 @@ $tot_8859 = 0;
|
|||||||
for ($k = 2; $k <= 16; $k++) {
|
for ($k = 2; $k <= 16; $k++) {
|
||||||
if ($k == 12) continue;
|
if ($k == 12) continue;
|
||||||
|
|
||||||
$file = $data_dirname . '/' . '8859-' . $k . '.TXT';
|
$file = 'https://unicode.org/Public/MAPPINGS/ISO8859/' . '8859-' . $k . '.TXT';
|
||||||
|
|
||||||
if (($get = file_get_contents($file)) === false) {
|
if (($get = file_get_contents($file)) === false) {
|
||||||
error_log($error = "$basename: ERROR: Could not read mapping file \"$file\"");
|
error_log($error = "$basename: ERROR: Could not read mapping file \"$file\"");
|
||||||
@ -225,7 +220,7 @@ $tot_cp125x = 0;
|
|||||||
for ($k = 0; $k <= 6; $k++) {
|
for ($k = 0; $k <= 6; $k++) {
|
||||||
if ($k >= 3 && $k <= 5) continue;
|
if ($k >= 3 && $k <= 5) continue;
|
||||||
|
|
||||||
$file = $data_dirname . '/' . 'CP125' . $k . '.TXT';
|
$file = 'https://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/' . 'CP125' . $k . '.TXT';
|
||||||
|
|
||||||
if (($get = file_get_contents($file)) === false) {
|
if (($get = file_get_contents($file)) === false) {
|
||||||
error_log($error = "$basename: ERROR: Could not read mapping file \"$file\"");
|
error_log($error = "$basename: ERROR: Could not read mapping file \"$file\"");
|
||||||
|
9218
docs/manual.html
Normal file
9218
docs/manual.html
Normal file
File diff suppressed because it is too large
Load Diff
205
docs/manual.pmd
205
docs/manual.pmd
@ -77,10 +77,10 @@ X-dimension
|
|||||||
: The X-dimension of a symbol is the size (usually the width) of the smallest
|
: The X-dimension of a symbol is the size (usually the width) of the smallest
|
||||||
element. For a linear symbology this is the width of the smallest bar. For
|
element. For a linear symbology this is the width of the smallest bar. For
|
||||||
matrix symbologies it is the width of the smallest module (usually a
|
matrix symbologies it is the width of the smallest module (usually a
|
||||||
square). Barcode widths and heights are expressed in multiples of the
|
square). Barcode widths and heights are expressed in X-dimensions. Most
|
||||||
X-dimension. Most linear symbologies can have their height varied whereas
|
linear symbologies can have their height varied whereas most matrix
|
||||||
most matrix symbologies have a fixed width-to-height ratio where the height
|
symbologies have a fixed width-to-height ratio where the height is
|
||||||
is determined by the width.
|
determined by the width.
|
||||||
|
|
||||||
GS1 data
|
GS1 data
|
||||||
|
|
||||||
@ -320,7 +320,7 @@ here. For details, see [6.3 GS1 Composite Symbols (ISO 24723)].
|
|||||||
For symbologies that support ECIs (Extended Channel Interpretations) the middle
|
For symbologies that support ECIs (Extended Channel Interpretations) the middle
|
||||||
of the Data tab is an area for entering additional data segments with their own
|
of the Data tab is an area for entering additional data segments with their own
|
||||||
ECIs. Up to 4 segments (including the main `"Data to Encode"` as segment 0) may
|
ECIs. Up to 4 segments (including the main `"Data to Encode"` as segment 0) may
|
||||||
be specified. See [4.15 Multiple Segments] for details.
|
be specified. See [4.16 Multiple Segments] for details.
|
||||||
|
|
||||||
## 3.4 Symbology-specific Groupbox
|
## 3.4 Symbology-specific Groupbox
|
||||||
|
|
||||||
@ -347,8 +347,8 @@ A second tab appears for those symbologies with more than a few extra options.
|
|||||||
Here is shown the options available for an Aztec Code symbol.
|
Here is shown the options available for an Aztec Code symbol.
|
||||||
|
|
||||||
You can adjust its size or error correction level (see [6.6.8 Aztec Code (ISO
|
You can adjust its size or error correction level (see [6.6.8 Aztec Code (ISO
|
||||||
24778)]), select how its data is to be treated (see [4.10 Input Modes]), and set
|
24778)]), select how its data is to be treated (see [4.11 Input Modes]), and set
|
||||||
it as part of a Structured Append sequence of symbols (see [4.16 Structured
|
it as part of a Structured Append sequence of symbols (see [4.17 Structured
|
||||||
Append]).
|
Append]).
|
||||||
|
|
||||||
## 3.6 Appearance Tab
|
## 3.6 Appearance Tab
|
||||||
@ -372,7 +372,8 @@ adjusted with `"Border Width"`, and whitespace can be adjusted both horizontally
|
|||||||
|
|
||||||
The size of the saved image can be specified with `"Printing Scale"`, and also
|
The size of the saved image can be specified with `"Printing Scale"`, and also
|
||||||
by clicking the ![scaling](images/gui_scaling.png){.btn} icon to invoke the Set
|
by clicking the ![scaling](images/gui_scaling.png){.btn} icon to invoke the Set
|
||||||
Printing Scale Dialog - see [4.9 Adjusting Image Size] for further details.
|
Printing Scale Dialog - see [4.9 Adjusting Image Size (X-dimension)] for further
|
||||||
|
details.
|
||||||
|
|
||||||
![Adjusting the Print Size](images/gui_set_printing_scale.png){.pop}
|
![Adjusting the Print Size](images/gui_set_printing_scale.png){.pop}
|
||||||
|
|
||||||
@ -512,7 +513,7 @@ output file will be `"out.gif"`.
|
|||||||
The data input to the Zint CLI is assumed to be encoded in UTF-8 (Unicode)
|
The data input to the Zint CLI is assumed to be encoded in UTF-8 (Unicode)
|
||||||
format (Zint will correctly handle UTF-8 data on Windows). If you are encoding
|
format (Zint will correctly handle UTF-8 data on Windows). If you are encoding
|
||||||
characters beyond the 7-bit ASCII set using a scheme other than UTF-8 then you
|
characters beyond the 7-bit ASCII set using a scheme other than UTF-8 then you
|
||||||
will need to set the appropriate input options as shown in [4.10 Input Modes]
|
will need to set the appropriate input options as shown in [4.11 Input Modes]
|
||||||
below.
|
below.
|
||||||
|
|
||||||
Non-printing characters can be entered on the command line using backslash (`\`)
|
Non-printing characters can be entered on the command line using backslash (`\`)
|
||||||
@ -584,7 +585,7 @@ zint -i somefile.txt
|
|||||||
|
|
||||||
To read from stdin specify a single hyphen `"-"` as the input file.
|
To read from stdin specify a single hyphen `"-"` as the input file.
|
||||||
|
|
||||||
Note that except when batch processing (see [4.11 Batch Processing] below), the
|
Note that except when batch processing (see [4.12 Batch Processing] below), the
|
||||||
file (or stdin) should not end with a newline (`LF` on Unix, `CR+LF` on Windows)
|
file (or stdin) should not end with a newline (`LF` on Unix, `CR+LF` on Windows)
|
||||||
unless you want the newline to be encoded in the symbol.
|
unless you want the newline to be encoded in the symbol.
|
||||||
|
|
||||||
@ -918,7 +919,8 @@ will produce a barcode of height 32X, with each of the 8 rows 4X high.
|
|||||||
## 4.5 Adjusting Whitespace
|
## 4.5 Adjusting Whitespace
|
||||||
|
|
||||||
The amount of horizontal whitespace to the left and right of the generated
|
The amount of horizontal whitespace to the left and right of the generated
|
||||||
barcode can be altered using the `-w` or `--whitesp` switch. For example:
|
barcode can be altered using the `-w` or `--whitesp` switch, in integral
|
||||||
|
multiples of the X-dimension. For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
zint -w 10 -d "This Text"
|
zint -w 10 -d "This Text"
|
||||||
@ -928,7 +930,8 @@ This specifies a whitespace width of 10 times the X-dimension of the symbol both
|
|||||||
to the left and to the right of the barcode.
|
to the left and to the right of the barcode.
|
||||||
|
|
||||||
The amount of vertical whitespace above and below the barcode can be altered
|
The amount of vertical whitespace above and below the barcode can be altered
|
||||||
using the `--vwhitesp` switch. For example for 3 times the X-dimension:
|
using the `--vwhitesp` switch, in integral multiples of the X-dimension. For
|
||||||
|
example for 3 times the X-dimension:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
zint --vwhitesp=3 -d "This Text"
|
zint --vwhitesp=3 -d "This Text"
|
||||||
@ -958,8 +961,8 @@ symbol by corrupting a scan if the scanning beam strays off the top or bottom of
|
|||||||
the symbol. Zint can also put a border right around the symbol and its
|
the symbol. Zint can also put a border right around the symbol and its
|
||||||
horizontal whitespace with the `--box` option.
|
horizontal whitespace with the `--box` option.
|
||||||
|
|
||||||
The width of the boundary bars or box borders must be specified using the
|
The width of the boundary bars or box borders, in integral multiples of the
|
||||||
`--border` switch. For example:
|
X-dimension, must be specified using the `--border` switch. For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
zint --box --border=10 -w 10 -d "This Text"
|
zint --box --border=10 -w 10 -d "This Text"
|
||||||
@ -1063,35 +1066,42 @@ followed by the angle of rotation as shown below.
|
|||||||
|
|
||||||
![`zint -d "This Text" --rotate=90`](images/code128_rotate90.svg){.lin}
|
![`zint -d "This Text" --rotate=90`](images/code128_rotate90.svg){.lin}
|
||||||
|
|
||||||
## 4.9 Adjusting Image Size
|
## 4.9 Adjusting Image Size (X-dimension)
|
||||||
|
|
||||||
The scale of the image can be altered using the `--scale` option followed by a
|
The size of the image can be altered using the `--scale` option, which sets the
|
||||||
multiple of the default X-dimension. The scale is multiplied by 2 (with the
|
X-dimension. The scale is multiplied by 2 (with the exception of MaxiCode)
|
||||||
exception of MaxiCode) before being applied. The default scale is 1.
|
before being applied to the X-dimension. The default scale is 1.
|
||||||
|
|
||||||
For MaxiCode, the scale is multiplied by 10 for raster output, by 40 for EMF
|
For MaxiCode, the scale is multiplied by 10 for raster output, by 40 for EMF
|
||||||
vector output, and by 2 otherwise (non-EMF vector output).
|
vector output, and by 2 otherwise (non-EMF vector output).
|
||||||
|
|
||||||
For raster output, the default X-dimension is 2 pixels (except for MaxiCode, see
|
For non-Maxicode raster output, the default scale of 1 results in an X-dimension
|
||||||
[4.9.3 MaxiCode Raster Scaling] below). For example for PNG images a scale of 5
|
of 2 pixels. For example for non-Maxicode PNG images a scale of 5 will increase
|
||||||
will increase the X-dimension to 10 pixels. Scales for raster output should be
|
the X-dimension to 10 pixels. For Maxicode, see [4.9.3 MaxiCode Raster Scaling]
|
||||||
given in increments of 0.5, i.e. 0.5, 1, 1.5, 2, 2.5, 3, 3.5, etc., to avoid the
|
below.
|
||||||
X-dimension varying across the symbol due to interpolation. 0.5 increments are
|
|
||||||
also faster to render.
|
|
||||||
|
|
||||||
The minimum scale for non-dotty raster output is 0.5, giving a minimum
|
Scales for non-Maxicode raster output should be given in increments of 0.5, i.e.
|
||||||
X-dimension of 1 pixel, and text will not be printed for scales less than 1. The
|
0.5, 1, 1.5, 2, 2.5, 3, 3.5, etc., to avoid the X-dimension varying across the
|
||||||
minimum scale for raster output in dotty mode is 1 (see [4.14 Working with
|
symbol due to interpolation. 0.5 increments are also faster to render.
|
||||||
Dots]).
|
|
||||||
|
|
||||||
The minimum scale for vector output is 0.1, giving a minimum X-dimension of 0.2.
|
The minimum scale for non-Maxicode raster output in non-dotty mode is 0.5,
|
||||||
|
giving a minimum X-dimension of 1 pixel. The minimum scale for raster output in
|
||||||
|
dotty mode is 1 (see [4.15 Working with Dots]). For raster output, text will not
|
||||||
|
be printed for scales less than 1.
|
||||||
|
|
||||||
|
The minimum scale for vector output is 0.1, giving a minimum X-dimension of 0.2
|
||||||
|
(or for Maxicode EMF output, 4).
|
||||||
|
|
||||||
The maximum scale for both raster and vector is 200.
|
The maximum scale for both raster and vector is 200.
|
||||||
|
|
||||||
|
Using measurable units to specify the X-dimension is often more useful, as
|
||||||
|
discussed in the next section.
|
||||||
|
|
||||||
### 4.9.1 Scaling by X-dimension and Resolution
|
### 4.9.1 Scaling by X-dimension and Resolution
|
||||||
|
|
||||||
An alternative way to specify the scale which takes these details into account
|
An alternative way to specify the scale which takes the above details into
|
||||||
is to use the `--scalexdimdp` option, which has the format
|
account and uses measurable units is to use the `--scalexdimdp` option, which
|
||||||
|
has the format
|
||||||
|
|
||||||
```
|
```
|
||||||
--scalexdimdp=X[,R]
|
--scalexdimdp=X[,R]
|
||||||
@ -1154,9 +1164,35 @@ MaxiCode symbols have fixed size ranges of 24.82mm to 27.93mm in width, and
|
|||||||
zint -b MAXICODE -d "MaxiCode (19 chars)" --scalexdimdp=0,600dpi
|
zint -b MAXICODE -d "MaxiCode (19 chars)" --scalexdimdp=0,600dpi
|
||||||
```
|
```
|
||||||
|
|
||||||
## 4.10 Input Modes
|
## 4.10 Human Readable Text (HRT) Options
|
||||||
|
|
||||||
### 4.10.1 Unicode, Data, and GS1 Modes
|
For linear barcodes the text present in the output image can be removed by using
|
||||||
|
the `--notext` option. Note also that for raster output text will not be printed
|
||||||
|
for scales less than 1 (see [4.9 Adjusting Image Size (X-dimension)]).
|
||||||
|
|
||||||
|
Text can be set to bold using the `--bold` option, or a smaller font can be
|
||||||
|
substituted using the `--small` option. The `--bold` and `--small` options can
|
||||||
|
be used together if required, but only for vector output.
|
||||||
|
|
||||||
|
![`zint --bold -d "This Text" --small`](images/code128_small_bold.svg){.lin}
|
||||||
|
|
||||||
|
The gap between the barcode and the text can be adjusted using the `--textgap`
|
||||||
|
option, where the gap is given in X-dimensions (maximum 10X). A zero value uses
|
||||||
|
the default gap (1X). Note that a very small gap may cause accented texts to
|
||||||
|
overlap with the barcode:
|
||||||
|
|
||||||
|
![`zint -d "Áccent" --textgap=0.1`](images/code128_textgap.svg){.lin}
|
||||||
|
|
||||||
|
For SVG output, the font preferred by Zint (monospaced "OCR-B" for EAN/UPC,
|
||||||
|
"Arimo" - a proportional sans-serif font metrically compatible with "Arial" -
|
||||||
|
for all others) can be embedded in the file for portability using the
|
||||||
|
`--embedfont` option:
|
||||||
|
|
||||||
|
![`zint -d "Áccent" --embedfont`](images/code128_embedfont.svg){.lin}
|
||||||
|
|
||||||
|
## 4.11 Input Modes
|
||||||
|
|
||||||
|
### 4.11.1 Unicode, Data, and GS1 Modes
|
||||||
|
|
||||||
By default all CLI input data is assumed to be encoded in UTF-8 format. Many
|
By default all CLI input data is assumed to be encoded in UTF-8 format. Many
|
||||||
barcode symbologies encode data using the Latin-1 (ISO/IEC 8859-1 plus ASCII)
|
barcode symbologies encode data using the Latin-1 (ISO/IEC 8859-1 plus ASCII)
|
||||||
@ -1198,7 +1234,7 @@ to the yen sign (¥), and tilde (`~`) to overline (U+203E).
|
|||||||
If Zint encounters characters which can not be encoded using the default
|
If Zint encounters characters which can not be encoded using the default
|
||||||
character encoding then it will take advantage of the ECI (Extended Channel
|
character encoding then it will take advantage of the ECI (Extended Channel
|
||||||
Interpretations) mechanism to encode the data if the symbology supports it - see
|
Interpretations) mechanism to encode the data if the symbology supports it - see
|
||||||
[4.10.2 Input Modes and ECI] below.
|
[4.11.2 Input Modes and ECI] below.
|
||||||
|
|
||||||
GS1 data can be encoded in a number of symbologies. Application Identifiers
|
GS1 data can be encoded in a number of symbologies. Application Identifiers
|
||||||
(AIs) should be enclosed in `[square brackets]` followed by the data to be
|
(AIs) should be enclosed in `[square brackets]` followed by the data to be
|
||||||
@ -1229,7 +1265,7 @@ Symbols encoded with this option should be checked against decoders before they
|
|||||||
are used. The popular open-source ZXing decoder is known to exhibit this
|
are used. The popular open-source ZXing decoder is known to exhibit this
|
||||||
behaviour.
|
behaviour.
|
||||||
|
|
||||||
### 4.10.2 Input Modes and ECI
|
### 4.11.2 Input Modes and ECI
|
||||||
|
|
||||||
If your data contains characters that are not in the default character set, you
|
If your data contains characters that are not in the default character set, you
|
||||||
may encode it using an ECI-aware symbology and an ECI value from Table
|
may encode it using an ECI-aware symbology and an ECI value from Table
|
||||||
@ -1305,7 +1341,7 @@ insert the appropriate single-byte ECI if possible (ECIs 3 to 24, excluding ECI
|
|||||||
20), or failing that ECI 26 (UTF-8). A warning will be generated. This mechanism
|
20), or failing that ECI 26 (UTF-8). A warning will be generated. This mechanism
|
||||||
is not applied if the `--binary` option is given.
|
is not applied if the `--binary` option is given.
|
||||||
|
|
||||||
Multiple ECIs can be specified using the `--segN` options - see [4.15 Multiple
|
Multiple ECIs can be specified using the `--segN` options - see [4.16 Multiple
|
||||||
Segments].
|
Segments].
|
||||||
|
|
||||||
Note: the `--eci=3` specification should only be used for special purposes.
|
Note: the `--eci=3` specification should only be used for special purposes.
|
||||||
@ -1314,7 +1350,9 @@ Nevertheless, for ECI Code 3, this is not usually required, as this is the
|
|||||||
default encoding for most barcodes, which is also active without any ECI
|
default encoding for most barcodes, which is also active without any ECI
|
||||||
information.
|
information.
|
||||||
|
|
||||||
#### 4.10.2.1 Input Modes and ECI Example 1
|
\clearpage
|
||||||
|
|
||||||
|
#### 4.11.2.1 Input Modes and ECI Example 1
|
||||||
|
|
||||||
The Euro sign U+20AC can be encoded in ISO/IEC 8859-15. The Euro sign has the
|
The Euro sign U+20AC can be encoded in ISO/IEC 8859-15. The Euro sign has the
|
||||||
ISO/IEC 8859-15 codepoint hex `"A4"`. It is encoded in UTF-8 as the hex
|
ISO/IEC 8859-15 codepoint hex `"A4"`. It is encoded in UTF-8 as the hex
|
||||||
@ -1341,7 +1379,7 @@ zint -b 71 --scale=10 --eci=17 -d "€"
|
|||||||
|
|
||||||
![`zint -b DATAMATRIX --eci=17 -d "€"`](images/datamatrix_euro.svg){.i2d}
|
![`zint -b DATAMATRIX --eci=17 -d "€"`](images/datamatrix_euro.svg){.i2d}
|
||||||
|
|
||||||
#### 4.10.2.2 Input Modes and ECI Example 2
|
#### 4.11.2.2 Input Modes and ECI Example 2
|
||||||
|
|
||||||
The Chinese character with the Unicode codepoint U+5E38 can be encoded in Big5
|
The Chinese character with the Unicode codepoint U+5E38 can be encoded in Big5
|
||||||
encoding. The Big5 representation of this character is the two hex bytes:
|
encoding. The Big5 representation of this character is the two hex bytes:
|
||||||
@ -1371,7 +1409,7 @@ zint -b 71 --scale=10 --eci=28 -d "常"
|
|||||||
![`zint -b DATAMATRIX --eci=28 -d "\u5E38"
|
![`zint -b DATAMATRIX --eci=28 -d "\u5E38"
|
||||||
--esc`](images/datamatrix_big5.svg){.i2d}
|
--esc`](images/datamatrix_big5.svg){.i2d}
|
||||||
|
|
||||||
#### 4.10.2.3 Input Modes and ECI Example 3
|
#### 4.11.2.3 Input Modes and ECI Example 3
|
||||||
|
|
||||||
Some decoders (in particular mobile app ones) for QR Code assume UTF-8 encoding
|
Some decoders (in particular mobile app ones) for QR Code assume UTF-8 encoding
|
||||||
by default and do not support ECI. In this case supply UTF-8 data and use the
|
by default and do not support ECI. In this case supply UTF-8 data and use the
|
||||||
@ -1384,7 +1422,7 @@ zint -b 58 --binary -d "UTF-8 data"
|
|||||||
![`zint -b QRCODE --binary -d "\xE2\x82\xAC\xE5\xB8\xB8"
|
![`zint -b QRCODE --binary -d "\xE2\x82\xAC\xE5\xB8\xB8"
|
||||||
--esc`](images/qrcode_binary_utf8.svg){.i2d}
|
--esc`](images/qrcode_binary_utf8.svg){.i2d}
|
||||||
|
|
||||||
## 4.11 Batch Processing
|
## 4.12 Batch Processing
|
||||||
|
|
||||||
Data can be batch processed by reading from a text file and producing a
|
Data can be batch processed by reading from a text file and producing a
|
||||||
separate barcode image for each line of text in that file. To do this use the
|
separate barcode image for each line of text in that file. To do this use the
|
||||||
@ -1446,9 +1484,9 @@ Input Filenames Generated
|
|||||||
Table: {#tbl:batch_dir_examples tag=": Batch Directory Examples"}
|
Table: {#tbl:batch_dir_examples tag=": Batch Directory Examples"}
|
||||||
|
|
||||||
For an alternative method of naming output files see the `--mirror` option in
|
For an alternative method of naming output files see the `--mirror` option in
|
||||||
[4.13 Automatic Filenames] below.
|
[4.14 Automatic Filenames] below.
|
||||||
|
|
||||||
## 4.12 Direct Output to stdout
|
## 4.13 Direct Output to stdout
|
||||||
|
|
||||||
The finished image files can be output directly to stdout for use as part of a
|
The finished image files can be output directly to stdout for use as part of a
|
||||||
pipe by using the `--direct` option. By default `--direct` will output data as a
|
pipe by using the `--direct` option. By default `--direct` will output data as a
|
||||||
@ -1469,7 +1507,7 @@ in a pipe can have unpredictable results. Use with care!
|
|||||||
|
|
||||||
* * *
|
* * *
|
||||||
|
|
||||||
## 4.13 Automatic Filenames
|
## 4.14 Automatic Filenames
|
||||||
|
|
||||||
The `--mirror` option instructs Zint to use the data to be encoded as an
|
The `--mirror` option instructs Zint to use the data to be encoded as an
|
||||||
indicator of the filename to be used. This is particularly useful if you are
|
indicator of the filename to be used. This is particularly useful if you are
|
||||||
@ -1481,26 +1519,26 @@ so the filename may vary from the data if the data includes non-printable
|
|||||||
characters, for example, and may be shortened if the data input is long.
|
characters, for example, and may be shortened if the data input is long.
|
||||||
|
|
||||||
To set the output file format use the `--filetype` option as detailed above in
|
To set the output file format use the `--filetype` option as detailed above in
|
||||||
[4.12 Direct Output to stdout]. To output to a specific directory use the `-o`
|
[4.13 Direct Output to stdout]. To output to a specific directory use the `-o`
|
||||||
option giving the name of the directory (any filename will be ignored, unless
|
option giving the name of the directory (any filename will be ignored, unless
|
||||||
`--filetype` is not specified, in which case the filename's extension will be
|
`--filetype` is not specified, in which case the filename's extension will be
|
||||||
used).
|
used).
|
||||||
|
|
||||||
## 4.14 Working with Dots
|
## 4.15 Working with Dots
|
||||||
|
|
||||||
Matrix codes can be rendered as a series of dots or circles rather than the
|
Matrix codes can be rendered as a series of dots or circles rather than the
|
||||||
normal squares by using the `--dotty` option. This option is only available for
|
normal squares by using the `--dotty` option. This option is only available for
|
||||||
matrix symbologies, and is automatically selected for DotCode. The size of the
|
matrix symbologies, and is automatically selected for DotCode. The size of the
|
||||||
dots can be adjusted using the `--dotsize` option followed by the diameter of
|
dots can be adjusted using the `--dotsize` option followed by the diameter of
|
||||||
the dot, where that diameter is given as a multiple of the X-dimension. The
|
the dot, where that diameter is in X-dimensions. The minimum dot size is 0.01,
|
||||||
minimum dot size is 0.01, the maximum is 20. The default size is 0.8.
|
the maximum is 20. The default size is 0.8.
|
||||||
|
|
||||||
The default and minimum scale for raster output in dotty mode is 1.
|
The default and minimum scale for raster output in dotty mode is 1.
|
||||||
|
|
||||||
![`zint -b CODEONE -d "123456789012345678" --dotty
|
![`zint -b CODEONE -d "123456789012345678" --dotty
|
||||||
--vers=9`](images/codeone_s_dotty.svg){.dotty}
|
--vers=9`](images/codeone_s_dotty.svg){.dotty}
|
||||||
|
|
||||||
## 4.15 Multiple Segments
|
## 4.16 Multiple Segments
|
||||||
|
|
||||||
If you need to specify different ECIs for different sections of the input data,
|
If you need to specify different ECIs for different sections of the input data,
|
||||||
the `--seg1` to `--seg9` options can be used. Each option is of the form
|
the `--seg1` to `--seg9` options can be used. Each option is of the form
|
||||||
@ -1523,11 +1561,11 @@ Naturally the symbology must be ECI-aware (see Table
|
|||||||
--seg2=20,"文章"`](images/aztec_segs.svg){.i2d}
|
--seg2=20,"文章"`](images/aztec_segs.svg){.i2d}
|
||||||
|
|
||||||
ECIs of zero may be given, in which case Zint will automatically determine an
|
ECIs of zero may be given, in which case Zint will automatically determine an
|
||||||
ECI if necessary, as described in section [4.10.2 Input Modes and ECI].
|
ECI if necessary, as described in section [4.11.2 Input Modes and ECI].
|
||||||
|
|
||||||
Multiple segments are not currently supported for use with GS1 data.
|
Multiple segments are not currently supported for use with GS1 data.
|
||||||
|
|
||||||
## 4.16 Structured Append
|
## 4.17 Structured Append
|
||||||
|
|
||||||
Structured Append is a method of splitting data among several symbols so that
|
Structured Append is a method of splitting data among several symbols so that
|
||||||
they form a sequence that can be scanned and re-assembled in the correct order
|
they form a sequence that can be scanned and re-assembled in the correct order
|
||||||
@ -1551,31 +1589,6 @@ is the same for all symbols belonging to the same sequence. The index is 1-based
|
|||||||
and goes from 1 to count. Count must be 2 or more. See the individual
|
and goes from 1 to count. Count must be 2 or more. See the individual
|
||||||
symbologies for further details.
|
symbologies for further details.
|
||||||
|
|
||||||
## 4.17 Human Readable Text (HRT) Options
|
|
||||||
|
|
||||||
For linear barcodes the text present in the output image can be removed by using
|
|
||||||
the `--notext` option.
|
|
||||||
|
|
||||||
Text can be set to bold using the `--bold` option, or a smaller font can be
|
|
||||||
substituted using the `--small` option. The `--bold` and `--small` options can
|
|
||||||
be used together if required, but only for vector output.
|
|
||||||
|
|
||||||
![`zint --bold -d "This Text" --small`](images/code128_small_bold.svg){.lin}
|
|
||||||
|
|
||||||
The gap between the barcode and the text can be adjusted using the `--textgap`
|
|
||||||
option, where the gap is given as a multiple of the X-dimension (maximum 10X). A
|
|
||||||
zero value uses the default gap (1X). Note that a very small gap may cause
|
|
||||||
accented texts to overlap with the barcode:
|
|
||||||
|
|
||||||
![`zint -d "Áccent" --textgap=0.1`](images/code128_textgap.svg){.lin}
|
|
||||||
|
|
||||||
For SVG output, the font preferred by Zint (monospaced "OCR-B" for EAN/UPC,
|
|
||||||
"Arimo" - a proportional sans-serif font metrically compatible with "Arial" -
|
|
||||||
for all others) can be embedded in the file for portability using the
|
|
||||||
`--embedfont` option:
|
|
||||||
|
|
||||||
![`zint -d "Áccent" --embedfont`](images/code128_embedfont.svg){.lin}
|
|
||||||
|
|
||||||
## 4.18 Help Options
|
## 4.18 Help Options
|
||||||
|
|
||||||
There are three help options which give information about how to use the command
|
There are three help options which give information about how to use the command
|
||||||
@ -2727,11 +2740,11 @@ error = ZBarcode_Encode_and_Print(my_symbol, "72527270270+12345", 0, 0);
|
|||||||
![`zint -b UPCA --compliantheight -d "72527270270+12345"
|
![`zint -b UPCA --compliantheight -d "72527270270+12345"
|
||||||
--guardwhitespace`](images/upca_5_gws.svg){.upcean}
|
--guardwhitespace`](images/upca_5_gws.svg){.upcean}
|
||||||
|
|
||||||
You can adjust the gap between the main symbol and an add-on in multiples of the
|
You can adjust the gap between the main symbol and an add-on in integral
|
||||||
X-dimension by setting `--addongap` (API `option_2`) to a value between 9
|
multiples of the X-dimension by setting `--addongap` (API `option_2`) to a value
|
||||||
(default) and 12. The height in X-dimensions that the guard bars descend below
|
between 9 (default) and 12. The height in X-dimensions that the guard bars
|
||||||
the main bars can be adjusted by setting `--guarddescent` (API `guard_descent`)
|
descend below the main bars can be adjusted by setting `--guarddescent` (API
|
||||||
to a value between 0 and 20 (default 5).
|
`guard_descent`) to a value between 0 and 20 (default 5).
|
||||||
|
|
||||||
#### 6.1.3.2 UPC Version E
|
#### 6.1.3.2 UPC Version E
|
||||||
|
|
||||||
@ -2768,11 +2781,11 @@ zint -b UPCE -d "1123456+12" --guardwhitespace
|
|||||||
![`zint -b UPCE --compliantheight -d "1123456+12"
|
![`zint -b UPCE --compliantheight -d "1123456+12"
|
||||||
--guardwhitespace`](images/upce_2_gws.svg){.upcean}
|
--guardwhitespace`](images/upce_2_gws.svg){.upcean}
|
||||||
|
|
||||||
You can adjust the gap between the main symbol and an add-on in multiples of the
|
You can adjust the gap between the main symbol and an add-on in integral
|
||||||
X-dimension by setting `--addongap` (API `option_2`) to a value between 7
|
multiples of the X-dimension by setting `--addongap` (API `option_2`) to a value
|
||||||
(default) and 12. The height in X-dimensions that the guard bars descend below
|
between 7 (default) and 12. The height in X-dimensions that the guard bars
|
||||||
the main bars can be adjusted by setting `--guarddescent` (API `guard_descent`)
|
descend below the main bars can be adjusted by setting `--guarddescent` (API
|
||||||
to a value between 0 and 20 (default 5).
|
`guard_descent`) to a value between 0 and 20 (default 5).
|
||||||
|
|
||||||
### 6.1.4 EAN (European Article Number) (ISO 15420)
|
### 6.1.4 EAN (European Article Number) (ISO 15420)
|
||||||
|
|
||||||
@ -3312,8 +3325,8 @@ use the option `--notext` (API `show_hrt = 0`).
|
|||||||
|
|
||||||
The stacked barcode rows can be separated by row separator bars by specifying
|
The stacked barcode rows can be separated by row separator bars by specifying
|
||||||
`--bind` (API `output_options |= BARCODE_BIND`). The height of the row separator
|
`--bind` (API `output_options |= BARCODE_BIND`). The height of the row separator
|
||||||
bars in multiples of the X-dimension (minimum and default 1, maximum 4) can be
|
bars in integral multiples of the X-dimension (minimum and default 1, maximum 4)
|
||||||
set by `--separator` (API `option_3`):
|
can be set by `--separator` (API `option_3`):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
zint --bind --notext --separator=2 -d "This" -d "That"
|
zint --bind --notext --separator=2 -d "This" -d "That"
|
||||||
@ -3380,7 +3393,7 @@ FAST_MODE`) may be used.
|
|||||||
|
|
||||||
PDF417 supports Structured Append of up to 99,999 symbols and an optional
|
PDF417 supports Structured Append of up to 99,999 symbols and an optional
|
||||||
numeric ID of up to 30 digits, which can be set by using the `--structapp`
|
numeric ID of up to 30 digits, which can be set by using the `--structapp`
|
||||||
option (see [4.16 Structured Append]) (API `structapp`). The ID consists of up
|
option (see [4.17 Structured Append]) (API `structapp`). The ID consists of up
|
||||||
to 10 triplets, each ranging from `"000"` to `"899"`. For instance `"123456789"`
|
to 10 triplets, each ranging from `"000"` to `"899"`. For instance `"123456789"`
|
||||||
would be a valid ID of 3 triplets. However `"123456900"` would not, as the last
|
would be a valid ID of 3 triplets. However `"123456900"` would not, as the last
|
||||||
triplet `"900"` exceeds `"899"`. The triplets are 0-filled, for instance
|
triplet `"900"` exceeds `"899"`. The triplets are 0-filled, for instance
|
||||||
@ -3864,7 +3877,7 @@ FAST_MODE`) may be used.
|
|||||||
|
|
||||||
Data Matrix supports Structured Append of up to 16 symbols and a numeric ID
|
Data Matrix supports Structured Append of up to 16 symbols and a numeric ID
|
||||||
(file identifications), which can be set by using the `--structapp` option (see
|
(file identifications), which can be set by using the `--structapp` option (see
|
||||||
[4.16 Structured Append]) (API `structapp`). The ID consists of 2 numbers `ID1`
|
[4.17 Structured Append]) (API `structapp`). The ID consists of 2 numbers `ID1`
|
||||||
and `ID2`, each of which can range from 1 to 254, and is specified as the single
|
and `ID2`, each of which can range from 1 to 254, and is specified as the single
|
||||||
number `ID1 * 1000 + ID2`, so for instance `ID1` `"123"` and `ID2` `"234"` would
|
number `ID1 * 1000 + ID2`, so for instance `ID1` `"123"` and `ID2` `"234"` would
|
||||||
be given as `"123234"`. Note that both `ID1` and `ID2` must be non-zero, so e.g.
|
be given as `"123234"`. Note that both `ID1` and `ID2` must be non-zero, so e.g.
|
||||||
@ -4002,7 +4015,7 @@ Zint to automatically select a mask to reduce the number of masks to try to four
|
|||||||
(0, 2, 4, 7).
|
(0, 2, 4, 7).
|
||||||
|
|
||||||
QR Code supports Structured Append of up to 16 symbols and a numeric ID
|
QR Code supports Structured Append of up to 16 symbols and a numeric ID
|
||||||
(parity), which can be set by using the `--structapp` option (see [4.16
|
(parity), which can be set by using the `--structapp` option (see [4.17
|
||||||
Structured Append]) (API `structapp`). The parity ID ranges from 0 (default) to
|
Structured Append]) (API `structapp`). The parity ID ranges from 0 (default) to
|
||||||
255, and for full compliance should be set to the value obtained by `XOR`-ing
|
255, and for full compliance should be set to the value obtained by `XOR`-ing
|
||||||
together each byte of the complete data forming the sequence. Currently this
|
together each byte of the complete data forming the sequence. Currently this
|
||||||
@ -4248,7 +4261,7 @@ Table: {#tbl:maxicode_data_length_maxima tag=": MaxiCode Data Length Maxima"}
|
|||||||
`*` - secondary only
|
`*` - secondary only
|
||||||
|
|
||||||
MaxiCode supports Structured Append of up to 8 symbols, which can be set by
|
MaxiCode supports Structured Append of up to 8 symbols, which can be set by
|
||||||
using the `--structapp` option (see [4.16 Structured Append]) (API `structapp`).
|
using the `--structapp` option (see [4.17 Structured Append]) (API `structapp`).
|
||||||
It does not support specifying an ID.
|
It does not support specifying an ID.
|
||||||
|
|
||||||
MaxiCode uses a different scaling than other symbols for raster output, see
|
MaxiCode uses a different scaling than other symbols for raster output, see
|
||||||
@ -4316,7 +4329,7 @@ Industry Barcode (HIBC) data.
|
|||||||
|
|
||||||
Aztec Code supports Structured Append of up to 26 symbols and an optional
|
Aztec Code supports Structured Append of up to 26 symbols and an optional
|
||||||
alphanumeric ID of up to 32 characters, which can be set by using the
|
alphanumeric ID of up to 32 characters, which can be set by using the
|
||||||
`--structapp` option (see [4.16 Structured Append]) (API `structapp`). The ID
|
`--structapp` option (see [4.17 Structured Append]) (API `structapp`). The ID
|
||||||
cannot contain spaces. If an ID is not given, no ID is encoded.
|
cannot contain spaces. If an ID is not given, no ID is encoded.
|
||||||
|
|
||||||
### 6.6.9 Aztec Runes (ISO 24778)
|
### 6.6.9 Aztec Runes (ISO 24778)
|
||||||
@ -4369,7 +4382,7 @@ Version S symbols can only encode numeric data. The width of version S and
|
|||||||
version T symbols is determined by the length of the input data.
|
version T symbols is determined by the length of the input data.
|
||||||
|
|
||||||
Code One supports Structured Append of up to 128 symbols, which can be set by
|
Code One supports Structured Append of up to 128 symbols, which can be set by
|
||||||
using the `--structapp` option (see [4.16 Structured Append]) (API `structapp`).
|
using the `--structapp` option (see [4.17 Structured Append]) (API `structapp`).
|
||||||
It does not support specifying an ID. Structured Append is not supported with
|
It does not support specifying an ID. Structured Append is not supported with
|
||||||
GS1 data nor for Version S symbols.
|
GS1 data nor for Version S symbols.
|
||||||
|
|
||||||
@ -4417,7 +4430,7 @@ Non-ASCII data density may be maximized by using the `--fullmultibyte` switch
|
|||||||
supports this before using.
|
supports this before using.
|
||||||
|
|
||||||
Grid Matrix supports Structured Append of up to 16 symbols and a numeric ID
|
Grid Matrix supports Structured Append of up to 16 symbols and a numeric ID
|
||||||
(file signature), which can be set by using the `--structapp` option (see [4.16
|
(file signature), which can be set by using the `--structapp` option (see [4.17
|
||||||
Structured Append]) (API `structapp`). The ID ranges from 0 (default) to 255.
|
Structured Append]) (API `structapp`). The ID ranges from 0 (default) to 255.
|
||||||
|
|
||||||
### 6.6.12 DotCode
|
### 6.6.12 DotCode
|
||||||
@ -4442,7 +4455,7 @@ selected automatically by Zint but may be manually specified by using the
|
|||||||
setting `option_3 = (N + 1) << 8` where N is 0-7.
|
setting `option_3 = (N + 1) << 8` where N is 0-7.
|
||||||
|
|
||||||
DotCode supports Structured Append of up to 35 symbols, which can be set by
|
DotCode supports Structured Append of up to 35 symbols, which can be set by
|
||||||
using the `--structapp` option (see [4.16 Structured Append]) (API `structapp`).
|
using the `--structapp` option (see [4.17 Structured Append]) (API `structapp`).
|
||||||
It does not support specifying an ID.
|
It does not support specifying an ID.
|
||||||
|
|
||||||
### 6.6.13 Han Xin Code (ISO 20830)
|
### 6.6.13 Han Xin Code (ISO 20830)
|
||||||
@ -4550,7 +4563,7 @@ Revision 2 of Ultracode (2021) which swops and inverts the DCCU and DCCL tiles
|
|||||||
may be specified using `--vers=2` (API `option_2 = 2`).
|
may be specified using `--vers=2` (API `option_2 = 2`).
|
||||||
|
|
||||||
Ultracode supports Structured Append of up to 8 symbols and an optional numeric
|
Ultracode supports Structured Append of up to 8 symbols and an optional numeric
|
||||||
ID (File Number), which can be set by using the `--structapp` option (see [4.16
|
ID (File Number), which can be set by using the `--structapp` option (see [4.17
|
||||||
Structured Append]) (API `structapp`). The ID ranges from 1 to 80088. If an ID
|
Structured Append]) (API `structapp`). The ID ranges from 1 to 80088. If an ID
|
||||||
is not given, no ID is encoded.
|
is not given, no ID is encoded.
|
||||||
|
|
||||||
|
243
docs/manual.txt
243
docs/manual.txt
@ -37,23 +37,23 @@ July 2023
|
|||||||
- 4.6 Adding Boundary Bars and Boxes
|
- 4.6 Adding Boundary Bars and Boxes
|
||||||
- 4.7 Using Colour
|
- 4.7 Using Colour
|
||||||
- 4.8 Rotating the Symbol
|
- 4.8 Rotating the Symbol
|
||||||
- 4.9 Adjusting Image Size
|
- 4.9 Adjusting Image Size (X-dimension)
|
||||||
- 4.9.1 Scaling by X-dimension and Resolution
|
- 4.9.1 Scaling by X-dimension and Resolution
|
||||||
- 4.9.2 Scaling Example
|
- 4.9.2 Scaling Example
|
||||||
- 4.9.3 MaxiCode Raster Scaling
|
- 4.9.3 MaxiCode Raster Scaling
|
||||||
- 4.10 Input Modes
|
- 4.10 Human Readable Text (HRT) Options
|
||||||
- 4.10.1 Unicode, Data, and GS1 Modes
|
- 4.11 Input Modes
|
||||||
- 4.10.2 Input Modes and ECI
|
- 4.11.1 Unicode, Data, and GS1 Modes
|
||||||
- 4.10.2.1 Input Modes and ECI Example 1
|
- 4.11.2 Input Modes and ECI
|
||||||
- 4.10.2.2 Input Modes and ECI Example 2
|
- 4.11.2.1 Input Modes and ECI Example 1
|
||||||
- 4.10.2.3 Input Modes and ECI Example 3
|
- 4.11.2.2 Input Modes and ECI Example 2
|
||||||
- 4.11 Batch Processing
|
- 4.11.2.3 Input Modes and ECI Example 3
|
||||||
- 4.12 Direct Output to stdout
|
- 4.12 Batch Processing
|
||||||
- 4.13 Automatic Filenames
|
- 4.13 Direct Output to stdout
|
||||||
- 4.14 Working with Dots
|
- 4.14 Automatic Filenames
|
||||||
- 4.15 Multiple Segments
|
- 4.15 Working with Dots
|
||||||
- 4.16 Structured Append
|
- 4.16 Multiple Segments
|
||||||
- 4.17 Human Readable Text (HRT) Options
|
- 4.17 Structured Append
|
||||||
- 4.18 Help Options
|
- 4.18 Help Options
|
||||||
- 4.19 Other Options
|
- 4.19 Other Options
|
||||||
- 5. Using the API
|
- 5. Using the API
|
||||||
@ -275,10 +275,10 @@ X-dimension
|
|||||||
The X-dimension of a symbol is the size (usually the width) of the smallest
|
The X-dimension of a symbol is the size (usually the width) of the smallest
|
||||||
element. For a linear symbology this is the width of the smallest bar. For
|
element. For a linear symbology this is the width of the smallest bar. For
|
||||||
matrix symbologies it is the width of the smallest module (usually a
|
matrix symbologies it is the width of the smallest module (usually a
|
||||||
square). Barcode widths and heights are expressed in multiples of the
|
square). Barcode widths and heights are expressed in X-dimensions. Most
|
||||||
X-dimension. Most linear symbologies can have their height varied whereas
|
linear symbologies can have their height varied whereas most matrix
|
||||||
most matrix symbologies have a fixed width-to-height ratio where the height
|
symbologies have a fixed width-to-height ratio where the height is
|
||||||
is determined by the width.
|
determined by the width.
|
||||||
|
|
||||||
GS1 data
|
GS1 data
|
||||||
|
|
||||||
@ -485,7 +485,7 @@ here. For details, see 6.3 GS1 Composite Symbols (ISO 24723).
|
|||||||
For symbologies that support ECIs (Extended Channel Interpretations) the middle
|
For symbologies that support ECIs (Extended Channel Interpretations) the middle
|
||||||
of the Data tab is an area for entering additional data segments with their own
|
of the Data tab is an area for entering additional data segments with their own
|
||||||
ECIs. Up to 4 segments (including the main "Data to Encode" as segment 0) may be
|
ECIs. Up to 4 segments (including the main "Data to Encode" as segment 0) may be
|
||||||
specified. See 4.15 Multiple Segments for details.
|
specified. See 4.16 Multiple Segments for details.
|
||||||
|
|
||||||
3.4 Symbology-specific Groupbox
|
3.4 Symbology-specific Groupbox
|
||||||
|
|
||||||
@ -511,8 +511,8 @@ A second tab appears for those symbologies with more than a few extra options.
|
|||||||
Here is shown the options available for an Aztec Code symbol.
|
Here is shown the options available for an Aztec Code symbol.
|
||||||
|
|
||||||
You can adjust its size or error correction level (see 6.6.8 Aztec Code (ISO
|
You can adjust its size or error correction level (see 6.6.8 Aztec Code (ISO
|
||||||
24778)), select how its data is to be treated (see 4.10 Input Modes), and set it
|
24778)), select how its data is to be treated (see 4.11 Input Modes), and set it
|
||||||
as part of a Structured Append sequence of symbols (see 4.16 Structured Append).
|
as part of a Structured Append sequence of symbols (see 4.17 Structured Append).
|
||||||
|
|
||||||
3.6 Appearance Tab
|
3.6 Appearance Tab
|
||||||
|
|
||||||
@ -534,7 +534,7 @@ adjusted with "Border Width", and whitespace can be adjusted both horizontally
|
|||||||
|
|
||||||
The size of the saved image can be specified with "Printing Scale", and also by
|
The size of the saved image can be specified with "Printing Scale", and also by
|
||||||
clicking the [scaling] icon to invoke the Set Printing Scale Dialog - see 4.9
|
clicking the [scaling] icon to invoke the Set Printing Scale Dialog - see 4.9
|
||||||
Adjusting Image Size for further details.
|
Adjusting Image Size (X-dimension) for further details.
|
||||||
|
|
||||||
[Adjusting the Print Size]
|
[Adjusting the Print Size]
|
||||||
|
|
||||||
@ -662,7 +662,7 @@ file will be "out.gif".
|
|||||||
The data input to the Zint CLI is assumed to be encoded in UTF-8 (Unicode)
|
The data input to the Zint CLI is assumed to be encoded in UTF-8 (Unicode)
|
||||||
format (Zint will correctly handle UTF-8 data on Windows). If you are encoding
|
format (Zint will correctly handle UTF-8 data on Windows). If you are encoding
|
||||||
characters beyond the 7-bit ASCII set using a scheme other than UTF-8 then you
|
characters beyond the 7-bit ASCII set using a scheme other than UTF-8 then you
|
||||||
will need to set the appropriate input options as shown in 4.10 Input Modes
|
will need to set the appropriate input options as shown in 4.11 Input Modes
|
||||||
below.
|
below.
|
||||||
|
|
||||||
Non-printing characters can be entered on the command line using backslash (\)
|
Non-printing characters can be entered on the command line using backslash (\)
|
||||||
@ -728,7 +728,7 @@ alternative mode is selected. This command replaces the use of the -d switch.
|
|||||||
|
|
||||||
To read from stdin specify a single hyphen "-" as the input file.
|
To read from stdin specify a single hyphen "-" as the input file.
|
||||||
|
|
||||||
Note that except when batch processing (see 4.11 Batch Processing below), the
|
Note that except when batch processing (see 4.12 Batch Processing below), the
|
||||||
file (or stdin) should not end with a newline (LF on Unix, CR+LF on Windows)
|
file (or stdin) should not end with a newline (LF on Unix, CR+LF on Windows)
|
||||||
unless you want the newline to be encoded in the symbol.
|
unless you want the newline to be encoded in the symbol.
|
||||||
|
|
||||||
@ -1037,7 +1037,8 @@ will produce a barcode of height 32X, with each of the 8 rows 4X high.
|
|||||||
4.5 Adjusting Whitespace
|
4.5 Adjusting Whitespace
|
||||||
|
|
||||||
The amount of horizontal whitespace to the left and right of the generated
|
The amount of horizontal whitespace to the left and right of the generated
|
||||||
barcode can be altered using the -w or --whitesp switch. For example:
|
barcode can be altered using the -w or --whitesp switch, in integral multiples
|
||||||
|
of the X-dimension. For example:
|
||||||
|
|
||||||
zint -w 10 -d "This Text"
|
zint -w 10 -d "This Text"
|
||||||
|
|
||||||
@ -1045,7 +1046,8 @@ This specifies a whitespace width of 10 times the X-dimension of the symbol both
|
|||||||
to the left and to the right of the barcode.
|
to the left and to the right of the barcode.
|
||||||
|
|
||||||
The amount of vertical whitespace above and below the barcode can be altered
|
The amount of vertical whitespace above and below the barcode can be altered
|
||||||
using the --vwhitesp switch. For example for 3 times the X-dimension:
|
using the --vwhitesp switch, in integral multiples of the X-dimension. For
|
||||||
|
example for 3 times the X-dimension:
|
||||||
|
|
||||||
zint --vwhitesp=3 -d "This Text"
|
zint --vwhitesp=3 -d "This Text"
|
||||||
|
|
||||||
@ -1071,8 +1073,8 @@ symbol by corrupting a scan if the scanning beam strays off the top or bottom of
|
|||||||
the symbol. Zint can also put a border right around the symbol and its
|
the symbol. Zint can also put a border right around the symbol and its
|
||||||
horizontal whitespace with the --box option.
|
horizontal whitespace with the --box option.
|
||||||
|
|
||||||
The width of the boundary bars or box borders must be specified using the
|
The width of the boundary bars or box borders, in integral multiples of the
|
||||||
--border switch. For example:
|
X-dimension, must be specified using the --border switch. For example:
|
||||||
|
|
||||||
zint --box --border=10 -w 10 -d "This Text"
|
zint --box --border=10 -w 10 -d "This Text"
|
||||||
|
|
||||||
@ -1158,34 +1160,42 @@ followed by the angle of rotation as shown below.
|
|||||||
|
|
||||||
[zint -d "This Text" --rotate=90]
|
[zint -d "This Text" --rotate=90]
|
||||||
|
|
||||||
4.9 Adjusting Image Size
|
4.9 Adjusting Image Size (X-dimension)
|
||||||
|
|
||||||
The scale of the image can be altered using the --scale option followed by a
|
The size of the image can be altered using the --scale option, which sets the
|
||||||
multiple of the default X-dimension. The scale is multiplied by 2 (with the
|
X-dimension. The scale is multiplied by 2 (with the exception of MaxiCode)
|
||||||
exception of MaxiCode) before being applied. The default scale is 1.
|
before being applied to the X-dimension. The default scale is 1.
|
||||||
|
|
||||||
For MaxiCode, the scale is multiplied by 10 for raster output, by 40 for EMF
|
For MaxiCode, the scale is multiplied by 10 for raster output, by 40 for EMF
|
||||||
vector output, and by 2 otherwise (non-EMF vector output).
|
vector output, and by 2 otherwise (non-EMF vector output).
|
||||||
|
|
||||||
For raster output, the default X-dimension is 2 pixels (except for MaxiCode, see
|
For non-Maxicode raster output, the default scale of 1 results in an X-dimension
|
||||||
4.9.3 MaxiCode Raster Scaling below). For example for PNG images a scale of 5
|
of 2 pixels. For example for non-Maxicode PNG images a scale of 5 will increase
|
||||||
will increase the X-dimension to 10 pixels. Scales for raster output should be
|
the X-dimension to 10 pixels. For Maxicode, see 4.9.3 MaxiCode Raster Scaling
|
||||||
given in increments of 0.5, i.e. 0.5, 1, 1.5, 2, 2.5, 3, 3.5, etc., to avoid the
|
below.
|
||||||
X-dimension varying across the symbol due to interpolation. 0.5 increments are
|
|
||||||
also faster to render.
|
|
||||||
|
|
||||||
The minimum scale for non-dotty raster output is 0.5, giving a minimum
|
Scales for non-Maxicode raster output should be given in increments of 0.5, i.e.
|
||||||
X-dimension of 1 pixel, and text will not be printed for scales less than 1. The
|
0.5, 1, 1.5, 2, 2.5, 3, 3.5, etc., to avoid the X-dimension varying across the
|
||||||
minimum scale for raster output in dotty mode is 1 (see 4.14 Working with Dots).
|
symbol due to interpolation. 0.5 increments are also faster to render.
|
||||||
|
|
||||||
The minimum scale for vector output is 0.1, giving a minimum X-dimension of 0.2.
|
The minimum scale for non-Maxicode raster output in non-dotty mode is 0.5,
|
||||||
|
giving a minimum X-dimension of 1 pixel. The minimum scale for raster output in
|
||||||
|
dotty mode is 1 (see 4.15 Working with Dots). For raster output, text will not
|
||||||
|
be printed for scales less than 1.
|
||||||
|
|
||||||
|
The minimum scale for vector output is 0.1, giving a minimum X-dimension of 0.2
|
||||||
|
(or for Maxicode EMF output, 4).
|
||||||
|
|
||||||
The maximum scale for both raster and vector is 200.
|
The maximum scale for both raster and vector is 200.
|
||||||
|
|
||||||
|
Using measurable units to specify the X-dimension is often more useful, as
|
||||||
|
discussed in the next section.
|
||||||
|
|
||||||
4.9.1 Scaling by X-dimension and Resolution
|
4.9.1 Scaling by X-dimension and Resolution
|
||||||
|
|
||||||
An alternative way to specify the scale which takes these details into account
|
An alternative way to specify the scale which takes the above details into
|
||||||
is to use the --scalexdimdp option, which has the format
|
account and uses measurable units is to use the --scalexdimdp option, which has
|
||||||
|
the format
|
||||||
|
|
||||||
--scalexdimdp=X[,R]
|
--scalexdimdp=X[,R]
|
||||||
|
|
||||||
@ -1236,9 +1246,35 @@ MaxiCode symbols have fixed size ranges of 24.82mm to 27.93mm in width, and
|
|||||||
|
|
||||||
zint -b MAXICODE -d "MaxiCode (19 chars)" --scalexdimdp=0,600dpi
|
zint -b MAXICODE -d "MaxiCode (19 chars)" --scalexdimdp=0,600dpi
|
||||||
|
|
||||||
4.10 Input Modes
|
4.10 Human Readable Text (HRT) Options
|
||||||
|
|
||||||
4.10.1 Unicode, Data, and GS1 Modes
|
For linear barcodes the text present in the output image can be removed by using
|
||||||
|
the --notext option. Note also that for raster output text will not be printed
|
||||||
|
for scales less than 1 (see 4.9 Adjusting Image Size (X-dimension)).
|
||||||
|
|
||||||
|
Text can be set to bold using the --bold option, or a smaller font can be
|
||||||
|
substituted using the --small option. The --bold and --small options can be used
|
||||||
|
together if required, but only for vector output.
|
||||||
|
|
||||||
|
[zint --bold -d "This Text" --small]
|
||||||
|
|
||||||
|
The gap between the barcode and the text can be adjusted using the --textgap
|
||||||
|
option, where the gap is given in X-dimensions (maximum 10X). A zero value uses
|
||||||
|
the default gap (1X). Note that a very small gap may cause accented texts to
|
||||||
|
overlap with the barcode:
|
||||||
|
|
||||||
|
[zint -d "Áccent" --textgap=0.1]
|
||||||
|
|
||||||
|
For SVG output, the font preferred by Zint (monospaced “OCR-B” for EAN/UPC,
|
||||||
|
“Arimo” - a proportional sans-serif font metrically compatible with “Arial” -
|
||||||
|
for all others) can be embedded in the file for portability using the
|
||||||
|
--embedfont option:
|
||||||
|
|
||||||
|
[zint -d "Áccent" --embedfont]
|
||||||
|
|
||||||
|
4.11 Input Modes
|
||||||
|
|
||||||
|
4.11.1 Unicode, Data, and GS1 Modes
|
||||||
|
|
||||||
By default all CLI input data is assumed to be encoded in UTF-8 format. Many
|
By default all CLI input data is assumed to be encoded in UTF-8 format. Many
|
||||||
barcode symbologies encode data using the Latin-1 (ISO/IEC 8859-1 plus ASCII)
|
barcode symbologies encode data using the Latin-1 (ISO/IEC 8859-1 plus ASCII)
|
||||||
@ -1277,7 +1313,7 @@ Latin-2 (ISO/IEC 8859-2 plus ASCII).
|
|||||||
If Zint encounters characters which can not be encoded using the default
|
If Zint encounters characters which can not be encoded using the default
|
||||||
character encoding then it will take advantage of the ECI (Extended Channel
|
character encoding then it will take advantage of the ECI (Extended Channel
|
||||||
Interpretations) mechanism to encode the data if the symbology supports it - see
|
Interpretations) mechanism to encode the data if the symbology supports it - see
|
||||||
4.10.2 Input Modes and ECI below.
|
4.11.2 Input Modes and ECI below.
|
||||||
|
|
||||||
GS1 data can be encoded in a number of symbologies. Application Identifiers
|
GS1 data can be encoded in a number of symbologies. Application Identifiers
|
||||||
(AIs) should be enclosed in [square brackets] followed by the data to be encoded
|
(AIs) should be enclosed in [square brackets] followed by the data to be encoded
|
||||||
@ -1308,7 +1344,7 @@ Symbols encoded with this option should be checked against decoders before they
|
|||||||
are used. The popular open-source ZXing decoder is known to exhibit this
|
are used. The popular open-source ZXing decoder is known to exhibit this
|
||||||
behaviour.
|
behaviour.
|
||||||
|
|
||||||
4.10.2 Input Modes and ECI
|
4.11.2 Input Modes and ECI
|
||||||
|
|
||||||
If your data contains characters that are not in the default character set, you
|
If your data contains characters that are not in the default character set, you
|
||||||
may encode it using an ECI-aware symbology and an ECI value from Table
|
may encode it using an ECI-aware symbology and an ECI value from Table
|
||||||
@ -1381,7 +1417,7 @@ insert the appropriate single-byte ECI if possible (ECIs 3 to 24, excluding ECI
|
|||||||
20), or failing that ECI 26 (UTF-8). A warning will be generated. This mechanism
|
20), or failing that ECI 26 (UTF-8). A warning will be generated. This mechanism
|
||||||
is not applied if the --binary option is given.
|
is not applied if the --binary option is given.
|
||||||
|
|
||||||
Multiple ECIs can be specified using the --segN options - see 4.15 Multiple
|
Multiple ECIs can be specified using the --segN options - see 4.16 Multiple
|
||||||
Segments.
|
Segments.
|
||||||
|
|
||||||
Note: the --eci=3 specification should only be used for special purposes. Using
|
Note: the --eci=3 specification should only be used for special purposes. Using
|
||||||
@ -1390,7 +1426,7 @@ Nevertheless, for ECI Code 3, this is not usually required, as this is the
|
|||||||
default encoding for most barcodes, which is also active without any ECI
|
default encoding for most barcodes, which is also active without any ECI
|
||||||
information.
|
information.
|
||||||
|
|
||||||
4.10.2.1 Input Modes and ECI Example 1
|
4.11.2.1 Input Modes and ECI Example 1
|
||||||
|
|
||||||
The Euro sign U+20AC can be encoded in ISO/IEC 8859-15. The Euro sign has the
|
The Euro sign U+20AC can be encoded in ISO/IEC 8859-15. The Euro sign has the
|
||||||
ISO/IEC 8859-15 codepoint hex "A4". It is encoded in UTF-8 as the hex sequence:
|
ISO/IEC 8859-15 codepoint hex "A4". It is encoded in UTF-8 as the hex sequence:
|
||||||
@ -1411,7 +1447,7 @@ and to the command:
|
|||||||
|
|
||||||
[zint -b DATAMATRIX --eci=17 -d "€"]
|
[zint -b DATAMATRIX --eci=17 -d "€"]
|
||||||
|
|
||||||
4.10.2.2 Input Modes and ECI Example 2
|
4.11.2.2 Input Modes and ECI Example 2
|
||||||
|
|
||||||
The Chinese character with the Unicode codepoint U+5E38 can be encoded in Big5
|
The Chinese character with the Unicode codepoint U+5E38 can be encoded in Big5
|
||||||
encoding. The Big5 representation of this character is the two hex bytes:
|
encoding. The Big5 representation of this character is the two hex bytes:
|
||||||
@ -1434,7 +1470,7 @@ and to the commands (no --binary switch so conversion occurs):
|
|||||||
|
|
||||||
[zint -b DATAMATRIX --eci=28 -d "\u5E38" --esc]
|
[zint -b DATAMATRIX --eci=28 -d "\u5E38" --esc]
|
||||||
|
|
||||||
4.10.2.3 Input Modes and ECI Example 3
|
4.11.2.3 Input Modes and ECI Example 3
|
||||||
|
|
||||||
Some decoders (in particular mobile app ones) for QR Code assume UTF-8 encoding
|
Some decoders (in particular mobile app ones) for QR Code assume UTF-8 encoding
|
||||||
by default and do not support ECI. In this case supply UTF-8 data and use the
|
by default and do not support ECI. In this case supply UTF-8 data and use the
|
||||||
@ -1444,7 +1480,7 @@ by default and do not support ECI. In this case supply UTF-8 data and use the
|
|||||||
|
|
||||||
[zint -b QRCODE --binary -d "\xE2\x82\xAC\xE5\xB8\xB8" --esc]
|
[zint -b QRCODE --binary -d "\xE2\x82\xAC\xE5\xB8\xB8" --esc]
|
||||||
|
|
||||||
4.11 Batch Processing
|
4.12 Batch Processing
|
||||||
|
|
||||||
Data can be batch processed by reading from a text file and producing a separate
|
Data can be batch processed by reading from a text file and producing a separate
|
||||||
barcode image for each line of text in that file. To do this use the --batch
|
barcode image for each line of text in that file. To do this use the --batch
|
||||||
@ -1500,10 +1536,10 @@ a large number of barcodes:
|
|||||||
|
|
||||||
: Table : Batch Directory Examples:
|
: Table : Batch Directory Examples:
|
||||||
|
|
||||||
For an alternative method of naming output files see the --mirror option in 4.13
|
For an alternative method of naming output files see the --mirror option in 4.14
|
||||||
Automatic Filenames below.
|
Automatic Filenames below.
|
||||||
|
|
||||||
4.12 Direct Output to stdout
|
4.13 Direct Output to stdout
|
||||||
|
|
||||||
The finished image files can be output directly to stdout for use as part of a
|
The finished image files can be output directly to stdout for use as part of a
|
||||||
pipe by using the --direct option. By default --direct will output data as a PNG
|
pipe by using the --direct option. By default --direct will output data as a PNG
|
||||||
@ -1523,7 +1559,7 @@ in a pipe can have unpredictable results. Use with care!
|
|||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
4.13 Automatic Filenames
|
4.14 Automatic Filenames
|
||||||
|
|
||||||
The --mirror option instructs Zint to use the data to be encoded as an indicator
|
The --mirror option instructs Zint to use the data to be encoded as an indicator
|
||||||
of the filename to be used. This is particularly useful if you are processing
|
of the filename to be used. This is particularly useful if you are processing
|
||||||
@ -1535,25 +1571,25 @@ so the filename may vary from the data if the data includes non-printable
|
|||||||
characters, for example, and may be shortened if the data input is long.
|
characters, for example, and may be shortened if the data input is long.
|
||||||
|
|
||||||
To set the output file format use the --filetype option as detailed above in
|
To set the output file format use the --filetype option as detailed above in
|
||||||
4.12 Direct Output to stdout. To output to a specific directory use the -o
|
4.13 Direct Output to stdout. To output to a specific directory use the -o
|
||||||
option giving the name of the directory (any filename will be ignored, unless
|
option giving the name of the directory (any filename will be ignored, unless
|
||||||
--filetype is not specified, in which case the filename’s extension will be
|
--filetype is not specified, in which case the filename’s extension will be
|
||||||
used).
|
used).
|
||||||
|
|
||||||
4.14 Working with Dots
|
4.15 Working with Dots
|
||||||
|
|
||||||
Matrix codes can be rendered as a series of dots or circles rather than the
|
Matrix codes can be rendered as a series of dots or circles rather than the
|
||||||
normal squares by using the --dotty option. This option is only available for
|
normal squares by using the --dotty option. This option is only available for
|
||||||
matrix symbologies, and is automatically selected for DotCode. The size of the
|
matrix symbologies, and is automatically selected for DotCode. The size of the
|
||||||
dots can be adjusted using the --dotsize option followed by the diameter of the
|
dots can be adjusted using the --dotsize option followed by the diameter of the
|
||||||
dot, where that diameter is given as a multiple of the X-dimension. The minimum
|
dot, where that diameter is in X-dimensions. The minimum dot size is 0.01, the
|
||||||
dot size is 0.01, the maximum is 20. The default size is 0.8.
|
maximum is 20. The default size is 0.8.
|
||||||
|
|
||||||
The default and minimum scale for raster output in dotty mode is 1.
|
The default and minimum scale for raster output in dotty mode is 1.
|
||||||
|
|
||||||
[zint -b CODEONE -d "123456789012345678" --dotty --vers=9]
|
[zint -b CODEONE -d "123456789012345678" --dotty --vers=9]
|
||||||
|
|
||||||
4.15 Multiple Segments
|
4.16 Multiple Segments
|
||||||
|
|
||||||
If you need to specify different ECIs for different sections of the input data,
|
If you need to specify different ECIs for different sections of the input data,
|
||||||
the --seg1 to --seg9 options can be used. Each option is of the form
|
the --seg1 to --seg9 options can be used. Each option is of the form
|
||||||
@ -1572,11 +1608,11 @@ Naturally the symbology must be ECI-aware (see Table : ECI-Aware Symbologies).
|
|||||||
[zint -b AZTEC --eci=9 -d "Κείμενο" --seg1=7,"Текст" --seg2=20,"文章"]
|
[zint -b AZTEC --eci=9 -d "Κείμενο" --seg1=7,"Текст" --seg2=20,"文章"]
|
||||||
|
|
||||||
ECIs of zero may be given, in which case Zint will automatically determine an
|
ECIs of zero may be given, in which case Zint will automatically determine an
|
||||||
ECI if necessary, as described in section 4.10.2 Input Modes and ECI.
|
ECI if necessary, as described in section 4.11.2 Input Modes and ECI.
|
||||||
|
|
||||||
Multiple segments are not currently supported for use with GS1 data.
|
Multiple segments are not currently supported for use with GS1 data.
|
||||||
|
|
||||||
4.16 Structured Append
|
4.17 Structured Append
|
||||||
|
|
||||||
Structured Append is a method of splitting data among several symbols so that
|
Structured Append is a method of splitting data among several symbols so that
|
||||||
they form a sequence that can be scanned and re-assembled in the correct order
|
they form a sequence that can be scanned and re-assembled in the correct order
|
||||||
@ -1597,31 +1633,6 @@ for all symbols belonging to the same sequence. The index is 1-based and goes
|
|||||||
from 1 to count. Count must be 2 or more. See the individual symbologies for
|
from 1 to count. Count must be 2 or more. See the individual symbologies for
|
||||||
further details.
|
further details.
|
||||||
|
|
||||||
4.17 Human Readable Text (HRT) Options
|
|
||||||
|
|
||||||
For linear barcodes the text present in the output image can be removed by using
|
|
||||||
the --notext option.
|
|
||||||
|
|
||||||
Text can be set to bold using the --bold option, or a smaller font can be
|
|
||||||
substituted using the --small option. The --bold and --small options can be used
|
|
||||||
together if required, but only for vector output.
|
|
||||||
|
|
||||||
[zint --bold -d "This Text" --small]
|
|
||||||
|
|
||||||
The gap between the barcode and the text can be adjusted using the --textgap
|
|
||||||
option, where the gap is given as a multiple of the X-dimension (maximum 10X). A
|
|
||||||
zero value uses the default gap (1X). Note that a very small gap may cause
|
|
||||||
accented texts to overlap with the barcode:
|
|
||||||
|
|
||||||
[zint -d "Áccent" --textgap=0.1]
|
|
||||||
|
|
||||||
For SVG output, the font preferred by Zint (monospaced “OCR-B” for EAN/UPC,
|
|
||||||
“Arimo” - a proportional sans-serif font metrically compatible with “Arial” -
|
|
||||||
for all others) can be embedded in the file for portability using the
|
|
||||||
--embedfont option:
|
|
||||||
|
|
||||||
[zint -d "Áccent" --embedfont]
|
|
||||||
|
|
||||||
4.18 Help Options
|
4.18 Help Options
|
||||||
|
|
||||||
There are three help options which give information about how to use the command
|
There are three help options which give information about how to use the command
|
||||||
@ -2667,11 +2678,11 @@ or using the API:
|
|||||||
|
|
||||||
[zint -b UPCA --compliantheight -d "72527270270+12345" --guardwhitespace]
|
[zint -b UPCA --compliantheight -d "72527270270+12345" --guardwhitespace]
|
||||||
|
|
||||||
You can adjust the gap between the main symbol and an add-on in multiples of the
|
You can adjust the gap between the main symbol and an add-on in integral
|
||||||
X-dimension by setting --addongap (API option_2) to a value between 9 (default)
|
multiples of the X-dimension by setting --addongap (API option_2) to a value
|
||||||
and 12. The height in X-dimensions that the guard bars descend below the main
|
between 9 (default) and 12. The height in X-dimensions that the guard bars
|
||||||
bars can be adjusted by setting --guarddescent (API guard_descent) to a value
|
descend below the main bars can be adjusted by setting --guarddescent (API
|
||||||
between 0 and 20 (default 5).
|
guard_descent) to a value between 0 and 20 (default 5).
|
||||||
|
|
||||||
6.1.3.2 UPC Version E
|
6.1.3.2 UPC Version E
|
||||||
|
|
||||||
@ -2701,11 +2712,11 @@ setting --guardwhitespace (API output_options |= EANUPC_GUARD_WHITESPACE):
|
|||||||
|
|
||||||
[zint -b UPCE --compliantheight -d "1123456+12" --guardwhitespace]
|
[zint -b UPCE --compliantheight -d "1123456+12" --guardwhitespace]
|
||||||
|
|
||||||
You can adjust the gap between the main symbol and an add-on in multiples of the
|
You can adjust the gap between the main symbol and an add-on in integral
|
||||||
X-dimension by setting --addongap (API option_2) to a value between 7 (default)
|
multiples of the X-dimension by setting --addongap (API option_2) to a value
|
||||||
and 12. The height in X-dimensions that the guard bars descend below the main
|
between 7 (default) and 12. The height in X-dimensions that the guard bars
|
||||||
bars can be adjusted by setting --guarddescent (API guard_descent) to a value
|
descend below the main bars can be adjusted by setting --guarddescent (API
|
||||||
between 0 and 20 (default 5).
|
guard_descent) to a value between 0 and 20 (default 5).
|
||||||
|
|
||||||
6.1.4 EAN (European Article Number) (ISO 15420)
|
6.1.4 EAN (European Article Number) (ISO 15420)
|
||||||
|
|
||||||
@ -3197,8 +3208,8 @@ use the option --notext (API show_hrt = 0).
|
|||||||
|
|
||||||
The stacked barcode rows can be separated by row separator bars by specifying
|
The stacked barcode rows can be separated by row separator bars by specifying
|
||||||
--bind (API output_options |= BARCODE_BIND). The height of the row separator
|
--bind (API output_options |= BARCODE_BIND). The height of the row separator
|
||||||
bars in multiples of the X-dimension (minimum and default 1, maximum 4) can be
|
bars in integral multiples of the X-dimension (minimum and default 1, maximum 4)
|
||||||
set by --separator (API option_3):
|
can be set by --separator (API option_3):
|
||||||
|
|
||||||
zint --bind --notext --separator=2 -d "This" -d "That"
|
zint --bind --notext --separator=2 -d "This" -d "That"
|
||||||
|
|
||||||
@ -3260,7 +3271,7 @@ input_mode |= FAST_MODE) may be used.
|
|||||||
|
|
||||||
PDF417 supports Structured Append of up to 99,999 symbols and an optional
|
PDF417 supports Structured Append of up to 99,999 symbols and an optional
|
||||||
numeric ID of up to 30 digits, which can be set by using the --structapp option
|
numeric ID of up to 30 digits, which can be set by using the --structapp option
|
||||||
(see 4.16 Structured Append) (API structapp). The ID consists of up to 10
|
(see 4.17 Structured Append) (API structapp). The ID consists of up to 10
|
||||||
triplets, each ranging from "000" to "899". For instance "123456789" would be a
|
triplets, each ranging from "000" to "899". For instance "123456789" would be a
|
||||||
valid ID of 3 triplets. However "123456900" would not, as the last triplet "900"
|
valid ID of 3 triplets. However "123456900" would not, as the last triplet "900"
|
||||||
exceeds "899". The triplets are 0-filled, for instance "1234" becomes "123004".
|
exceeds "899". The triplets are 0-filled, for instance "1234" becomes "123004".
|
||||||
@ -3715,7 +3726,7 @@ input_mode |= FAST_MODE) may be used.
|
|||||||
|
|
||||||
Data Matrix supports Structured Append of up to 16 symbols and a numeric ID
|
Data Matrix supports Structured Append of up to 16 symbols and a numeric ID
|
||||||
(file identifications), which can be set by using the --structapp option (see
|
(file identifications), which can be set by using the --structapp option (see
|
||||||
4.16 Structured Append) (API structapp). The ID consists of 2 numbers ID1 and
|
4.17 Structured Append) (API structapp). The ID consists of 2 numbers ID1 and
|
||||||
ID2, each of which can range from 1 to 254, and is specified as the single
|
ID2, each of which can range from 1 to 254, and is specified as the single
|
||||||
number ID1 * 1000 + ID2, so for instance ID1 "123" and ID2 "234" would be given
|
number ID1 * 1000 + ID2, so for instance ID1 "123" and ID2 "234" would be given
|
||||||
as "123234". Note that both ID1 and ID2 must be non-zero, so e.g. "123000" or
|
as "123234". Note that both ID1 and ID2 must be non-zero, so e.g. "123000" or
|
||||||
@ -3849,7 +3860,7 @@ automatically select a mask to reduce the number of masks to try to four (0, 2,
|
|||||||
4, 7).
|
4, 7).
|
||||||
|
|
||||||
QR Code supports Structured Append of up to 16 symbols and a numeric ID
|
QR Code supports Structured Append of up to 16 symbols and a numeric ID
|
||||||
(parity), which can be set by using the --structapp option (see 4.16 Structured
|
(parity), which can be set by using the --structapp option (see 4.17 Structured
|
||||||
Append) (API structapp). The parity ID ranges from 0 (default) to 255, and for
|
Append) (API structapp). The parity ID ranges from 0 (default) to 255, and for
|
||||||
full compliance should be set to the value obtained by XOR-ing together each
|
full compliance should be set to the value obtained by XOR-ing together each
|
||||||
byte of the complete data forming the sequence. Currently this calculation must
|
byte of the complete data forming the sequence. Currently this calculation must
|
||||||
@ -4083,7 +4094,7 @@ Example maximum data lengths are given in the table below:
|
|||||||
* - secondary only
|
* - secondary only
|
||||||
|
|
||||||
MaxiCode supports Structured Append of up to 8 symbols, which can be set by
|
MaxiCode supports Structured Append of up to 8 symbols, which can be set by
|
||||||
using the --structapp option (see 4.16 Structured Append) (API structapp). It
|
using the --structapp option (see 4.17 Structured Append) (API structapp). It
|
||||||
does not support specifying an ID.
|
does not support specifying an ID.
|
||||||
|
|
||||||
MaxiCode uses a different scaling than other symbols for raster output, see
|
MaxiCode uses a different scaling than other symbols for raster output, see
|
||||||
@ -4151,7 +4162,7 @@ Industry Barcode (HIBC) data.
|
|||||||
|
|
||||||
Aztec Code supports Structured Append of up to 26 symbols and an optional
|
Aztec Code supports Structured Append of up to 26 symbols and an optional
|
||||||
alphanumeric ID of up to 32 characters, which can be set by using the
|
alphanumeric ID of up to 32 characters, which can be set by using the
|
||||||
--structapp option (see 4.16 Structured Append) (API structapp). The ID cannot
|
--structapp option (see 4.17 Structured Append) (API structapp). The ID cannot
|
||||||
contain spaces. If an ID is not given, no ID is encoded.
|
contain spaces. If an ID is not given, no ID is encoded.
|
||||||
|
|
||||||
6.6.9 Aztec Runes (ISO 24778)
|
6.6.9 Aztec Runes (ISO 24778)
|
||||||
@ -4204,7 +4215,7 @@ Version S symbols can only encode numeric data. The width of version S and
|
|||||||
version T symbols is determined by the length of the input data.
|
version T symbols is determined by the length of the input data.
|
||||||
|
|
||||||
Code One supports Structured Append of up to 128 symbols, which can be set by
|
Code One supports Structured Append of up to 128 symbols, which can be set by
|
||||||
using the --structapp option (see 4.16 Structured Append) (API structapp). It
|
using the --structapp option (see 4.17 Structured Append) (API structapp). It
|
||||||
does not support specifying an ID. Structured Append is not supported with GS1
|
does not support specifying an ID. Structured Append is not supported with GS1
|
||||||
data nor for Version S symbols.
|
data nor for Version S symbols.
|
||||||
|
|
||||||
@ -4252,7 +4263,7 @@ option_3 = ZINT_FULL_MULTIBYTE), but check that your barcode reader supports
|
|||||||
this before using.
|
this before using.
|
||||||
|
|
||||||
Grid Matrix supports Structured Append of up to 16 symbols and a numeric ID
|
Grid Matrix supports Structured Append of up to 16 symbols and a numeric ID
|
||||||
(file signature), which can be set by using the --structapp option (see 4.16
|
(file signature), which can be set by using the --structapp option (see 4.17
|
||||||
Structured Append) (API structapp). The ID ranges from 0 (default) to 255.
|
Structured Append) (API structapp). The ID ranges from 0 (default) to 255.
|
||||||
|
|
||||||
6.6.12 DotCode
|
6.6.12 DotCode
|
||||||
@ -4276,7 +4287,7 @@ switch with values 0-7, where 4-7 denote 0’-3’, or in the API by setting
|
|||||||
option_3 = (N + 1) << 8 where N is 0-7.
|
option_3 = (N + 1) << 8 where N is 0-7.
|
||||||
|
|
||||||
DotCode supports Structured Append of up to 35 symbols, which can be set by
|
DotCode supports Structured Append of up to 35 symbols, which can be set by
|
||||||
using the --structapp option (see 4.16 Structured Append) (API structapp). It
|
using the --structapp option (see 4.17 Structured Append) (API structapp). It
|
||||||
does not support specifying an ID.
|
does not support specifying an ID.
|
||||||
|
|
||||||
6.6.13 Han Xin Code (ISO 20830)
|
6.6.13 Han Xin Code (ISO 20830)
|
||||||
@ -4380,7 +4391,7 @@ Revision 2 of Ultracode (2021) which swops and inverts the DCCU and DCCL tiles
|
|||||||
may be specified using --vers=2 (API option_2 = 2).
|
may be specified using --vers=2 (API option_2 = 2).
|
||||||
|
|
||||||
Ultracode supports Structured Append of up to 8 symbols and an optional numeric
|
Ultracode supports Structured Append of up to 8 symbols and an optional numeric
|
||||||
ID (File Number), which can be set by using the --structapp option (see 4.16
|
ID (File Number), which can be set by using the --structapp option (see 4.17
|
||||||
Structured Append) (API structapp). The ID ranges from 1 to 80088. If an ID is
|
Structured Append) (API structapp). The ID ranges from 1 to 80088. If an ID is
|
||||||
not given, no ID is encoded.
|
not given, no ID is encoded.
|
||||||
|
|
||||||
@ -4838,8 +4849,8 @@ OPTIONS
|
|||||||
|
|
||||||
--dotsize=NUMBER
|
--dotsize=NUMBER
|
||||||
|
|
||||||
Set the radius of the dots in dotty mode (--dotty). NUMBER is in multiples
|
Set the radius of the dots in dotty mode (--dotty). NUMBER is in
|
||||||
of the X-dimension, and may be floating-point. The default is 0.8.
|
X-dimensions, and may be floating-point. The default is 0.8.
|
||||||
|
|
||||||
--dotty
|
--dotty
|
||||||
|
|
||||||
@ -4944,8 +4955,7 @@ OPTIONS
|
|||||||
--guarddescent=NUMBER
|
--guarddescent=NUMBER
|
||||||
|
|
||||||
For EAN/UPC symbols, set the height the guard bars descend below the main
|
For EAN/UPC symbols, set the height the guard bars descend below the main
|
||||||
bars, where NUMBER is in multiples of the X-dimension. NUMBER may be
|
bars, where NUMBER is in X-dimensions. NUMBER may be floating-point.
|
||||||
floating-point.
|
|
||||||
|
|
||||||
--guardwhitespace
|
--guardwhitespace
|
||||||
|
|
||||||
@ -4954,8 +4964,7 @@ OPTIONS
|
|||||||
|
|
||||||
--height=NUMBER
|
--height=NUMBER
|
||||||
|
|
||||||
Set the height of the symbol in multiples of the X-dimension. NUMBER may be
|
Set the height of the symbol in X-dimensions. NUMBER may be floating-point.
|
||||||
floating-point.
|
|
||||||
|
|
||||||
--heightperrow
|
--heightperrow
|
||||||
|
|
||||||
@ -5131,8 +5140,8 @@ OPTIONS
|
|||||||
--textgap=NUMBER
|
--textgap=NUMBER
|
||||||
|
|
||||||
Adjust the gap between the barcode and the Human Readable Text (HRT). NUMBER
|
Adjust the gap between the barcode and the Human Readable Text (HRT). NUMBER
|
||||||
is in multiples of the X-dimension, and may be floating-point. Maximum is
|
is in X-dimensions, and may be floating-point. Maximum is 10; zero results
|
||||||
10; zero results in the default 1X being used.
|
in the default 1X being used.
|
||||||
|
|
||||||
--vers=INTEGER
|
--vers=INTEGER
|
||||||
|
|
||||||
|
4
docs/templates/styles.html
vendored
4
docs/templates/styles.html
vendored
@ -10,7 +10,7 @@ $if(linestretch)$
|
|||||||
line-height: $linestretch$;
|
line-height: $linestretch$;
|
||||||
$endif$
|
$endif$
|
||||||
color: $if(fontcolor)$$fontcolor$$else$#1a1a1a$endif$;
|
color: $if(fontcolor)$$fontcolor$$else$#1a1a1a$endif$;
|
||||||
background-color: $if(backgroundcolor)$$backgroundcolor$$else$#fdfdfd$endif$;
|
background-color: $if(backgroundcolor)$$backgroundcolor$$else$#ffffff$endif$;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@ -179,7 +179,7 @@ pre code {
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
div.sourceCode {
|
div.sourceCode {
|
||||||
background-color: #f5f5f5;
|
background-color: #f7f7f7;
|
||||||
padding: 0.3em 0;
|
padding: 0.3em 0;
|
||||||
}
|
}
|
||||||
aside.footnotes {
|
aside.footnotes {
|
||||||
|
10
docs/zint.1
10
docs/zint.1
@ -141,8 +141,7 @@ sizes when considering automatic sizes.
|
|||||||
.TP
|
.TP
|
||||||
\f[V]--dotsize=NUMBER\f[R]
|
\f[V]--dotsize=NUMBER\f[R]
|
||||||
Set the radius of the dots in dotty mode (\f[V]--dotty\f[R]).
|
Set the radius of the dots in dotty mode (\f[V]--dotty\f[R]).
|
||||||
\f[I]NUMBER\f[R] is in multiples of the X-dimension, and may be
|
\f[I]NUMBER\f[R] is in X-dimensions, and may be floating-point.
|
||||||
floating-point.
|
|
||||||
The default is 0.8.
|
The default is 0.8.
|
||||||
.TP
|
.TP
|
||||||
\f[V]--dotty\f[R]
|
\f[V]--dotty\f[R]
|
||||||
@ -249,7 +248,7 @@ separator instead of \f[V]FNC1\f[R].
|
|||||||
.TP
|
.TP
|
||||||
\f[V]--guarddescent=NUMBER\f[R]
|
\f[V]--guarddescent=NUMBER\f[R]
|
||||||
For EAN/UPC symbols, set the height the guard bars descend below the
|
For EAN/UPC symbols, set the height the guard bars descend below the
|
||||||
main bars, where \f[I]NUMBER\f[R] is in multiples of the X-dimension.
|
main bars, where \f[I]NUMBER\f[R] is in X-dimensions.
|
||||||
\f[I]NUMBER\f[R] may be floating-point.
|
\f[I]NUMBER\f[R] may be floating-point.
|
||||||
.TP
|
.TP
|
||||||
\f[V]--guardwhitespace\f[R]
|
\f[V]--guardwhitespace\f[R]
|
||||||
@ -257,7 +256,7 @@ For EAN/UPC symbols, add quiet zone indicators \f[V]\[dq]<\[dq]\f[R]
|
|||||||
and/or \f[V]\[dq]>\[dq]\f[R] to HRT where applicable.
|
and/or \f[V]\[dq]>\[dq]\f[R] to HRT where applicable.
|
||||||
.TP
|
.TP
|
||||||
\f[V]--height=NUMBER\f[R]
|
\f[V]--height=NUMBER\f[R]
|
||||||
Set the height of the symbol in multiples of the X-dimension.
|
Set the height of the symbol in X-dimensions.
|
||||||
\f[I]NUMBER\f[R] may be floating-point.
|
\f[I]NUMBER\f[R] may be floating-point.
|
||||||
.TP
|
.TP
|
||||||
\f[V]--heightperrow\f[R]
|
\f[V]--heightperrow\f[R]
|
||||||
@ -456,8 +455,7 @@ The numbers or names can be used with \f[V]-b\f[R] |
|
|||||||
.TP
|
.TP
|
||||||
\f[V]--textgap=NUMBER\f[R]
|
\f[V]--textgap=NUMBER\f[R]
|
||||||
Adjust the gap between the barcode and the Human Readable Text (HRT).
|
Adjust the gap between the barcode and the Human Readable Text (HRT).
|
||||||
\f[I]NUMBER\f[R] is in multiples of the X-dimension, and may be
|
\f[I]NUMBER\f[R] is in X-dimensions, and may be floating-point.
|
||||||
floating-point.
|
|
||||||
Maximum is 10; zero results in the default 1X being used.
|
Maximum is 10; zero results in the default 1X being used.
|
||||||
.TP
|
.TP
|
||||||
\f[V]--vers=INTEGER\f[R]
|
\f[V]--vers=INTEGER\f[R]
|
||||||
|
@ -112,8 +112,8 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
|
|||||||
|
|
||||||
`--dotsize=NUMBER`
|
`--dotsize=NUMBER`
|
||||||
|
|
||||||
: Set the radius of the dots in dotty mode (`--dotty`). *NUMBER* is in multiples of the X-dimension, and may be
|
: Set the radius of the dots in dotty mode (`--dotty`). *NUMBER* is in X-dimensions, and may be floating-point. The
|
||||||
floating-point. The default is 0.8.
|
default is 0.8.
|
||||||
|
|
||||||
`--dotty`
|
`--dotty`
|
||||||
|
|
||||||
@ -209,8 +209,8 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
|
|||||||
|
|
||||||
`--guarddescent=NUMBER`
|
`--guarddescent=NUMBER`
|
||||||
|
|
||||||
: For EAN/UPC symbols, set the height the guard bars descend below the main bars, where *NUMBER* is in multiples of
|
: For EAN/UPC symbols, set the height the guard bars descend below the main bars, where *NUMBER* is in X-dimensions.
|
||||||
the X-dimension. *NUMBER* may be floating-point.
|
*NUMBER* may be floating-point.
|
||||||
|
|
||||||
`--guardwhitespace`
|
`--guardwhitespace`
|
||||||
|
|
||||||
@ -218,7 +218,7 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
|
|||||||
|
|
||||||
`--height=NUMBER`
|
`--height=NUMBER`
|
||||||
|
|
||||||
: Set the height of the symbol in multiples of the X-dimension. *NUMBER* may be floating-point.
|
: Set the height of the symbol in X-dimensions. *NUMBER* may be floating-point.
|
||||||
|
|
||||||
`--heightperrow`
|
`--heightperrow`
|
||||||
|
|
||||||
@ -376,8 +376,8 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
|
|||||||
|
|
||||||
`--textgap=NUMBER`
|
`--textgap=NUMBER`
|
||||||
|
|
||||||
: Adjust the gap between the barcode and the Human Readable Text (HRT). *NUMBER* is in multiples of the X-dimension,
|
: Adjust the gap between the barcode and the Human Readable Text (HRT). *NUMBER* is in X-dimensions, and may be
|
||||||
and may be floating-point. Maximum is 10; zero results in the default 1X being used.
|
floating-point. Maximum is 10; zero results in the default 1X being used.
|
||||||
|
|
||||||
`--vers=INTEGER`
|
`--vers=INTEGER`
|
||||||
|
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
how to :
|
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
cmake ..
|
|
||||||
make [-j nr_proc+1]
|
|
||||||
make install
|
|
Loading…
Reference in New Issue
Block a user