source: trunk/gsdl/etc/packages/rtftohtml/cpg1252.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: 4.1 KB
Line 
1# RTF Windows Codepage-1252 character set (\ansi) general map
2# Note (jrm21) - this is basically a modified version of the ANSI map.
3
4# Field 1 is the standard character name which the character value in
5# field 2 maps onto. (It doesn't mean "to produce the character in field 1,
6# use the value in field 2.)
7
8# The character value may be given either as a single character (which will be
9# converted to the ASCII value of the character), or in numeric format, either
10# in decimal or 0xyy as hex yy. Single or double quotes may be used to quote
11# characters.
12
13# printable characters in ASCII range (00-127)
14
15formula 0x06
16nobrkhyphen 0x1e
17opthyphen 0x1f
18
19space " " # 0x20
20exclam ! # 0x21
21quotedbl '"' # 0x22
22numbersign # # 0x23
23dollar $ # 0x24
24percent % # 0x25
25ampersand & # 0x26
26quoteright "'" # 0x27
27parenleft ( # 0x28
28parenright ) # 0x29
29asterisk * # 0x2a
30plus + # 0x2b
31comma , # 0x2c
32hyphen - # 0x2d
33period . # 0x2e
34slash / # 0x2f
35zero 0 # 0x30
36one 1 # 0x31
37two 2 # 0x32
38three 3 # 0x33
39four 4 # 0x34
40five 5 # 0x35
41six 6 # 0x36
42seven 7 # 0x37
43eight 8 # 0x38
44nine 9 # 0x39
45colon : # 0x3a
46semicolon ; # 0x3b
47less < # 0x3c
48equal = # 0x3d
49greater > # 0x3e
50question ? # 0x3f
51at @ # 0x40
52A A # 0x41
53B B # 0x42
54C C # 0x43
55D D # 0x44
56E E # 0x45
57F F # 0x46
58G G # 0x47
59H H # 0x48
60I I # 0x49
61J J # 0x4a
62K K # 0x4b
63L L # 0x4c
64M M # 0x4d
65N N # 0x4e
66O O # 0x4f
67P P # 0x50
68Q Q # 0x51
69R R # 0x52
70S S # 0x53
71T T # 0x54
72U U # 0x55
73V V # 0x56
74W W # 0x57
75X X # 0x58
76Y Y # 0x59
77Z Z # 0x5a
78bracketleft [ # 0x5b
79backslash \ # 0x5c
80bracketright ] # 0x5d
81asciicircum ^ # 0x5e
82underscore _ # 0x5f
83quoteleft "`" # 0x60
84a a # 0x61
85b b # 0x62
86c c # 0x63
87d d # 0x64
88e e # 0x65
89f f # 0x66
90g g # 0x67
91h h # 0x68
92i i # 0x69
93j j # 0x6a
94k k # 0x6b
95l l # 0x6c
96m m # 0x6d
97n n # 0x6e
98o o # 0x6f
99p p # 0x70
100q q # 0x71
101r r # 0x72
102s s # 0x73
103t t # 0x74
104u u # 0x75
105v v # 0x76
106w w # 0x77
107x x # 0x78
108y y # 0x79
109z z # 0x7a
110braceleft { # 0x7b
111bar | # 0x7c
112braceright } # 0x7d
113asciitilde ~ # 0x7e
114# undefined (delete) # 0x7f
115
116# non-ASCII characters (128-255)
117euro 0x80
118# undefined 0x81
119quotesinglbase 0x82 # single low-9 quotation mark
120florin 0x83 # f with hook (fnof) ## not sure if florin is right...
121quotedblbase 0x84 # double low-9 quotation mark
122ellipsis 0x85
123dagger 0x86
124daggerdbl 0x87
125circumflex 0x88 # modifier
126perthousand 0x89
127Scaron 0x8a
128guilsinglleft 0x8b
129OE 0x8c # OE ligature
130# undefined 0x8d
131Zcaron 0x8e
132# undefined 0x8f
133# undefined 0x90
134quoteleft 0x91 # single quote left - use ascii for now
135quoteright 0x92 # single quote right - use ascii for now
136quotedblleft 0x93
137quotedblright 0x94
138bullet 0x95
139endash 0x96
140emdash 0x97
141asciitilde 0x98 # use ascii tilde
142trademark 0x99
143scaron 0x9a
144guilsinglright 0x9b # single rightpointing quotemark
145oe 0x9c
146# undefined 0x9d
147zcaron 0x9e
148Ydieresis 0x9f # Y with diaeresis
149nobrkspace 0xa0
150exclamdown 0xa1
151cent 0xa2
152sterling 0xa3
153currency 0xa4
154yen 0xa5
155brokenbar 0xa6
156section 0xa7
157dieresis 0xa8
158copyright 0xa9
159ordfeminine 0xaa
160guillemotleft 0xab
161logicalnot 0xac
162opthyphen 0xad
163registered 0xae
164macron 0xaf
165degree 0xb0
166plusminus 0xb1
167twosuperior 0xb2
168threesuperior 0xb3
169acute 0xb4
170mu 0xb5
171paragraph 0xb6
172periodcentered 0xb7
173cedilla 0xb8
174onesuperior 0xb9
175ordmasculine 0xba
176guillemotright 0xbb
177onequarter 0xbc
178onehalf 0xbd
179threequarters 0xbe
180questiondown 0xbf
181Agrave 0xc0
182Aacute 0xc1
183Acircumflex 0xc2
184Atilde 0xc3
185Adieresis 0xc4
186Aring 0xc5
187AE 0xc6
188Ccedilla 0xc7
189Egrave 0xc8
190Eacute 0xc9
191Ecircumflex 0xca
192Edieresis 0xcb
193Igrave 0xcc
194Iacute 0xcd
195Icircumflex 0xce
196Idieresis 0xcf
197Eth 0xd0
198Ntilde 0xd1
199Ograve 0xd2
200Oacute 0xd3
201Ocircumflex 0xd4
202Otilde 0xd5
203Odieresis 0xd6
204multiply 0xd7
205Oslash 0xd8
206Ugrave 0xd9
207Uacute 0xda
208Ucircumflex 0xdb
209Udieresis 0xdc
210Yacute 0xdd
211Thorn 0xde
212germandbls 0xdf
213agrave 0xe0
214aacute 0xe1
215acircumflex 0xe2
216atilde 0xe3
217adieresis 0xe4
218aring 0xe5
219ae 0xe6
220ccedilla 0xe7
221egrave 0xe8
222eacute 0xe9
223ecircumflex 0xea
224edieresis 0xeb
225igrave 0xec
226iacute 0xed
227icircumflex 0xee
228idieresis 0xef
229eth 0xf0
230ntilde 0xf1
231ograve 0xf2
232oacute 0xf3
233ocircumflex 0xf4
234otilde 0xf5
235odieresis 0xf6
236divide 0xf7
237oslash 0xf8
238ugrave 0xf9
239uacute 0xfa
240ucircumflex 0xfb
241udieresis 0xfc
242yacute 0xfd
243thorn 0xfe
244ydieresis 0xff
Note: See TracBrowser for help on using the repository browser.