source: main/trunk/greenstone2/etc/packages/rtftohtm/pc.sym@ 30855

Last change on this file since 30855 was 2647, checked in by jrm21, 23 years ago

Need files and directories to be <= 8 letters long due to some dumb
operating system limitations...

  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1# RTF PC character set (\pc) 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
Note: See TracBrowser for help on using the repository browser.