source: gsdl/tags/3.03/etc/packages/rtftohtm/pc.gen@ 18516

Last change on this file since 18516 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: 3.0 KB
Line 
1# RTF PC character set (\pc) 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
116Ccedilla 0x80
117udieresis 0x81
118eacute 0x82
119acircumflex 0x83
120adieresis 0x84
121agrave 0x85
122aring 0x86
123ccedilla 0x87
124ecircumflex 0x88
125edieresis 0x89
126egrave 0x8a
127idieresis 0x8b
128icircumflex 0x8c
129igrave 0x8d
130Adieresis 0x8e
131Aring 0x8f
132Eacute 0x90
133ae 0x91
134AE 0x92
135ocircumflex 0x93
136odieresis 0x94
137ograve 0x95
138ucircumflex 0x96
139ugrave 0x97
140ydieresis 0x98
141Odieresis 0x99
142Udieresis 0x9a
143cent 0x9b
144sterling 0x9c
145yen 0x9d
146ucircumflex 0x9e
147florin 0x9f
148aacute 0xa0
149iacute 0xa1
150oacute 0xa2
151uacute 0xa3
152ntilde 0xa4
153Ntilde 0xa5
154ordfeminine 0xa6
155ordmasculine 0xa7
156questiondown 0xa8
157copyright 0xa9
158trademark 0xaa
159acute 0xab
160dieresis 0xac
161exclamdown 0xad
162guillemotleft 0xae
163guillemotright 0xaf
164space 0xb0
165plusminus 0xb1
166lessequal 0xb2
167bar 0xb3
168yen 0xb4
169mu 0xb5
170partialdiff 0xb6
171Sigma 0xb7
172Pi 0xb8
173pi 0xb9
174integral 0xba
175ordfeminine 0xbb
176ordmasculine 0xbc
177Omega 0xbd
178ae 0xbe
179logicalnot 0xbf
180questiondown 0xc0
181exclamdown 0xc1
182logicalnot 0xc2
183radical 0xc3
184emdash 0xc4
185approxequal 0xc5
186delta 0xc6
187guillemotleft 0xc7
188guillemotright 0xc8
189ellipsis 0xc9
190nobrkspace 0xca
191Agrave 0xcb
192Atilde 0xcc
193Otilde 0xcd
194OE 0xce
195oe 0xcf
196endash 0xd0
197emdash 0xd1
198quotedblleft 0xd2
199quotedblright 0xd3
200quoteleft 0xd4
201quoteright 0xd5
202divide 0xd6
203lozenge 0xd7
204ydieresis 0xd8
205Ydieresis 0xd9
206fraction 0xda
207Ydieresis 0xdb
208guilsinglleft 0xdc
209greater 0xdd
210less 0xde
211fl 0xdf
212a 0xe0
213germandbls 0xe1
214quotesinglbase 0xe2
215pi 0xe3
216Sigma 0xe4
217Acircumflex 0xe5
218mu 0xe6
219Aacute 0xe7
220Edieresis 0xe8
221Egrave 0xe9
222Omega 0xea
223partialdiff 0xeb
224infinity 0xec
225oslash 0xed
226e 0xee
227Ocircumflex 0xef
228equal 0xf0
229plusminus 0xf1
230greaterequal 0xf2
231lessequal 0xf3
232integral 0xf4
233integral 0xf5
234divide 0xf6
235approxequal 0xf7
236degree 0xf8
237bullet 0xf9
238bullet 0xfa
239radical 0xfb
240cedilla 0xfc
241hungarumlaut 0xfd
242ogonek 0xfe
243nobrkspace 0xff
Note: See TracBrowser for help on using the repository browser.