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