Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / MHonArc / CharEnt / ISO8859_8R.pm
CommitLineData
86530b38
AT
1##---------------------------------------------------------------------------##
2## File:
3## $Id: ISO8859_8R.pm,v 1.1 2001/08/19 09:53:56 ehood Exp $
4## Author:
5## Earl Hood earl@earlhood.com
6## Description:
7## Mappings for ISO-8859-1.
8##---------------------------------------------------------------------------##
9## Copyright (C) 1997,2001 Earl Hood, earl@earlhood.com
10##
11## This program is free software; you can redistribute it and/or modify
12## it under the terms of the GNU General Public License as published by
13## the Free Software Foundation; either version 2 of the License, or
14## (at your option) any later version.
15##
16## This program is distributed in the hope that it will be useful,
17## but WITHOUT ANY WARRANTY; without even the implied warranty of
18## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19## GNU General Public License for more details.
20##
21## You should have received a copy of the GNU General Public License
22## along with this program; if not, write to the Free Software
23## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
24## 02111-1307, USA
25##---------------------------------------------------------------------------##
26
27package MHonArc::CharEnt::ISO8859_8R;
28
29##---------------------------------------------------------------------------
30## ISO-8859-8
31##---------------------------------------------------------------------------
32
33+{
34 #--------------------------------------------------------------------------
35 # Entity Hex Code # ISO external entity and description
36 #--------------------------------------------------------------------------
37 'cent' => 0xA2, # ISOnum : CENT SIGN
38 'pound' => 0xA3, # ISOnum : POUND SIGN
39 'curren' => 0xA4, # ISOnum : CURRENCY SIGN
40 'yen' => 0xA5, # ISOnum : YEN SIGN
41 'brvbar' => 0xA6, # ISOnum : BROKEN BAR
42 'sect' => 0xA7, # ISOnum : SECTION SIGN
43 'die' => 0xA8, # ISOdia : DIAERESIS
44 'copy' => 0xA9, # ISOnum : COPYRIGHT SIGN
45 'times' => 0xAA, # ISOnum : MULTIPLICATION SIGN
46 'laquo' => 0xAB, # ISOnum : LEFT-POINTING DOUBLE ANGLE
47 # QUOTATION MARK
48 'not' => 0xAC, # ISOnum : NOT SIGN
49 'shy' => 0xAD, # ISOnum : SOFT HYPHEN
50 'reg' => 0xAE, # ISOnum : REGISTERED SIGN
51 'macr' => 0xAF, # ISOdia : OVERLINE (MACRON)
52 'deg' => 0xB0, # ISOnum : DEGREE SIGN
53 'plusmn' => 0xB1, # ISOnum : PLUS-MINUS SIGN
54 'sup2' => 0xB2, # ISOnum : SUPERSCRIPT TWO
55 'sup3' => 0xB3, # ISOnum : SUPERSCRIPT THREE
56 'acute' => 0xB4, # ISOdia : ACUTE ACCENT
57 'micro' => 0xB5, # ISOnum : MICRO SIGN
58 'para' => 0xB6, # ISOnum : PILCROW SIGN
59 'middot' => 0xB7, # ISOnum : MIDDLE DOT
60 'cedil' => 0xB8, # ISOdia : CEDILLA
61 'sup1' => 0xB9, # ISOnum : SUPERSCRIPT ONE
62 'divide' => 0xBA, # ISOlat1: DIVISION SIGN
63 'raquo' => 0xBB, # ISOnum : RIGHT-POINTING DOUBLE ANGLE
64 # QUOTATION MARK
65 'frac14' => 0xBC, # ISOnum : VULGAR FRACTION ONE QUARTER
66 'frac12' => 0xBD, # ISOnum : VULGAR FRACTION ONE HALF
67 'half' => 0xBD, # ISOnum : VULGAR FRACTION ONE HALF
68 'frac34' => 0xBE, # ISOnum : VULGAR FRACTION THREE QUARTERS
69 'dlowbar' => 0xDF, # ISOnum?: DOUBLE LOW LINE
70 'alef' => 0xE0, # ISOhbrw: HEBREW LETTER ALEF
71 'bet' => 0xE1, # ISOhbrw: HEBREW LETTER BET
72 'gimel' => 0xE2, # ISOhbrw: HEBREW LETTER GIMEL
73 'dalet' => 0xE3, # ISOhbrw: HEBREW LETTER DALET
74 'he' => 0xE4, # ISOhbrw: HEBREW LETTER HE
75 'vav' => 0xE5, # ISOhbrw: HEBREW LETTER VAV
76 'zayin' => 0xE6, # ISOhbrw: HEBREW LETTER ZAYIN
77 'het' => 0xE7, # ISOhbrw: HEBREW LETTER HET
78 'tet' => 0xE8, # ISOhbrw: HEBREW LETTER TET
79 'yod' => 0xE9, # ISOhbrw: HEBREW LETTER YOD
80 'fkaf' => 0xEA, # ISOhbrw: HEBREW LETTER FINAL KAF
81 'kaf' => 0xEB, # ISOhbrw: HEBREW LETTER KAF
82 'lamed' => 0xEC, # ISOhbrw: HEBREW LETTER LAMED
83 'fmem' => 0xED, # ISOhbrw: HEBREW LETTER FINAL MEM
84 'mem' => 0xEE, # ISOhbrw: HEBREW LETTER MEM
85 'fnun' => 0xEF, # ISOhbrw: HEBREW LETTER FINAL NUN
86 'nun' => 0xF0, # ISOhbrw: HEBREW LETTER NUN
87 'samekh' => 0xF1, # ISOhbrw: HEBREW LETTER SAMEKH
88 'ayin' => 0xF2, # ISOhbrw: HEBREW LETTER AYIN
89 'fpe' => 0xF3, # ISOhbrw: HEBREW LETTER FINAL PE
90 'pe' => 0xF4, # ISOhbrw: HEBREW LETTER PE
91 'ftsadi' => 0xF5, # ISOhbrw: HEBREW LETTER FINAL TSADI
92 'tsadi' => 0xF6, # ISOhbrw: HEBREW LETTER TSADI
93 'qof' => 0xF7, # ISOhbrw: HEBREW LETTER QOF
94 'resh' => 0xF8, # ISOhbrw: HEBREW LETTER RESH
95 'shin' => 0xF9, # ISOhbrw: HEBREW LETTER SHIN
96 'tav' => 0xFA, # ISOhbrw: HEBREW LETTER TAV
97};