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_8.pm
CommitLineData
86530b38
AT
1##---------------------------------------------------------------------------##
2## File:
3## $Id: ISO8859_8.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-8.
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
27###############################################################################
28## Mapping arrays for characters to entity references
29###############################################################################
30
31package MHonArc::CharEnt::ISO8859_8;
32
33##---------------------------------------------------------------------------
34## ISO-8859-8: Hebrew
35##---------------------------------------------------------------------------
36## Note: There is no ISO entities for hebrew characters. ISOamso
37## defines a few characters, but they are for math purposes.
38## Some of the following are non-standard entity references.
39## 'ISOhbrw' is used as the entity defining the Hebrew entities.
40
41+{
42 #--------------------------------------------------------------------------
43 # Hex Code Entity Ref # ISO external entity and description
44 #--------------------------------------------------------------------------
45 0xA2, 'cent', # ISOnum : CENT SIGN
46 0xA3, 'pound', # ISOnum : POUND SIGN
47 0xA4, 'curren', # ISOnum : CURRENCY SIGN
48 0xA5, 'yen', # ISOnum : YEN SIGN
49 0xA6, 'brvbar', # ISOnum : BROKEN BAR
50 0xA7, 'sect', # ISOnum : SECTION SIGN
51 0xA8, 'die', # ISOdia : DIAERESIS
52 0xA9, 'copy', # ISOnum : COPYRIGHT SIGN
53 0xAA, 'times', # ISOnum : MULTIPLICATION SIGN
54 0xAB, 'laquo', # ISOnum : LEFT-POINTING DOUBLE ANGLE
55 # QUOTATION MARK
56 0xAC, 'not', # ISOnum : NOT SIGN
57 0xAD, 'shy', # ISOnum : SOFT HYPHEN
58 0xAE, 'reg', # ISOnum : REGISTERED SIGN
59 0xAF, 'macr', # ISOdia : OVERLINE (MACRON)
60 0xB0, 'deg', # ISOnum : DEGREE SIGN
61 0xB1, 'plusmn', # ISOnum : PLUS-MINUS SIGN
62 0xB2, 'sup2', # ISOnum : SUPERSCRIPT TWO
63 0xB3, 'sup3', # ISOnum : SUPERSCRIPT THREE
64 0xB4, 'acute', # ISOdia : ACUTE ACCENT
65 0xB5, 'micro', # ISOnum : MICRO SIGN
66 0xB6, 'para', # ISOnum : PILCROW SIGN
67 0xB7, 'middot', # ISOnum : MIDDLE DOT
68 0xB8, 'cedil', # ISOdia : CEDILLA
69 0xB9, 'sup1', # ISOnum : SUPERSCRIPT ONE
70 0xBA, 'divide', # ISOlat1: DIVISION SIGN
71 0xBB, 'raquo', # ISOnum : RIGHT-POINTING DOUBLE ANGLE
72 # QUOTATION MARK
73 0xBC, 'frac14', # ISOnum : VULGAR FRACTION ONE QUARTER
74 0xBD, 'frac12', # ISOnum : VULGAR FRACTION ONE HALF
75 0xBE, 'frac34', # ISOnum : VULGAR FRACTION THREE QUARTERS
76 0xDF, 'dlowbar', # ISOnum?: DOUBLE LOW LINE
77 0xE0, 'alef', # ISOhbrw: HEBREW LETTER ALEF
78 0xE1, 'bet', # ISOhbrw: HEBREW LETTER BET
79 0xE2, 'gimel', # ISOhbrw: HEBREW LETTER GIMEL
80 0xE3, 'dalet', # ISOhbrw: HEBREW LETTER DALET
81 0xE4, 'he', # ISOhbrw: HEBREW LETTER HE
82 0xE5, 'vav', # ISOhbrw: HEBREW LETTER VAV
83 0xE6, 'zayin', # ISOhbrw: HEBREW LETTER ZAYIN
84 0xE7, 'het', # ISOhbrw: HEBREW LETTER HET
85 0xE8, 'tet', # ISOhbrw: HEBREW LETTER TET
86 0xE9, 'yod', # ISOhbrw: HEBREW LETTER YOD
87 0xEA, 'fkaf', # ISOhbrw: HEBREW LETTER FINAL KAF
88 0xEB, 'kaf', # ISOhbrw: HEBREW LETTER KAF
89 0xEC, 'lamed', # ISOhbrw: HEBREW LETTER LAMED
90 0xED, 'fmem', # ISOhbrw: HEBREW LETTER FINAL MEM
91 0xEE, 'mem', # ISOhbrw: HEBREW LETTER MEM
92 0xEF, 'fnun', # ISOhbrw: HEBREW LETTER FINAL NUN
93 0xF0, 'nun', # ISOhbrw: HEBREW LETTER NUN
94 0xF1, 'samekh', # ISOhbrw: HEBREW LETTER SAMEKH
95 0xF2, 'ayin', # ISOhbrw: HEBREW LETTER AYIN
96 0xF3, 'fpe', # ISOhbrw: HEBREW LETTER FINAL PE
97 0xF4, 'pe', # ISOhbrw: HEBREW LETTER PE
98 0xF5, 'ftsadi', # ISOhbrw: HEBREW LETTER FINAL TSADI
99 0xF6, 'tsadi', # ISOhbrw: HEBREW LETTER TSADI
100 0xF7, 'qof', # ISOhbrw: HEBREW LETTER QOF
101 0xF8, 'resh', # ISOhbrw: HEBREW LETTER RESH
102 0xF9, 'shin', # ISOhbrw: HEBREW LETTER SHIN
103 0xFA, 'tav', # ISOhbrw: HEBREW LETTER TAV
104};