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