1*91e1e26aSAlexander Pyhalov# 2*91e1e26aSAlexander Pyhalov# CDDL HEADER START 3*91e1e26aSAlexander Pyhalov# 4*91e1e26aSAlexander Pyhalov# The contents of this file are subject to the terms of the 5*91e1e26aSAlexander Pyhalov# Common Development and Distribution License (the "License"). 6*91e1e26aSAlexander Pyhalov# You may not use this file except in compliance with the License. 7*91e1e26aSAlexander Pyhalov# 8*91e1e26aSAlexander Pyhalov# You can obtain a copy of the license at src/OPENSOLARIS.LICENSE 9*91e1e26aSAlexander Pyhalov# or http://www.opensolaris.org/os/licensing. 10*91e1e26aSAlexander Pyhalov# See the License for the specific language governing permissions 11*91e1e26aSAlexander Pyhalov# and limitations under the License. 12*91e1e26aSAlexander Pyhalov# 13*91e1e26aSAlexander Pyhalov# When distributing Covered Code, include this CDDL HEADER in each 14*91e1e26aSAlexander Pyhalov# file and include the License file at src/OPENSOLARIS.LICENSE. 15*91e1e26aSAlexander Pyhalov# If applicable, add the following below this CDDL HEADER, with the 16*91e1e26aSAlexander Pyhalov# fields enclosed by brackets "[]" replaced with your own identifying 17*91e1e26aSAlexander Pyhalov# information: Portions Copyright [yyyy] [name of copyright owner] 18*91e1e26aSAlexander Pyhalov# 19*91e1e26aSAlexander Pyhalov# CDDL HEADER END 20*91e1e26aSAlexander Pyhalov# 21*91e1e26aSAlexander Pyhalov# 22*91e1e26aSAlexander Pyhalov# Name: ISO/IEC 8859-13:1998 to Unicode 23*91e1e26aSAlexander Pyhalov# Unicode version: 3.0 24*91e1e26aSAlexander Pyhalov# Table version: 1.0 25*91e1e26aSAlexander Pyhalov# Table format: Format A 26*91e1e26aSAlexander Pyhalov# Date: 1999 July 27 27*91e1e26aSAlexander Pyhalov# Authors: Ken Whistler <kenw@sybase.com> 28*91e1e26aSAlexander Pyhalov# 29*91e1e26aSAlexander Pyhalov# 30*91e1e26aSAlexander Pyhalov# Copyright (c) 1991-2005 Unicode, Inc. All rights reserved. Distributed 31*91e1e26aSAlexander Pyhalov# under the Terms of Use in http://www.unicode.org/copyright.html. 32*91e1e26aSAlexander Pyhalov# 33*91e1e26aSAlexander Pyhalov# 34*91e1e26aSAlexander Pyhalov# General notes: 35*91e1e26aSAlexander Pyhalov# 36*91e1e26aSAlexander Pyhalov# This table contains the data the Unicode Consortium has on how 37*91e1e26aSAlexander Pyhalov# ISO/IEC 8859-13:1998 characters map into Unicode. 38*91e1e26aSAlexander Pyhalov# 39*91e1e26aSAlexander Pyhalov# Format: Three tab-separated columns 40*91e1e26aSAlexander Pyhalov# Column #1 is the ISO/IEC 8859-13 code (in hex as 0xXX) 41*91e1e26aSAlexander Pyhalov# Column #2 is the Unicode (in hex as 0xXXXX) 42*91e1e26aSAlexander Pyhalov# Column #3 the Unicode name (follows a comment sign, '#') 43*91e1e26aSAlexander Pyhalov# 44*91e1e26aSAlexander Pyhalov# The entries are in ISO/IEC 8859-13 order. 45*91e1e26aSAlexander Pyhalov# 46*91e1e26aSAlexander Pyhalov# Updated versions of this file may be found in: 47*91e1e26aSAlexander Pyhalov# <ftp://ftp.unicode.org/Public/MAPPINGS/> 48*91e1e26aSAlexander Pyhalov# 49*91e1e26aSAlexander Pyhalov# Any comments or problems, contact <errata@unicode.org> 50*91e1e26aSAlexander Pyhalov# Please note that <errata@unicode.org> is an archival address; 51*91e1e26aSAlexander Pyhalov# notices will be checked, but do not expect an immediate response. 52*91e1e26aSAlexander Pyhalov# 53*91e1e26aSAlexander Pyhalov0x00 0x0000 # NULL 54*91e1e26aSAlexander Pyhalov0x01 0x0001 # START OF HEADING 55*91e1e26aSAlexander Pyhalov0x02 0x0002 # START OF TEXT 56*91e1e26aSAlexander Pyhalov0x03 0x0003 # END OF TEXT 57*91e1e26aSAlexander Pyhalov0x04 0x0004 # END OF TRANSMISSION 58*91e1e26aSAlexander Pyhalov0x05 0x0005 # ENQUIRY 59*91e1e26aSAlexander Pyhalov0x06 0x0006 # ACKNOWLEDGE 60*91e1e26aSAlexander Pyhalov0x07 0x0007 # BELL 61*91e1e26aSAlexander Pyhalov0x08 0x0008 # BACKSPACE 62*91e1e26aSAlexander Pyhalov0x09 0x0009 # HORIZONTAL TABULATION 63*91e1e26aSAlexander Pyhalov0x0A 0x000A # LINE FEED 64*91e1e26aSAlexander Pyhalov0x0B 0x000B # VERTICAL TABULATION 65*91e1e26aSAlexander Pyhalov0x0C 0x000C # FORM FEED 66*91e1e26aSAlexander Pyhalov0x0D 0x000D # CARRIAGE RETURN 67*91e1e26aSAlexander Pyhalov0x0E 0x000E # SHIFT OUT 68*91e1e26aSAlexander Pyhalov0x0F 0x000F # SHIFT IN 69*91e1e26aSAlexander Pyhalov0x10 0x0010 # DATA LINK ESCAPE 70*91e1e26aSAlexander Pyhalov0x11 0x0011 # DEVICE CONTROL ONE 71*91e1e26aSAlexander Pyhalov0x12 0x0012 # DEVICE CONTROL TWO 72*91e1e26aSAlexander Pyhalov0x13 0x0013 # DEVICE CONTROL THREE 73*91e1e26aSAlexander Pyhalov0x14 0x0014 # DEVICE CONTROL FOUR 74*91e1e26aSAlexander Pyhalov0x15 0x0015 # NEGATIVE ACKNOWLEDGE 75*91e1e26aSAlexander Pyhalov0x16 0x0016 # SYNCHRONOUS IDLE 76*91e1e26aSAlexander Pyhalov0x17 0x0017 # END OF TRANSMISSION BLOCK 77*91e1e26aSAlexander Pyhalov0x18 0x0018 # CANCEL 78*91e1e26aSAlexander Pyhalov0x19 0x0019 # END OF MEDIUM 79*91e1e26aSAlexander Pyhalov0x1A 0x001A # SUBSTITUTE 80*91e1e26aSAlexander Pyhalov0x1B 0x001B # ESCAPE 81*91e1e26aSAlexander Pyhalov0x1C 0x001C # FILE SEPARATOR 82*91e1e26aSAlexander Pyhalov0x1D 0x001D # GROUP SEPARATOR 83*91e1e26aSAlexander Pyhalov0x1E 0x001E # RECORD SEPARATOR 84*91e1e26aSAlexander Pyhalov0x1F 0x001F # UNIT SEPARATOR 85*91e1e26aSAlexander Pyhalov0x20 0x0020 # SPACE 86*91e1e26aSAlexander Pyhalov0x21 0x0021 # EXCLAMATION MARK 87*91e1e26aSAlexander Pyhalov0x22 0x0022 # QUOTATION MARK 88*91e1e26aSAlexander Pyhalov0x23 0x0023 # NUMBER SIGN 89*91e1e26aSAlexander Pyhalov0x24 0x0024 # DOLLAR SIGN 90*91e1e26aSAlexander Pyhalov0x25 0x0025 # PERCENT SIGN 91*91e1e26aSAlexander Pyhalov0x26 0x0026 # AMPERSAND 92*91e1e26aSAlexander Pyhalov0x27 0x0027 # APOSTROPHE 93*91e1e26aSAlexander Pyhalov0x28 0x0028 # LEFT PARENTHESIS 94*91e1e26aSAlexander Pyhalov0x29 0x0029 # RIGHT PARENTHESIS 95*91e1e26aSAlexander Pyhalov0x2A 0x002A # ASTERISK 96*91e1e26aSAlexander Pyhalov0x2B 0x002B # PLUS SIGN 97*91e1e26aSAlexander Pyhalov0x2C 0x002C # COMMA 98*91e1e26aSAlexander Pyhalov0x2D 0x002D # HYPHEN-MINUS 99*91e1e26aSAlexander Pyhalov0x2E 0x002E # FULL STOP 100*91e1e26aSAlexander Pyhalov0x2F 0x002F # SOLIDUS 101*91e1e26aSAlexander Pyhalov0x30 0x0030 # DIGIT ZERO 102*91e1e26aSAlexander Pyhalov0x31 0x0031 # DIGIT ONE 103*91e1e26aSAlexander Pyhalov0x32 0x0032 # DIGIT TWO 104*91e1e26aSAlexander Pyhalov0x33 0x0033 # DIGIT THREE 105*91e1e26aSAlexander Pyhalov0x34 0x0034 # DIGIT FOUR 106*91e1e26aSAlexander Pyhalov0x35 0x0035 # DIGIT FIVE 107*91e1e26aSAlexander Pyhalov0x36 0x0036 # DIGIT SIX 108*91e1e26aSAlexander Pyhalov0x37 0x0037 # DIGIT SEVEN 109*91e1e26aSAlexander Pyhalov0x38 0x0038 # DIGIT EIGHT 110*91e1e26aSAlexander Pyhalov0x39 0x0039 # DIGIT NINE 111*91e1e26aSAlexander Pyhalov0x3A 0x003A # COLON 112*91e1e26aSAlexander Pyhalov0x3B 0x003B # SEMICOLON 113*91e1e26aSAlexander Pyhalov0x3C 0x003C # LESS-THAN SIGN 114*91e1e26aSAlexander Pyhalov0x3D 0x003D # EQUALS SIGN 115*91e1e26aSAlexander Pyhalov0x3E 0x003E # GREATER-THAN SIGN 116*91e1e26aSAlexander Pyhalov0x3F 0x003F # QUESTION MARK 117*91e1e26aSAlexander Pyhalov0x40 0x0040 # COMMERCIAL AT 118*91e1e26aSAlexander Pyhalov0x41 0x0041 # LATIN CAPITAL LETTER A 119*91e1e26aSAlexander Pyhalov0x42 0x0042 # LATIN CAPITAL LETTER B 120*91e1e26aSAlexander Pyhalov0x43 0x0043 # LATIN CAPITAL LETTER C 121*91e1e26aSAlexander Pyhalov0x44 0x0044 # LATIN CAPITAL LETTER D 122*91e1e26aSAlexander Pyhalov0x45 0x0045 # LATIN CAPITAL LETTER E 123*91e1e26aSAlexander Pyhalov0x46 0x0046 # LATIN CAPITAL LETTER F 124*91e1e26aSAlexander Pyhalov0x47 0x0047 # LATIN CAPITAL LETTER G 125*91e1e26aSAlexander Pyhalov0x48 0x0048 # LATIN CAPITAL LETTER H 126*91e1e26aSAlexander Pyhalov0x49 0x0049 # LATIN CAPITAL LETTER I 127*91e1e26aSAlexander Pyhalov0x4A 0x004A # LATIN CAPITAL LETTER J 128*91e1e26aSAlexander Pyhalov0x4B 0x004B # LATIN CAPITAL LETTER K 129*91e1e26aSAlexander Pyhalov0x4C 0x004C # LATIN CAPITAL LETTER L 130*91e1e26aSAlexander Pyhalov0x4D 0x004D # LATIN CAPITAL LETTER M 131*91e1e26aSAlexander Pyhalov0x4E 0x004E # LATIN CAPITAL LETTER N 132*91e1e26aSAlexander Pyhalov0x4F 0x004F # LATIN CAPITAL LETTER O 133*91e1e26aSAlexander Pyhalov0x50 0x0050 # LATIN CAPITAL LETTER P 134*91e1e26aSAlexander Pyhalov0x51 0x0051 # LATIN CAPITAL LETTER Q 135*91e1e26aSAlexander Pyhalov0x52 0x0052 # LATIN CAPITAL LETTER R 136*91e1e26aSAlexander Pyhalov0x53 0x0053 # LATIN CAPITAL LETTER S 137*91e1e26aSAlexander Pyhalov0x54 0x0054 # LATIN CAPITAL LETTER T 138*91e1e26aSAlexander Pyhalov0x55 0x0055 # LATIN CAPITAL LETTER U 139*91e1e26aSAlexander Pyhalov0x56 0x0056 # LATIN CAPITAL LETTER V 140*91e1e26aSAlexander Pyhalov0x57 0x0057 # LATIN CAPITAL LETTER W 141*91e1e26aSAlexander Pyhalov0x58 0x0058 # LATIN CAPITAL LETTER X 142*91e1e26aSAlexander Pyhalov0x59 0x0059 # LATIN CAPITAL LETTER Y 143*91e1e26aSAlexander Pyhalov0x5A 0x005A # LATIN CAPITAL LETTER Z 144*91e1e26aSAlexander Pyhalov0x5B 0x005B # LEFT SQUARE BRACKET 145*91e1e26aSAlexander Pyhalov0x5C 0x005C # REVERSE SOLIDUS 146*91e1e26aSAlexander Pyhalov0x5D 0x005D # RIGHT SQUARE BRACKET 147*91e1e26aSAlexander Pyhalov0x5E 0x005E # CIRCUMFLEX ACCENT 148*91e1e26aSAlexander Pyhalov0x5F 0x005F # LOW LINE 149*91e1e26aSAlexander Pyhalov0x60 0x0060 # GRAVE ACCENT 150*91e1e26aSAlexander Pyhalov0x61 0x0061 # LATIN SMALL LETTER A 151*91e1e26aSAlexander Pyhalov0x62 0x0062 # LATIN SMALL LETTER B 152*91e1e26aSAlexander Pyhalov0x63 0x0063 # LATIN SMALL LETTER C 153*91e1e26aSAlexander Pyhalov0x64 0x0064 # LATIN SMALL LETTER D 154*91e1e26aSAlexander Pyhalov0x65 0x0065 # LATIN SMALL LETTER E 155*91e1e26aSAlexander Pyhalov0x66 0x0066 # LATIN SMALL LETTER F 156*91e1e26aSAlexander Pyhalov0x67 0x0067 # LATIN SMALL LETTER G 157*91e1e26aSAlexander Pyhalov0x68 0x0068 # LATIN SMALL LETTER H 158*91e1e26aSAlexander Pyhalov0x69 0x0069 # LATIN SMALL LETTER I 159*91e1e26aSAlexander Pyhalov0x6A 0x006A # LATIN SMALL LETTER J 160*91e1e26aSAlexander Pyhalov0x6B 0x006B # LATIN SMALL LETTER K 161*91e1e26aSAlexander Pyhalov0x6C 0x006C # LATIN SMALL LETTER L 162*91e1e26aSAlexander Pyhalov0x6D 0x006D # LATIN SMALL LETTER M 163*91e1e26aSAlexander Pyhalov0x6E 0x006E # LATIN SMALL LETTER N 164*91e1e26aSAlexander Pyhalov0x6F 0x006F # LATIN SMALL LETTER O 165*91e1e26aSAlexander Pyhalov0x70 0x0070 # LATIN SMALL LETTER P 166*91e1e26aSAlexander Pyhalov0x71 0x0071 # LATIN SMALL LETTER Q 167*91e1e26aSAlexander Pyhalov0x72 0x0072 # LATIN SMALL LETTER R 168*91e1e26aSAlexander Pyhalov0x73 0x0073 # LATIN SMALL LETTER S 169*91e1e26aSAlexander Pyhalov0x74 0x0074 # LATIN SMALL LETTER T 170*91e1e26aSAlexander Pyhalov0x75 0x0075 # LATIN SMALL LETTER U 171*91e1e26aSAlexander Pyhalov0x76 0x0076 # LATIN SMALL LETTER V 172*91e1e26aSAlexander Pyhalov0x77 0x0077 # LATIN SMALL LETTER W 173*91e1e26aSAlexander Pyhalov0x78 0x0078 # LATIN SMALL LETTER X 174*91e1e26aSAlexander Pyhalov0x79 0x0079 # LATIN SMALL LETTER Y 175*91e1e26aSAlexander Pyhalov0x7A 0x007A # LATIN SMALL LETTER Z 176*91e1e26aSAlexander Pyhalov0x7B 0x007B # LEFT CURLY BRACKET 177*91e1e26aSAlexander Pyhalov0x7C 0x007C # VERTICAL LINE 178*91e1e26aSAlexander Pyhalov0x7D 0x007D # RIGHT CURLY BRACKET 179*91e1e26aSAlexander Pyhalov0x7E 0x007E # TILDE 180*91e1e26aSAlexander Pyhalov0x7F 0x007F # DELETE 181*91e1e26aSAlexander Pyhalov0x80 0x0080 # <control> 182*91e1e26aSAlexander Pyhalov0x81 0x0081 # <control> 183*91e1e26aSAlexander Pyhalov0x82 0x0082 # <control> 184*91e1e26aSAlexander Pyhalov0x83 0x0083 # <control> 185*91e1e26aSAlexander Pyhalov0x84 0x0084 # <control> 186*91e1e26aSAlexander Pyhalov0x85 0x0085 # <control> 187*91e1e26aSAlexander Pyhalov0x86 0x0086 # <control> 188*91e1e26aSAlexander Pyhalov0x87 0x0087 # <control> 189*91e1e26aSAlexander Pyhalov0x88 0x0088 # <control> 190*91e1e26aSAlexander Pyhalov0x89 0x0089 # <control> 191*91e1e26aSAlexander Pyhalov0x8A 0x008A # <control> 192*91e1e26aSAlexander Pyhalov0x8B 0x008B # <control> 193*91e1e26aSAlexander Pyhalov0x8C 0x008C # <control> 194*91e1e26aSAlexander Pyhalov0x8D 0x008D # <control> 195*91e1e26aSAlexander Pyhalov0x8E 0x008E # <control> 196*91e1e26aSAlexander Pyhalov0x8F 0x008F # <control> 197*91e1e26aSAlexander Pyhalov0x90 0x0090 # <control> 198*91e1e26aSAlexander Pyhalov0x91 0x0091 # <control> 199*91e1e26aSAlexander Pyhalov0x92 0x0092 # <control> 200*91e1e26aSAlexander Pyhalov0x93 0x0093 # <control> 201*91e1e26aSAlexander Pyhalov0x94 0x0094 # <control> 202*91e1e26aSAlexander Pyhalov0x95 0x0095 # <control> 203*91e1e26aSAlexander Pyhalov0x96 0x0096 # <control> 204*91e1e26aSAlexander Pyhalov0x97 0x0097 # <control> 205*91e1e26aSAlexander Pyhalov0x98 0x0098 # <control> 206*91e1e26aSAlexander Pyhalov0x99 0x0099 # <control> 207*91e1e26aSAlexander Pyhalov0x9A 0x009A # <control> 208*91e1e26aSAlexander Pyhalov0x9B 0x009B # <control> 209*91e1e26aSAlexander Pyhalov0x9C 0x009C # <control> 210*91e1e26aSAlexander Pyhalov0x9D 0x009D # <control> 211*91e1e26aSAlexander Pyhalov0x9E 0x009E # <control> 212*91e1e26aSAlexander Pyhalov0x9F 0x009F # <control> 213*91e1e26aSAlexander Pyhalov0xA0 0x00A0 # NO-BREAK SPACE 214*91e1e26aSAlexander Pyhalov0xA1 0x201D # RIGHT DOUBLE QUOTATION MARK 215*91e1e26aSAlexander Pyhalov0xA2 0x00A2 # CENT SIGN 216*91e1e26aSAlexander Pyhalov0xA3 0x00A3 # POUND SIGN 217*91e1e26aSAlexander Pyhalov0xA4 0x00A4 # CURRENCY SIGN 218*91e1e26aSAlexander Pyhalov0xA5 0x201E # DOUBLE LOW-9 QUOTATION MARK 219*91e1e26aSAlexander Pyhalov0xA6 0x00A6 # BROKEN BAR 220*91e1e26aSAlexander Pyhalov0xA7 0x00A7 # SECTION SIGN 221*91e1e26aSAlexander Pyhalov0xA8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE 222*91e1e26aSAlexander Pyhalov0xA9 0x00A9 # COPYRIGHT SIGN 223*91e1e26aSAlexander Pyhalov0xAA 0x0156 # LATIN CAPITAL LETTER R WITH CEDILLA 224*91e1e26aSAlexander Pyhalov0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 225*91e1e26aSAlexander Pyhalov0xAC 0x00AC # NOT SIGN 226*91e1e26aSAlexander Pyhalov0xAD 0x00AD # SOFT HYPHEN 227*91e1e26aSAlexander Pyhalov0xAE 0x00AE # REGISTERED SIGN 228*91e1e26aSAlexander Pyhalov0xAF 0x00C6 # LATIN CAPITAL LETTER AE 229*91e1e26aSAlexander Pyhalov0xB0 0x00B0 # DEGREE SIGN 230*91e1e26aSAlexander Pyhalov0xB1 0x00B1 # PLUS-MINUS SIGN 231*91e1e26aSAlexander Pyhalov0xB2 0x00B2 # SUPERSCRIPT TWO 232*91e1e26aSAlexander Pyhalov0xB3 0x00B3 # SUPERSCRIPT THREE 233*91e1e26aSAlexander Pyhalov0xB4 0x201C # LEFT DOUBLE QUOTATION MARK 234*91e1e26aSAlexander Pyhalov0xB5 0x00B5 # MICRO SIGN 235*91e1e26aSAlexander Pyhalov0xB6 0x00B6 # PILCROW SIGN 236*91e1e26aSAlexander Pyhalov0xB7 0x00B7 # MIDDLE DOT 237*91e1e26aSAlexander Pyhalov0xB8 0x00F8 # LATIN SMALL LETTER O WITH STROKE 238*91e1e26aSAlexander Pyhalov0xB9 0x00B9 # SUPERSCRIPT ONE 239*91e1e26aSAlexander Pyhalov0xBA 0x0157 # LATIN SMALL LETTER R WITH CEDILLA 240*91e1e26aSAlexander Pyhalov0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK 241*91e1e26aSAlexander Pyhalov0xBC 0x00BC # VULGAR FRACTION ONE QUARTER 242*91e1e26aSAlexander Pyhalov0xBD 0x00BD # VULGAR FRACTION ONE HALF 243*91e1e26aSAlexander Pyhalov0xBE 0x00BE # VULGAR FRACTION THREE QUARTERS 244*91e1e26aSAlexander Pyhalov0xBF 0x00E6 # LATIN SMALL LETTER AE 245*91e1e26aSAlexander Pyhalov0xC0 0x0104 # LATIN CAPITAL LETTER A WITH OGONEK 246*91e1e26aSAlexander Pyhalov0xC1 0x012E # LATIN CAPITAL LETTER I WITH OGONEK 247*91e1e26aSAlexander Pyhalov0xC2 0x0100 # LATIN CAPITAL LETTER A WITH MACRON 248*91e1e26aSAlexander Pyhalov0xC3 0x0106 # LATIN CAPITAL LETTER C WITH ACUTE 249*91e1e26aSAlexander Pyhalov0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS 250*91e1e26aSAlexander Pyhalov0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE 251*91e1e26aSAlexander Pyhalov0xC6 0x0118 # LATIN CAPITAL LETTER E WITH OGONEK 252*91e1e26aSAlexander Pyhalov0xC7 0x0112 # LATIN CAPITAL LETTER E WITH MACRON 253*91e1e26aSAlexander Pyhalov0xC8 0x010C # LATIN CAPITAL LETTER C WITH CARON 254*91e1e26aSAlexander Pyhalov0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE 255*91e1e26aSAlexander Pyhalov0xCA 0x0179 # LATIN CAPITAL LETTER Z WITH ACUTE 256*91e1e26aSAlexander Pyhalov0xCB 0x0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE 257*91e1e26aSAlexander Pyhalov0xCC 0x0122 # LATIN CAPITAL LETTER G WITH CEDILLA 258*91e1e26aSAlexander Pyhalov0xCD 0x0136 # LATIN CAPITAL LETTER K WITH CEDILLA 259*91e1e26aSAlexander Pyhalov0xCE 0x012A # LATIN CAPITAL LETTER I WITH MACRON 260*91e1e26aSAlexander Pyhalov0xCF 0x013B # LATIN CAPITAL LETTER L WITH CEDILLA 261*91e1e26aSAlexander Pyhalov0xD0 0x0160 # LATIN CAPITAL LETTER S WITH CARON 262*91e1e26aSAlexander Pyhalov0xD1 0x0143 # LATIN CAPITAL LETTER N WITH ACUTE 263*91e1e26aSAlexander Pyhalov0xD2 0x0145 # LATIN CAPITAL LETTER N WITH CEDILLA 264*91e1e26aSAlexander Pyhalov0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE 265*91e1e26aSAlexander Pyhalov0xD4 0x014C # LATIN CAPITAL LETTER O WITH MACRON 266*91e1e26aSAlexander Pyhalov0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE 267*91e1e26aSAlexander Pyhalov0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS 268*91e1e26aSAlexander Pyhalov0xD7 0x00D7 # MULTIPLICATION SIGN 269*91e1e26aSAlexander Pyhalov0xD8 0x0172 # LATIN CAPITAL LETTER U WITH OGONEK 270*91e1e26aSAlexander Pyhalov0xD9 0x0141 # LATIN CAPITAL LETTER L WITH STROKE 271*91e1e26aSAlexander Pyhalov0xDA 0x015A # LATIN CAPITAL LETTER S WITH ACUTE 272*91e1e26aSAlexander Pyhalov0xDB 0x016A # LATIN CAPITAL LETTER U WITH MACRON 273*91e1e26aSAlexander Pyhalov0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS 274*91e1e26aSAlexander Pyhalov0xDD 0x017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE 275*91e1e26aSAlexander Pyhalov0xDE 0x017D # LATIN CAPITAL LETTER Z WITH CARON 276*91e1e26aSAlexander Pyhalov0xDF 0x00DF # LATIN SMALL LETTER SHARP S (German) 277*91e1e26aSAlexander Pyhalov0xE0 0x0105 # LATIN SMALL LETTER A WITH OGONEK 278*91e1e26aSAlexander Pyhalov0xE1 0x012F # LATIN SMALL LETTER I WITH OGONEK 279*91e1e26aSAlexander Pyhalov0xE2 0x0101 # LATIN SMALL LETTER A WITH MACRON 280*91e1e26aSAlexander Pyhalov0xE3 0x0107 # LATIN SMALL LETTER C WITH ACUTE 281*91e1e26aSAlexander Pyhalov0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS 282*91e1e26aSAlexander Pyhalov0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE 283*91e1e26aSAlexander Pyhalov0xE6 0x0119 # LATIN SMALL LETTER E WITH OGONEK 284*91e1e26aSAlexander Pyhalov0xE7 0x0113 # LATIN SMALL LETTER E WITH MACRON 285*91e1e26aSAlexander Pyhalov0xE8 0x010D # LATIN SMALL LETTER C WITH CARON 286*91e1e26aSAlexander Pyhalov0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE 287*91e1e26aSAlexander Pyhalov0xEA 0x017A # LATIN SMALL LETTER Z WITH ACUTE 288*91e1e26aSAlexander Pyhalov0xEB 0x0117 # LATIN SMALL LETTER E WITH DOT ABOVE 289*91e1e26aSAlexander Pyhalov0xEC 0x0123 # LATIN SMALL LETTER G WITH CEDILLA 290*91e1e26aSAlexander Pyhalov0xED 0x0137 # LATIN SMALL LETTER K WITH CEDILLA 291*91e1e26aSAlexander Pyhalov0xEE 0x012B # LATIN SMALL LETTER I WITH MACRON 292*91e1e26aSAlexander Pyhalov0xEF 0x013C # LATIN SMALL LETTER L WITH CEDILLA 293*91e1e26aSAlexander Pyhalov0xF0 0x0161 # LATIN SMALL LETTER S WITH CARON 294*91e1e26aSAlexander Pyhalov0xF1 0x0144 # LATIN SMALL LETTER N WITH ACUTE 295*91e1e26aSAlexander Pyhalov0xF2 0x0146 # LATIN SMALL LETTER N WITH CEDILLA 296*91e1e26aSAlexander Pyhalov0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE 297*91e1e26aSAlexander Pyhalov0xF4 0x014D # LATIN SMALL LETTER O WITH MACRON 298*91e1e26aSAlexander Pyhalov0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE 299*91e1e26aSAlexander Pyhalov0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS 300*91e1e26aSAlexander Pyhalov0xF7 0x00F7 # DIVISION SIGN 301*91e1e26aSAlexander Pyhalov0xF8 0x0173 # LATIN SMALL LETTER U WITH OGONEK 302*91e1e26aSAlexander Pyhalov0xF9 0x0142 # LATIN SMALL LETTER L WITH STROKE 303*91e1e26aSAlexander Pyhalov0xFA 0x015B # LATIN SMALL LETTER S WITH ACUTE 304*91e1e26aSAlexander Pyhalov0xFB 0x016B # LATIN SMALL LETTER U WITH MACRON 305*91e1e26aSAlexander Pyhalov0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS 306*91e1e26aSAlexander Pyhalov0xFD 0x017C # LATIN SMALL LETTER Z WITH DOT ABOVE 307*91e1e26aSAlexander Pyhalov0xFE 0x017E # LATIN SMALL LETTER Z WITH CARON 308*91e1e26aSAlexander Pyhalov0xFF 0x2019 # RIGHT SINGLE QUOTATION MARK 309