source: trunk/gsdl/etc/packages/rtftohtml/mac.gen@ 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.1 KB
Line 
1# RTF Macintosh character set (\mac) 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 (00-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# ?? Ygrave 0x07
117# ?? yacute 0x08
118Adieresis 0x80
119Aring 0x81
120Ccedilla 0x82
121Eacute 0x83
122Ntilde 0x84
123Odieresis 0x85
124Udieresis 0x86
125aacute 0x87
126agrave 0x88
127acircumflex 0x89
128adieresis 0x8a
129atilde 0x8b
130aring 0x8c
131ccedilla 0x8d
132eacute 0x8e
133egrave 0x8f
134ecircumflex 0x90
135edieresis 0x91
136iacute 0x92
137igrave 0x93
138icircumflex 0x94
139idieresis 0x95
140ntilde 0x96
141oacute 0x97
142ograve 0x98
143ocircumflex 0x99
144odieresis 0x9a
145otilde 0x9b
146uacute 0x9c
147ugrave 0x9d
148ucircumflex 0x9e
149udieresis 0x9f
150dagger 0xa0
151degree 0xa1
152cent 0xa2
153sterling 0xa3
154section 0xa4
155bullet 0xa5
156paragraph 0xa6
157germandbls 0xa7
158registered 0xa8
159copyright 0xa9
160trademark 0xaa
161acute 0xab
162dieresis 0xac
163notequal 0xad
164AE 0xae
165Oslash 0xaf
166infinity 0xb0
167plusminus 0xb1
168lessequal 0xb2
169greaterequal 0xb3
170yen 0xb4
171mu 0xb5
172partialdiff 0xb6
173Sigma 0xb7
174Pi 0xb8
175pi 0xb9
176integral 0xba
177ordfeminine 0xbb
178ordmasculine 0xbc
179Omega 0xbd
180ae 0xbe
181oslash 0xbf
182questiondown 0xc0
183exclamdown 0xc1
184logicalnot 0xc2
185radical 0xc3
186florin 0xc4
187approxequal 0xc5
188Delta 0xc6
189guillemotleft 0xc7
190guillemotright 0xc8
191ellipsis 0xc9
192nobrkspace 0xca
193Agrave 0xcb
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
207currency 0xdb
208guilsinglleft 0xdc
209guilsinglright 0xdd
210fi 0xde
211fl 0xdf
212daggerdbl 0xe0
213periodcentered 0xe1
214quotesinglbase 0xe2
215quotedblbase 0xe3
216perthousand 0xe4
217Acircumflex 0xe5
218Ecircumflex 0xe6
219Aacute 0xe7
220Edieresis 0xe8
221Egrave 0xe9
222Iacute 0xea
223Icircumflex 0xeb
224Idieresis 0xec
225Igrave 0xed
226Oacute 0xee
227Ocircumflex 0xef
228apple 0xf0
229Ograve 0xf1
230Uacute 0xf2
231Ucircumflex 0xf3
232Ugrave 0xf4
233dotlessi 0xf5
234circumflex 0xf6
235tilde 0xf7
236macron 0xf8
237breve 0xf9
238dotaccent 0xfa
239ring 0xfb
240cedilla 0xfc
241hungarumlaut 0xfd
242ogonek 0xfe
243caron 0xff
Note: See TracBrowser for help on using the repository browser.