source: trunk/gsdl/etc/packages/rtftohtml/mac.sym@ 2596

Last change on this file since 2596 was 2593, checked in by jrm21, 23 years ago

renamed files,adding code page support back in.

  • Property svn:keywords set to Author Date Id Revision
File size: 3.4 KB
Line 
1# RTF Macintosh character set (\mac) Symbol font map
2
3# Field 1 is the standard character name which the character value in
4# field 2 maps onto. (It doesn't mean "to produce the character in field 1,
5# use the value in field 2.)
6
7# The character value may be given either as a single character (which will be
8# converted to the ASCII value of the character), or in numeric format, either
9# in decimal or 0xyy as hex yy. Single or double quotes may be used to quote
10# characters.
11
12# characters in ASCII range (00-127)
13
14formula 0x06
15nobrkhyphen 0x1e
16opthyphen 0x1f
17
18space " "
19exclam !
20universal '"'
21mathnumbersign #
22existential $
23percent %
24ampersand &
25suchthat "'"
26parenleft (
27parenright )
28mathasterisk *
29mathplus +
30comma ,
31mathminus -
32period .
33slash /
34zero 0
35one 1
36two 2
37three 3
38four 4
39five 5
40six 6
41seven 7
42eight 8
43nine 9
44colon :
45semicolon ;
46less <
47mathequal =
48greater >
49question ?
50congruent @
51Alpha A
52Beta B
53Chi C
54Delta D
55Epsilon E
56Phi F
57Gamma G
58Eta H
59Iota I
60# J J
61Kappa K
62Lambda L
63Mu M
64Nu N
65Omicron O
66Pi P
67Theta Q
68Rho R
69Sigma S
70Tau T
71Upsilon U
72varsigma V
73Omega W
74Xi X
75Psi Y
76Zeta Z
77bracketleft [
78backslash \
79bracketright ]
80asciicircum ^
81underscore _
82quoteleft "`"
83alpha a
84beta b
85chi c
86delta d
87epsilon e
88phi f
89gamma g
90eta h
91iota i
92# j j
93kappa k
94lambda l
95mu m
96nu n
97omicron o
98pi p
99theta q
100rho r
101sigma s
102tau t
103upsilon u
104# xxx v
105omega w
106xi x
107psi y
108zeta z
109braceleft {
110bar |
111braceright }
112mathtilde ~
113
114# non-ASCII characters (128-255)
115
116# Adieresis 0x80
117# Aring 0x81
118# Ccedilla 0x82
119# Eacute 0x83
120# Ntilde 0x84
121# Odieresis 0x85
122# Udieresis 0x86
123# aacute 0x87
124# agrave 0x88
125# acircumflex 0x89
126# adieresis 0x8a
127# atilde 0x8b
128# aring 0x8c
129# ccedilla 0x8d
130# eacute 0x8e
131# egrave 0x8f
132# ecircumflex 0x90
133# edieresis 0x91
134# iacute 0x92
135# igrave 0x93
136# icircumflex 0x94
137# idieresis 0x95
138# ntilde 0x96
139# oacute 0x97
140# ograve 0x98
141# ocircumflex 0x99
142# odieresis 0x9a
143# otilde 0x9b
144# uacute 0x9c
145# ugrave 0x9d
146# ucircumflex 0x9e
147# udieresis 0x9f
148# dagger 0xa0
149# degree 0xa1
150minute 0xa2
151lessequal 0xa3
152fraction 0xa4
153infinity 0xa5
154florin 0xa6
155club 0xa7
156diamond 0xa8
157heart 0xa9
158spade 0xaa
159arrowboth 0xab
160arrowleft 0xac
161arrowup 0xad
162arrowright 0xae
163arrowdown 0xaf
164degree 0xb0
165plusminus 0xb1
166second 0xb2
167greaterequal 0xb3
168multiply 0xb4
169proportional 0xb5
170partialdiff 0xb6
171bullet 0xb7
172divide 0xb8
173notequal 0xb9
174equivalence 0xba
175approxequal 0xbb
176ellipsis 0xbc
177arrowvertex 0xbd
178arrowhorizex 0xbe
179carriagereturn 0xbf
180aleph 0xc0
181Ifraktur 0xc1
182Rfraktur 0xc2
183weierstrass 0xc3
184circlemultiply 0xc4
185circleplus 0xc5
186emptyset 0xc6
187intersection 0xc7
188union 0xc8
189propersuperset 0xc9
190reflexsuperset 0xca
191notsubset 0xcb
192propersubset 0xce
193reflexsubset 0xcf
194angle 0xd0
195gradient 0xd1
196registered 0xd2
197copyright 0xd3
198trademark 0xd4
199product 0xd5
200radical 0xd6
201periodcentered 0xd7
202logicalnot 0xd8
203logicaland 0xd9
204logicalor 0xda
205arrowdblboth 0xdb
206arrowdblleft 0xdc
207arrowdblup 0xdd
208arrowdblright 0xde
209arrowdbldown 0xdf
210lozenge 0xe0
211angleleft 0xe1
212registersans 0xe2
213copyrightsans 0xe3
214trademarksans 0xe4
215Sigma 0xe5
216# Ecircumflex 0xe6
217# Aacute 0xe7
218# Edieresis 0xe8
219# Egrave 0xe9
220# Iacute 0xea
221# Icircumflex 0xeb
222# Idieresis 0xec
223# Igrave 0xed
224# Oacute 0xee
225# Ocircumflex 0xef
226apple 0xf0
227angleright 0xf1
228# Uacute 0xf2
229# Ucircumflex 0xf3
230# Ugrave 0xf4
231# dotlessi 0xf5
232# circumflex 0xf6
233# tilde 0xf7
234# macron 0xf8
235# breve 0xf9
236# dotaccent 0xfa
237# ring 0xfb
238# cedilla 0xfc
239# hungarumlaut 0xfd
240# ogonek 0xfe
241# caron 0xff
Note: See TracBrowser for help on using the repository browser.