1*6b5e5868SGarrett D'Amore# 2*6b5e5868SGarrett D'Amore# Name: ISO/IEC 8859-14:1998 to Unicode 3*6b5e5868SGarrett D'Amore# Unicode version: 3.0 4*6b5e5868SGarrett D'Amore# Table version: 1.0 5*6b5e5868SGarrett D'Amore# Table format: Format A 6*6b5e5868SGarrett D'Amore# Date: 1999 July 27 7*6b5e5868SGarrett D'Amore# Authors: Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/> 8*6b5e5868SGarrett D'Amore# Ken Whistler <kenw@sybase.com> 9*6b5e5868SGarrett D'Amore# 10*6b5e5868SGarrett D'Amore# Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved. 11*6b5e5868SGarrett D'Amore# 12*6b5e5868SGarrett D'Amore# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). 13*6b5e5868SGarrett D'Amore# No claims are made as to fitness for any particular purpose. No 14*6b5e5868SGarrett D'Amore# warranties of any kind are expressed or implied. The recipient 15*6b5e5868SGarrett D'Amore# agrees to determine applicability of information provided. If this 16*6b5e5868SGarrett D'Amore# file has been provided on optical media by Unicode, Inc., the sole 17*6b5e5868SGarrett D'Amore# remedy for any claim will be exchange of defective media within 90 18*6b5e5868SGarrett D'Amore# days of receipt. 19*6b5e5868SGarrett D'Amore# 20*6b5e5868SGarrett D'Amore# Unicode, Inc. hereby grants the right to freely use the information 21*6b5e5868SGarrett D'Amore# supplied in this file in the creation of products supporting the 22*6b5e5868SGarrett D'Amore# Unicode Standard, and to make copies of this file in any form for 23*6b5e5868SGarrett D'Amore# internal or external distribution as long as this notice remains 24*6b5e5868SGarrett D'Amore# attached. 25*6b5e5868SGarrett D'Amore# 26*6b5e5868SGarrett D'Amore# General notes: 27*6b5e5868SGarrett D'Amore# 28*6b5e5868SGarrett D'Amore# This table contains the data the Unicode Consortium has on how 29*6b5e5868SGarrett D'Amore# ISO/IEC 8859-14:1998 characters map into Unicode. 30*6b5e5868SGarrett D'Amore# 31*6b5e5868SGarrett D'Amore# Format: Three tab-separated columns 32*6b5e5868SGarrett D'Amore# Column #1 is the ISO/IEC 8859-14 code (in hex as 0xXX) 33*6b5e5868SGarrett D'Amore# Column #2 is the Unicode (in hex as 0xXXXX) 34*6b5e5868SGarrett D'Amore# Column #3 the Unicode name (follows a comment sign, '#') 35*6b5e5868SGarrett D'Amore# 36*6b5e5868SGarrett D'Amore# The entries are in ISO/IEC 8859-14 order. 37*6b5e5868SGarrett D'Amore# 38*6b5e5868SGarrett D'Amore# Updated versions of this file may be found in: 39*6b5e5868SGarrett D'Amore# <ftp://ftp.unicode.org/Public/MAPPINGS/> 40*6b5e5868SGarrett D'Amore# 41*6b5e5868SGarrett D'Amore# Any comments or problems, contact <errata@unicode.org> 42*6b5e5868SGarrett D'Amore# Please note that <errata@unicode.org> is an archival address; 43*6b5e5868SGarrett D'Amore# notices will be checked, but do not expect an immediate response. 44*6b5e5868SGarrett D'Amore# 45*6b5e5868SGarrett D'Amore0x00 0x0000 # NULL 46*6b5e5868SGarrett D'Amore0x01 0x0001 # START OF HEADING 47*6b5e5868SGarrett D'Amore0x02 0x0002 # START OF TEXT 48*6b5e5868SGarrett D'Amore0x03 0x0003 # END OF TEXT 49*6b5e5868SGarrett D'Amore0x04 0x0004 # END OF TRANSMISSION 50*6b5e5868SGarrett D'Amore0x05 0x0005 # ENQUIRY 51*6b5e5868SGarrett D'Amore0x06 0x0006 # ACKNOWLEDGE 52*6b5e5868SGarrett D'Amore0x07 0x0007 # BELL 53*6b5e5868SGarrett D'Amore0x08 0x0008 # BACKSPACE 54*6b5e5868SGarrett D'Amore0x09 0x0009 # HORIZONTAL TABULATION 55*6b5e5868SGarrett D'Amore0x0A 0x000A # LINE FEED 56*6b5e5868SGarrett D'Amore0x0B 0x000B # VERTICAL TABULATION 57*6b5e5868SGarrett D'Amore0x0C 0x000C # FORM FEED 58*6b5e5868SGarrett D'Amore0x0D 0x000D # CARRIAGE RETURN 59*6b5e5868SGarrett D'Amore0x0E 0x000E # SHIFT OUT 60*6b5e5868SGarrett D'Amore0x0F 0x000F # SHIFT IN 61*6b5e5868SGarrett D'Amore0x10 0x0010 # DATA LINK ESCAPE 62*6b5e5868SGarrett D'Amore0x11 0x0011 # DEVICE CONTROL ONE 63*6b5e5868SGarrett D'Amore0x12 0x0012 # DEVICE CONTROL TWO 64*6b5e5868SGarrett D'Amore0x13 0x0013 # DEVICE CONTROL THREE 65*6b5e5868SGarrett D'Amore0x14 0x0014 # DEVICE CONTROL FOUR 66*6b5e5868SGarrett D'Amore0x15 0x0015 # NEGATIVE ACKNOWLEDGE 67*6b5e5868SGarrett D'Amore0x16 0x0016 # SYNCHRONOUS IDLE 68*6b5e5868SGarrett D'Amore0x17 0x0017 # END OF TRANSMISSION BLOCK 69*6b5e5868SGarrett D'Amore0x18 0x0018 # CANCEL 70*6b5e5868SGarrett D'Amore0x19 0x0019 # END OF MEDIUM 71*6b5e5868SGarrett D'Amore0x1A 0x001A # SUBSTITUTE 72*6b5e5868SGarrett D'Amore0x1B 0x001B # ESCAPE 73*6b5e5868SGarrett D'Amore0x1C 0x001C # FILE SEPARATOR 74*6b5e5868SGarrett D'Amore0x1D 0x001D # GROUP SEPARATOR 75*6b5e5868SGarrett D'Amore0x1E 0x001E # RECORD SEPARATOR 76*6b5e5868SGarrett D'Amore0x1F 0x001F # UNIT SEPARATOR 77*6b5e5868SGarrett D'Amore0x20 0x0020 # SPACE 78*6b5e5868SGarrett D'Amore0x21 0x0021 # EXCLAMATION MARK 79*6b5e5868SGarrett D'Amore0x22 0x0022 # QUOTATION MARK 80*6b5e5868SGarrett D'Amore0x23 0x0023 # NUMBER SIGN 81*6b5e5868SGarrett D'Amore0x24 0x0024 # DOLLAR SIGN 82*6b5e5868SGarrett D'Amore0x25 0x0025 # PERCENT SIGN 83*6b5e5868SGarrett D'Amore0x26 0x0026 # AMPERSAND 84*6b5e5868SGarrett D'Amore0x27 0x0027 # APOSTROPHE 85*6b5e5868SGarrett D'Amore0x28 0x0028 # LEFT PARENTHESIS 86*6b5e5868SGarrett D'Amore0x29 0x0029 # RIGHT PARENTHESIS 87*6b5e5868SGarrett D'Amore0x2A 0x002A # ASTERISK 88*6b5e5868SGarrett D'Amore0x2B 0x002B # PLUS SIGN 89*6b5e5868SGarrett D'Amore0x2C 0x002C # COMMA 90*6b5e5868SGarrett D'Amore0x2D 0x002D # HYPHEN-MINUS 91*6b5e5868SGarrett D'Amore0x2E 0x002E # FULL STOP 92*6b5e5868SGarrett D'Amore0x2F 0x002F # SOLIDUS 93*6b5e5868SGarrett D'Amore0x30 0x0030 # DIGIT ZERO 94*6b5e5868SGarrett D'Amore0x31 0x0031 # DIGIT ONE 95*6b5e5868SGarrett D'Amore0x32 0x0032 # DIGIT TWO 96*6b5e5868SGarrett D'Amore0x33 0x0033 # DIGIT THREE 97*6b5e5868SGarrett D'Amore0x34 0x0034 # DIGIT FOUR 98*6b5e5868SGarrett D'Amore0x35 0x0035 # DIGIT FIVE 99*6b5e5868SGarrett D'Amore0x36 0x0036 # DIGIT SIX 100*6b5e5868SGarrett D'Amore0x37 0x0037 # DIGIT SEVEN 101*6b5e5868SGarrett D'Amore0x38 0x0038 # DIGIT EIGHT 102*6b5e5868SGarrett D'Amore0x39 0x0039 # DIGIT NINE 103*6b5e5868SGarrett D'Amore0x3A 0x003A # COLON 104*6b5e5868SGarrett D'Amore0x3B 0x003B # SEMICOLON 105*6b5e5868SGarrett D'Amore0x3C 0x003C # LESS-THAN SIGN 106*6b5e5868SGarrett D'Amore0x3D 0x003D # EQUALS SIGN 107*6b5e5868SGarrett D'Amore0x3E 0x003E # GREATER-THAN SIGN 108*6b5e5868SGarrett D'Amore0x3F 0x003F # QUESTION MARK 109*6b5e5868SGarrett D'Amore0x40 0x0040 # COMMERCIAL AT 110*6b5e5868SGarrett D'Amore0x41 0x0041 # LATIN CAPITAL LETTER A 111*6b5e5868SGarrett D'Amore0x42 0x0042 # LATIN CAPITAL LETTER B 112*6b5e5868SGarrett D'Amore0x43 0x0043 # LATIN CAPITAL LETTER C 113*6b5e5868SGarrett D'Amore0x44 0x0044 # LATIN CAPITAL LETTER D 114*6b5e5868SGarrett D'Amore0x45 0x0045 # LATIN CAPITAL LETTER E 115*6b5e5868SGarrett D'Amore0x46 0x0046 # LATIN CAPITAL LETTER F 116*6b5e5868SGarrett D'Amore0x47 0x0047 # LATIN CAPITAL LETTER G 117*6b5e5868SGarrett D'Amore0x48 0x0048 # LATIN CAPITAL LETTER H 118*6b5e5868SGarrett D'Amore0x49 0x0049 # LATIN CAPITAL LETTER I 119*6b5e5868SGarrett D'Amore0x4A 0x004A # LATIN CAPITAL LETTER J 120*6b5e5868SGarrett D'Amore0x4B 0x004B # LATIN CAPITAL LETTER K 121*6b5e5868SGarrett D'Amore0x4C 0x004C # LATIN CAPITAL LETTER L 122*6b5e5868SGarrett D'Amore0x4D 0x004D # LATIN CAPITAL LETTER M 123*6b5e5868SGarrett D'Amore0x4E 0x004E # LATIN CAPITAL LETTER N 124*6b5e5868SGarrett D'Amore0x4F 0x004F # LATIN CAPITAL LETTER O 125*6b5e5868SGarrett D'Amore0x50 0x0050 # LATIN CAPITAL LETTER P 126*6b5e5868SGarrett D'Amore0x51 0x0051 # LATIN CAPITAL LETTER Q 127*6b5e5868SGarrett D'Amore0x52 0x0052 # LATIN CAPITAL LETTER R 128*6b5e5868SGarrett D'Amore0x53 0x0053 # LATIN CAPITAL LETTER S 129*6b5e5868SGarrett D'Amore0x54 0x0054 # LATIN CAPITAL LETTER T 130*6b5e5868SGarrett D'Amore0x55 0x0055 # LATIN CAPITAL LETTER U 131*6b5e5868SGarrett D'Amore0x56 0x0056 # LATIN CAPITAL LETTER V 132*6b5e5868SGarrett D'Amore0x57 0x0057 # LATIN CAPITAL LETTER W 133*6b5e5868SGarrett D'Amore0x58 0x0058 # LATIN CAPITAL LETTER X 134*6b5e5868SGarrett D'Amore0x59 0x0059 # LATIN CAPITAL LETTER Y 135*6b5e5868SGarrett D'Amore0x5A 0x005A # LATIN CAPITAL LETTER Z 136*6b5e5868SGarrett D'Amore0x5B 0x005B # LEFT SQUARE BRACKET 137*6b5e5868SGarrett D'Amore0x5C 0x005C # REVERSE SOLIDUS 138*6b5e5868SGarrett D'Amore0x5D 0x005D # RIGHT SQUARE BRACKET 139*6b5e5868SGarrett D'Amore0x5E 0x005E # CIRCUMFLEX ACCENT 140*6b5e5868SGarrett D'Amore0x5F 0x005F # LOW LINE 141*6b5e5868SGarrett D'Amore0x60 0x0060 # GRAVE ACCENT 142*6b5e5868SGarrett D'Amore0x61 0x0061 # LATIN SMALL LETTER A 143*6b5e5868SGarrett D'Amore0x62 0x0062 # LATIN SMALL LETTER B 144*6b5e5868SGarrett D'Amore0x63 0x0063 # LATIN SMALL LETTER C 145*6b5e5868SGarrett D'Amore0x64 0x0064 # LATIN SMALL LETTER D 146*6b5e5868SGarrett D'Amore0x65 0x0065 # LATIN SMALL LETTER E 147*6b5e5868SGarrett D'Amore0x66 0x0066 # LATIN SMALL LETTER F 148*6b5e5868SGarrett D'Amore0x67 0x0067 # LATIN SMALL LETTER G 149*6b5e5868SGarrett D'Amore0x68 0x0068 # LATIN SMALL LETTER H 150*6b5e5868SGarrett D'Amore0x69 0x0069 # LATIN SMALL LETTER I 151*6b5e5868SGarrett D'Amore0x6A 0x006A # LATIN SMALL LETTER J 152*6b5e5868SGarrett D'Amore0x6B 0x006B # LATIN SMALL LETTER K 153*6b5e5868SGarrett D'Amore0x6C 0x006C # LATIN SMALL LETTER L 154*6b5e5868SGarrett D'Amore0x6D 0x006D # LATIN SMALL LETTER M 155*6b5e5868SGarrett D'Amore0x6E 0x006E # LATIN SMALL LETTER N 156*6b5e5868SGarrett D'Amore0x6F 0x006F # LATIN SMALL LETTER O 157*6b5e5868SGarrett D'Amore0x70 0x0070 # LATIN SMALL LETTER P 158*6b5e5868SGarrett D'Amore0x71 0x0071 # LATIN SMALL LETTER Q 159*6b5e5868SGarrett D'Amore0x72 0x0072 # LATIN SMALL LETTER R 160*6b5e5868SGarrett D'Amore0x73 0x0073 # LATIN SMALL LETTER S 161*6b5e5868SGarrett D'Amore0x74 0x0074 # LATIN SMALL LETTER T 162*6b5e5868SGarrett D'Amore0x75 0x0075 # LATIN SMALL LETTER U 163*6b5e5868SGarrett D'Amore0x76 0x0076 # LATIN SMALL LETTER V 164*6b5e5868SGarrett D'Amore0x77 0x0077 # LATIN SMALL LETTER W 165*6b5e5868SGarrett D'Amore0x78 0x0078 # LATIN SMALL LETTER X 166*6b5e5868SGarrett D'Amore0x79 0x0079 # LATIN SMALL LETTER Y 167*6b5e5868SGarrett D'Amore0x7A 0x007A # LATIN SMALL LETTER Z 168*6b5e5868SGarrett D'Amore0x7B 0x007B # LEFT CURLY BRACKET 169*6b5e5868SGarrett D'Amore0x7C 0x007C # VERTICAL LINE 170*6b5e5868SGarrett D'Amore0x7D 0x007D # RIGHT CURLY BRACKET 171*6b5e5868SGarrett D'Amore0x7E 0x007E # TILDE 172*6b5e5868SGarrett D'Amore0x7F 0x007F # DELETE 173*6b5e5868SGarrett D'Amore0x80 0x0080 # <control> 174*6b5e5868SGarrett D'Amore0x81 0x0081 # <control> 175*6b5e5868SGarrett D'Amore0x82 0x0082 # <control> 176*6b5e5868SGarrett D'Amore0x83 0x0083 # <control> 177*6b5e5868SGarrett D'Amore0x84 0x0084 # <control> 178*6b5e5868SGarrett D'Amore0x85 0x0085 # <control> 179*6b5e5868SGarrett D'Amore0x86 0x0086 # <control> 180*6b5e5868SGarrett D'Amore0x87 0x0087 # <control> 181*6b5e5868SGarrett D'Amore0x88 0x0088 # <control> 182*6b5e5868SGarrett D'Amore0x89 0x0089 # <control> 183*6b5e5868SGarrett D'Amore0x8A 0x008A # <control> 184*6b5e5868SGarrett D'Amore0x8B 0x008B # <control> 185*6b5e5868SGarrett D'Amore0x8C 0x008C # <control> 186*6b5e5868SGarrett D'Amore0x8D 0x008D # <control> 187*6b5e5868SGarrett D'Amore0x8E 0x008E # <control> 188*6b5e5868SGarrett D'Amore0x8F 0x008F # <control> 189*6b5e5868SGarrett D'Amore0x90 0x0090 # <control> 190*6b5e5868SGarrett D'Amore0x91 0x0091 # <control> 191*6b5e5868SGarrett D'Amore0x92 0x0092 # <control> 192*6b5e5868SGarrett D'Amore0x93 0x0093 # <control> 193*6b5e5868SGarrett D'Amore0x94 0x0094 # <control> 194*6b5e5868SGarrett D'Amore0x95 0x0095 # <control> 195*6b5e5868SGarrett D'Amore0x96 0x0096 # <control> 196*6b5e5868SGarrett D'Amore0x97 0x0097 # <control> 197*6b5e5868SGarrett D'Amore0x98 0x0098 # <control> 198*6b5e5868SGarrett D'Amore0x99 0x0099 # <control> 199*6b5e5868SGarrett D'Amore0x9A 0x009A # <control> 200*6b5e5868SGarrett D'Amore0x9B 0x009B # <control> 201*6b5e5868SGarrett D'Amore0x9C 0x009C # <control> 202*6b5e5868SGarrett D'Amore0x9D 0x009D # <control> 203*6b5e5868SGarrett D'Amore0x9E 0x009E # <control> 204*6b5e5868SGarrett D'Amore0x9F 0x009F # <control> 205*6b5e5868SGarrett D'Amore0xA0 0x00A0 # NO-BREAK SPACE 206*6b5e5868SGarrett D'Amore0xA1 0x1E02 # LATIN CAPITAL LETTER B WITH DOT ABOVE 207*6b5e5868SGarrett D'Amore0xA2 0x1E03 # LATIN SMALL LETTER B WITH DOT ABOVE 208*6b5e5868SGarrett D'Amore0xA3 0x00A3 # POUND SIGN 209*6b5e5868SGarrett D'Amore0xA4 0x010A # LATIN CAPITAL LETTER C WITH DOT ABOVE 210*6b5e5868SGarrett D'Amore0xA5 0x010B # LATIN SMALL LETTER C WITH DOT ABOVE 211*6b5e5868SGarrett D'Amore0xA6 0x1E0A # LATIN CAPITAL LETTER D WITH DOT ABOVE 212*6b5e5868SGarrett D'Amore0xA7 0x00A7 # SECTION SIGN 213*6b5e5868SGarrett D'Amore0xA8 0x1E80 # LATIN CAPITAL LETTER W WITH GRAVE 214*6b5e5868SGarrett D'Amore0xA9 0x00A9 # COPYRIGHT SIGN 215*6b5e5868SGarrett D'Amore0xAA 0x1E82 # LATIN CAPITAL LETTER W WITH ACUTE 216*6b5e5868SGarrett D'Amore0xAB 0x1E0B # LATIN SMALL LETTER D WITH DOT ABOVE 217*6b5e5868SGarrett D'Amore0xAC 0x1EF2 # LATIN CAPITAL LETTER Y WITH GRAVE 218*6b5e5868SGarrett D'Amore0xAD 0x00AD # SOFT HYPHEN 219*6b5e5868SGarrett D'Amore0xAE 0x00AE # REGISTERED SIGN 220*6b5e5868SGarrett D'Amore0xAF 0x0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS 221*6b5e5868SGarrett D'Amore0xB0 0x1E1E # LATIN CAPITAL LETTER F WITH DOT ABOVE 222*6b5e5868SGarrett D'Amore0xB1 0x1E1F # LATIN SMALL LETTER F WITH DOT ABOVE 223*6b5e5868SGarrett D'Amore0xB2 0x0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE 224*6b5e5868SGarrett D'Amore0xB3 0x0121 # LATIN SMALL LETTER G WITH DOT ABOVE 225*6b5e5868SGarrett D'Amore0xB4 0x1E40 # LATIN CAPITAL LETTER M WITH DOT ABOVE 226*6b5e5868SGarrett D'Amore0xB5 0x1E41 # LATIN SMALL LETTER M WITH DOT ABOVE 227*6b5e5868SGarrett D'Amore0xB6 0x00B6 # PILCROW SIGN 228*6b5e5868SGarrett D'Amore0xB7 0x1E56 # LATIN CAPITAL LETTER P WITH DOT ABOVE 229*6b5e5868SGarrett D'Amore0xB8 0x1E81 # LATIN SMALL LETTER W WITH GRAVE 230*6b5e5868SGarrett D'Amore0xB9 0x1E57 # LATIN SMALL LETTER P WITH DOT ABOVE 231*6b5e5868SGarrett D'Amore0xBA 0x1E83 # LATIN SMALL LETTER W WITH ACUTE 232*6b5e5868SGarrett D'Amore0xBB 0x1E60 # LATIN CAPITAL LETTER S WITH DOT ABOVE 233*6b5e5868SGarrett D'Amore0xBC 0x1EF3 # LATIN SMALL LETTER Y WITH GRAVE 234*6b5e5868SGarrett D'Amore0xBD 0x1E84 # LATIN CAPITAL LETTER W WITH DIAERESIS 235*6b5e5868SGarrett D'Amore0xBE 0x1E85 # LATIN SMALL LETTER W WITH DIAERESIS 236*6b5e5868SGarrett D'Amore0xBF 0x1E61 # LATIN SMALL LETTER S WITH DOT ABOVE 237*6b5e5868SGarrett D'Amore0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE 238*6b5e5868SGarrett D'Amore0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE 239*6b5e5868SGarrett D'Amore0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX 240*6b5e5868SGarrett D'Amore0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE 241*6b5e5868SGarrett D'Amore0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS 242*6b5e5868SGarrett D'Amore0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE 243*6b5e5868SGarrett D'Amore0xC6 0x00C6 # LATIN CAPITAL LETTER AE 244*6b5e5868SGarrett D'Amore0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA 245*6b5e5868SGarrett D'Amore0xC8 0x00C8 # LATIN CAPITAL LETTER E WITH GRAVE 246*6b5e5868SGarrett D'Amore0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE 247*6b5e5868SGarrett D'Amore0xCA 0x00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX 248*6b5e5868SGarrett D'Amore0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS 249*6b5e5868SGarrett D'Amore0xCC 0x00CC # LATIN CAPITAL LETTER I WITH GRAVE 250*6b5e5868SGarrett D'Amore0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE 251*6b5e5868SGarrett D'Amore0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX 252*6b5e5868SGarrett D'Amore0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS 253*6b5e5868SGarrett D'Amore0xD0 0x0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX 254*6b5e5868SGarrett D'Amore0xD1 0x00D1 # LATIN CAPITAL LETTER N WITH TILDE 255*6b5e5868SGarrett D'Amore0xD2 0x00D2 # LATIN CAPITAL LETTER O WITH GRAVE 256*6b5e5868SGarrett D'Amore0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE 257*6b5e5868SGarrett D'Amore0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX 258*6b5e5868SGarrett D'Amore0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE 259*6b5e5868SGarrett D'Amore0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS 260*6b5e5868SGarrett D'Amore0xD7 0x1E6A # LATIN CAPITAL LETTER T WITH DOT ABOVE 261*6b5e5868SGarrett D'Amore0xD8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE 262*6b5e5868SGarrett D'Amore0xD9 0x00D9 # LATIN CAPITAL LETTER U WITH GRAVE 263*6b5e5868SGarrett D'Amore0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE 264*6b5e5868SGarrett D'Amore0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX 265*6b5e5868SGarrett D'Amore0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS 266*6b5e5868SGarrett D'Amore0xDD 0x00DD # LATIN CAPITAL LETTER Y WITH ACUTE 267*6b5e5868SGarrett D'Amore0xDE 0x0176 # LATIN CAPITAL LETTER Y WITH CIRCUMFLEX 268*6b5e5868SGarrett D'Amore0xDF 0x00DF # LATIN SMALL LETTER SHARP S 269*6b5e5868SGarrett D'Amore0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE 270*6b5e5868SGarrett D'Amore0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE 271*6b5e5868SGarrett D'Amore0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX 272*6b5e5868SGarrett D'Amore0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE 273*6b5e5868SGarrett D'Amore0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS 274*6b5e5868SGarrett D'Amore0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE 275*6b5e5868SGarrett D'Amore0xE6 0x00E6 # LATIN SMALL LETTER AE 276*6b5e5868SGarrett D'Amore0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA 277*6b5e5868SGarrett D'Amore0xE8 0x00E8 # LATIN SMALL LETTER E WITH GRAVE 278*6b5e5868SGarrett D'Amore0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE 279*6b5e5868SGarrett D'Amore0xEA 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX 280*6b5e5868SGarrett D'Amore0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS 281*6b5e5868SGarrett D'Amore0xEC 0x00EC # LATIN SMALL LETTER I WITH GRAVE 282*6b5e5868SGarrett D'Amore0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE 283*6b5e5868SGarrett D'Amore0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX 284*6b5e5868SGarrett D'Amore0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS 285*6b5e5868SGarrett D'Amore0xF0 0x0175 # LATIN SMALL LETTER W WITH CIRCUMFLEX 286*6b5e5868SGarrett D'Amore0xF1 0x00F1 # LATIN SMALL LETTER N WITH TILDE 287*6b5e5868SGarrett D'Amore0xF2 0x00F2 # LATIN SMALL LETTER O WITH GRAVE 288*6b5e5868SGarrett D'Amore0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE 289*6b5e5868SGarrett D'Amore0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX 290*6b5e5868SGarrett D'Amore0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE 291*6b5e5868SGarrett D'Amore0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS 292*6b5e5868SGarrett D'Amore0xF7 0x1E6B # LATIN SMALL LETTER T WITH DOT ABOVE 293*6b5e5868SGarrett D'Amore0xF8 0x00F8 # LATIN SMALL LETTER O WITH STROKE 294*6b5e5868SGarrett D'Amore0xF9 0x00F9 # LATIN SMALL LETTER U WITH GRAVE 295*6b5e5868SGarrett D'Amore0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE 296*6b5e5868SGarrett D'Amore0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX 297*6b5e5868SGarrett D'Amore0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS 298*6b5e5868SGarrett D'Amore0xFD 0x00FD # LATIN SMALL LETTER Y WITH ACUTE 299*6b5e5868SGarrett D'Amore0xFE 0x0177 # LATIN SMALL LETTER Y WITH CIRCUMFLEX 300*6b5e5868SGarrett D'Amore0xFF 0x00FF # LATIN SMALL LETTER Y WITH DIAERESIS 301*6b5e5868SGarrett D'Amore 302