source: gsdl/trunk/etc/packages/rtftohtm/ansi.gen@ 16138

Last change on this file since 16138 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.8 KB
Line 
1# RTF ANSI character set (\ansi) general map
2# These are taken from the ISO-Latin-1 (ISO-8859-1) encodings, with
3# a few additions
4
5# Field 1 is the standard character name which the character value in
6# field 2 maps onto. (It doesn't mean "to produce the character in field 1,
7# use the value in field 2.)
8# jrm21 - ie, given the input in field 2, what name do we use for it?
9
10# The character value may be given either as a single character (which will be
11# converted to the ASCII value of the character), or in numeric format, either
12# in decimal or 0xyy as hex yy. Single or double quotes may be used to quote
13# characters.
14
15# characters in ASCII range (00-127)
16
17formula 0x06
18nobrkhyphen 0x1e
19opthyphen 0x1f
20
21space " "
22exclam !
23quotedbl '"'
24numbersign #
25dollar $
26percent %
27ampersand &
28quoteright "'"
29parenleft (
30parenright )
31asterisk *
32plus +
33comma ,
34hyphen -
35period .
36slash /
37zero 0
38one 1
39two 2
40three 3
41four 4
42five 5
43six 6
44seven 7
45eight 8
46nine 9
47colon :
48semicolon ;
49less <
50equal =
51greater >
52question ?
53at @
54A A
55B B
56C C
57D D
58E E
59F F
60G G
61H H
62I I
63J J
64K K
65L L
66M M
67N N
68O O
69P P
70Q Q
71R R
72S S
73T T
74U U
75V V
76W W
77X X
78Y Y
79Z Z
80bracketleft [
81backslash \
82bracketright ]
83asciicircum ^
84underscore _
85quoteleft "`"
86a a
87b b
88c c
89d d
90e e
91f f
92g g
93h h
94i i
95j j
96k k
97l l
98m m
99n n
100o o
101p p
102q q
103r r
104s s
105t t
106u u
107v v
108w w
109x x
110y y
111z z
112braceleft {
113bar |
114braceright }
115asciitilde ~
116
117# non-ASCII characters (128-255)
118null 0x80
119
120nobrkspace 0xa0
121exclamdown 0xa1
122cent 0xa2
123sterling 0xa3
124currency 0xa4
125yen 0xa5
126brokenbar 0xa6
127section 0xa7
128dieresis 0xa8
129copyright 0xa9
130ordfeminine 0xaa
131guillemotleft 0xab
132logicalnot 0xac
133opthyphen 0xad
134registered 0xae
135macron 0xaf
136degree 0xb0
137plusminus 0xb1
138twosuperior 0xb2
139threesuperior 0xb3
140acute 0xb4
141mu 0xb5
142paragraph 0xb6
143periodcentered 0xb7
144cedilla 0xb8
145onesuperior 0xb9
146ordmasculine 0xba
147guillemotright 0xbb
148onequarter 0xbc
149onehalf 0xbd
150threequarters 0xbe
151questiondown 0xbf
152Agrave 0xc0
153Aacute 0xc1
154Acircumflex 0xc2
155Atilde 0xc3
156Adieresis 0xc4
157Aring 0xc5
158AE 0xc6
159Ccedilla 0xc7
160Egrave 0xc8
161Eacute 0xc9
162Ecircumflex 0xca
163Edieresis 0xcb
164Igrave 0xcc
165Iacute 0xcd
166Icircumflex 0xce
167Idieresis 0xcf
168Eth 0xd0
169Ntilde 0xd1
170Ograve 0xd2
171Oacute 0xd3
172Ocircumflex 0xd4
173Otilde 0xd5
174Odieresis 0xd6
175multiply 0xd7
176Oslash 0xd8
177Ugrave 0xd9
178Uacute 0xda
179Ucircumflex 0xdb
180Udieresis 0xdc
181Yacute 0xdd
182Thorn 0xde
183germandbls 0xdf
184agrave 0xe0
185aacute 0xe1
186acircumflex 0xe2
187atilde 0xe3
188adieresis 0xe4
189aring 0xe5
190ae 0xe6
191ccedilla 0xe7
192egrave 0xe8
193eacute 0xe9
194ecircumflex 0xea
195edieresis 0xeb
196igrave 0xec
197iacute 0xed
198icircumflex 0xee
199idieresis 0xef
200eth 0xf0
201ntilde 0xf1
202ograve 0xf2
203oacute 0xf3
204ocircumflex 0xf4
205otilde 0xf5
206odieresis 0xf6
207divide 0xf7
208oslash 0xf8
209ugrave 0xf9
210uacute 0xfa
211ucircumflex 0xfb
212udieresis 0xfc
213yacute 0xfd
214thorn 0xfe
215ydieresis 0xff
Note: See TracBrowser for help on using the repository browser.