source: main/trunk/greenstone2/etc/packages/rtftohtm/pca.gen@ 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: 2.9 KB
Line 
1# RTF PC-A character set (\pca) general 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 (32-127)
13
14formula 0x06
15nobrkhyphen 0x1e
16opthyphen 0x1f
17
18space " "
19exclam !
20quotedbl '"'
21numbersign #
22dollar $
23percent %
24ampersand &
25quoteright "'"
26parenleft (
27parenright )
28asterisk *
29plus +
30comma ,
31hyphen -
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 <
47equal =
48greater >
49question ?
50at @
51A A
52B B
53C C
54D D
55E E
56F F
57G G
58H H
59I I
60J J
61K K
62L L
63M M
64N N
65O O
66P P
67Q Q
68R R
69S S
70T T
71U U
72V V
73W W
74X X
75Y Y
76Z Z
77bracketleft [
78backslash \
79bracketright ]
80asciicircum ^
81underscore _
82quoteleft "`"
83a a
84b b
85c c
86d d
87e e
88f f
89g g
90h h
91i i
92j j
93k k
94l l
95m m
96n n
97o o
98p p
99q q
100r r
101s s
102t t
103u u
104v v
105w w
106x x
107y y
108z z
109braceleft {
110bar |
111braceright }
112asciitilde ~
113
114# non-ASCII characters (128-255)
115
116
117Ccedilla 0x80
118udieresis 0x81
119eacute 0x82
120acircumflex 0x83
121adieresis 0x84
122agrave 0x85
123aring 0x86
124ccedilla 0x87
125ecircumflex 0x88
126edieresis 0x89
127egrave 0x8a
128idieresis 0x8b
129icircumflex 0x8c
130igrave 0x8d
131Adieresis 0x8e
132Aring 0x8f
133Eacute 0x90
134ae 0x91
135AE 0x92
136ocircumflex 0x93
137odieresis 0x94
138ograve 0x95
139ucircumflex 0x96
140ugrave 0x97
141ydieresis 0x98
142Odieresis 0x99
143Udieresis 0x9a
144oslash 0x9b
145sterling 0x9c
146Oslash 0x9d
147# ??? 0x9e
148florin 0x9f
149aacute 0xa0
150iacute 0xa1
151oacute 0xa2
152uacute 0xa3
153ntilde 0xa4
154Ntilde 0xa5
155ordfeminine 0xa6
156ordmasculine 0xa7
157questiondown 0xa8
158registered 0xa9
159logicalnot 0xaa
160# ??? 0xab
161# ??? 0xac
162exclamdown 0xad
163guillemotleft 0xae
164guillemotright 0xaf
165# ??? 0xb0
166# ??? 0xb1
167# ??? 0xb2
168# ??? 0xb3
169# ??? 0xb4
170# ??? 0xb5
171# ??? 0xb6
172Agrave 0xb7
173copyright 0xb8
174# ??? 0xb9
175# ??? 0xba
176# ??? 0xbb
177# ??? 0xbc
178cent 0xbd
179yen 0xbe
180# ??? 0xbf
181# ??? 0xc0
182# ??? 0xc1
183# ??? 0xc2
184# ??? 0xc3
185# ??? 0xc4
186# ??? 0xc5
187atilde 0xc6
188Atilde 0xc7
189# ??? 0xc8
190# ??? 0xc9
191# ??? 0xca
192# ??? 0xcb
193# ??? 0xcc
194# ??? 0xcd
195# ??? 0xce
196# ??? 0xcf
197partialdiff 0xd0
198# ??? 0xd1
199# ??? 0xd2
200# ??? 0xd3
201# ??? 0xd4
202# ??? 0xd5
203# ??? 0xd6
204# ??? 0xd7
205# ??? 0xd8
206# ??? 0xd9
207# ??? 0xda
208# ??? 0xdb
209# ??? 0xdc
210# ??? 0xdd
211# ??? 0xde
212# ??? 0xdf
213# ??? 0xe0
214germandbls 0xe1
215# ??? 0xe2
216# ??? 0xe3
217otilde 0xe4
218Otilde 0xe5
219mu 0xe6
220# ??? 0xe7
221# ??? 0xe8
222# ??? 0xe9
223# ??? 0xea
224# ??? 0xeb
225# ??? 0xec
226# ??? 0xed
227# ??? 0xee
228acute 0xef
229endash 0xf0
230plusminus 0xf1
231equal 0xf2
232# ??? 0xf3
233paragraph 0xf4
234section 0xf5
235divide 0xf6
236# ??? 0xf7
237degree 0xf8
238dieresis 0xf9
239bullet 0xfa
240# ??? 0xfb
241# ??? 0xfc
242# ??? 0xfd
243# ??? 0xfe
244nobrkspace 0xff
Note: See TracBrowser for help on using the repository browser.