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