rghost 0.6.6 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. data/History.txt +1 -1
  2. data/Manifest.txt +42 -12
  3. data/lib/rghost/document.rb +11 -2
  4. data/lib/rghost/load.rb +3 -1
  5. data/lib/rghost/ps/AdobeExpert.enc +258 -0
  6. data/lib/rghost/ps/AdobeLatinEncoding.enc +258 -0
  7. data/lib/rghost/ps/Bengali.enc +386 -0
  8. data/lib/rghost/ps/CodePage1250.enc +258 -0
  9. data/lib/rghost/ps/CodePage1251.enc +258 -0
  10. data/lib/rghost/ps/CodePage1252.enc +258 -0
  11. data/lib/rghost/ps/CodePage1253.enc +258 -0
  12. data/lib/rghost/ps/CodePage1254.enc +258 -0
  13. data/lib/rghost/ps/CodePage1256.enc +258 -0
  14. data/lib/rghost/ps/CodePage1257.enc +258 -0
  15. data/lib/rghost/ps/CodePage1258.enc +258 -0
  16. data/lib/rghost/ps/CodePage874.enc +258 -0
  17. data/lib/rghost/ps/IsoLatin.enc +352 -0
  18. data/lib/rghost/ps/MacCentralEuropean.enc +258 -0
  19. data/lib/rghost/ps/MacCyrillice.enc +258 -0
  20. data/lib/rghost/ps/MacGreek.enc +258 -0
  21. data/lib/rghost/ps/MacHebrew.enc +258 -0
  22. data/lib/rghost/ps/TeX-CorkEncoding.enc +258 -0
  23. data/lib/rghost/ps/TeX-LGR-Greek.enc +258 -0
  24. data/lib/rghost/ps/TeX-T2AModified2Encoding.enc +258 -0
  25. data/lib/rghost/ps/TeX-T2BAdobeEncoding.enc +258 -0
  26. data/lib/rghost/ps/TeX-T2CAdobeEncoding.enc +258 -0
  27. data/lib/rghost/ps/TeX-X2AdobeEncoding.enc +258 -0
  28. data/lib/rghost/ps/TeX-XL2encoding.enc +258 -0
  29. data/lib/rghost/ps/TeXMathExtensionEncoding.enc +258 -0
  30. data/lib/rghost/ps/TeXMathItalicEncoding.enc +258 -0
  31. data/lib/rghost/ps/TeXMathSymbolEncoding.enc +258 -0
  32. data/lib/rghost/ps/US-ASCII.enc +258 -0
  33. data/lib/rghost/ps/UTF-8.enc +3 -0
  34. data/lib/rghost/ps/font.ps +1 -1
  35. data/lib/rghost/ruby_ghost_config.rb +4 -1
  36. data/lib/rghost/ruby_to_ps.rb +2 -0
  37. data/lib/rghost/version.rb +2 -2
  38. data/lib/rgteste.rb +46 -0
  39. metadata +44 -14
@@ -0,0 +1,258 @@
1
+ /CodePage1256 [
2
+ /.notdef % 0x00
3
+ /.notdef
4
+ /.notdef
5
+ /.notdef
6
+ /.notdef
7
+ /.notdef
8
+ /.notdef
9
+ /.notdef
10
+ /.notdef
11
+ /.notdef
12
+ /.notdef
13
+ /.notdef
14
+ /.notdef
15
+ /.notdef
16
+ /.notdef
17
+ /.notdef
18
+ /.notdef % 0x10
19
+ /.notdef
20
+ /.notdef
21
+ /.notdef
22
+ /.notdef
23
+ /.notdef
24
+ /.notdef
25
+ /.notdef
26
+ /.notdef
27
+ /.notdef
28
+ /.notdef
29
+ /.notdef
30
+ /.notdef
31
+ /.notdef
32
+ /.notdef
33
+ /.notdef
34
+ /space % 0x20
35
+ /exclam
36
+ /quotedbl
37
+ /numbersign
38
+ /dollar
39
+ /percent
40
+ /ampersand
41
+ /quotesingle
42
+ /parenleft
43
+ /parenright
44
+ /asterisk
45
+ /plus
46
+ /comma
47
+ /hyphen
48
+ /period
49
+ /slash
50
+ /zero % 0x30
51
+ /one
52
+ /two
53
+ /three
54
+ /four
55
+ /five
56
+ /six
57
+ /seven
58
+ /eight
59
+ /nine
60
+ /colon
61
+ /semicolon
62
+ /less
63
+ /equal
64
+ /greater
65
+ /question
66
+ /at % 0x40
67
+ /A
68
+ /B
69
+ /C
70
+ /D
71
+ /E
72
+ /F
73
+ /G
74
+ /H
75
+ /I
76
+ /J
77
+ /K
78
+ /L
79
+ /M
80
+ /N
81
+ /O
82
+ /P % 0x50
83
+ /Q
84
+ /R
85
+ /S
86
+ /T
87
+ /U
88
+ /V
89
+ /W
90
+ /X
91
+ /Y
92
+ /Z
93
+ /bracketleft
94
+ /backslash
95
+ /bracketright
96
+ /asciicircum
97
+ /underscore
98
+ /grave % 0x60
99
+ /a
100
+ /b
101
+ /c
102
+ /d
103
+ /e
104
+ /f
105
+ /g
106
+ /h
107
+ /i
108
+ /j
109
+ /k
110
+ /l
111
+ /m
112
+ /n
113
+ /o
114
+ /p % 0x70
115
+ /q
116
+ /r
117
+ /s
118
+ /t
119
+ /u
120
+ /v
121
+ /w
122
+ /x
123
+ /y
124
+ /z
125
+ /braceleft
126
+ /bar
127
+ /braceright
128
+ /asciitilde
129
+ /.notdef
130
+ /Euro % 0x80
131
+ /afii57506
132
+ /quotesinglbase
133
+ /florin
134
+ /quotedblbase
135
+ /ellipsis
136
+ /dagger
137
+ /daggerdbl
138
+ /circumflex
139
+ /perthousand
140
+ /afii57511
141
+ /guilsinglleft
142
+ /OE
143
+ /afii57507
144
+ /afii57508
145
+ /afii57512
146
+ /afii57509 % 0x90
147
+ /quoteleft
148
+ /quoteright
149
+ /quotedblleft
150
+ /quotedblright
151
+ /bullet
152
+ /endash
153
+ /emdash
154
+ /uni06A9
155
+ /trademark
156
+ /afii57513
157
+ /guilsinglright
158
+ /oe
159
+ /afii61664
160
+ /afii301
161
+ /afii57514
162
+ /uni00A0 % 0xa0
163
+ /afii57388
164
+ /cent
165
+ /sterling
166
+ /currency
167
+ /yen
168
+ /brokenbar
169
+ /section
170
+ /dieresis
171
+ /copyright
172
+ /uni06BE
173
+ /guillemotleft
174
+ /logicalnot
175
+ /uni00AD
176
+ /registered
177
+ /macron
178
+ /degree % 0xb0
179
+ /plusminus
180
+ /twosuperior
181
+ /threesuperior
182
+ /acute
183
+ /mu
184
+ /paragraph
185
+ /periodcentered
186
+ /cedilla
187
+ /onesuperior
188
+ /afii57403
189
+ /guillemotright
190
+ /onequarter
191
+ /onehalf
192
+ /threequarters
193
+ /afii57407
194
+ /uni06C1 % 0xc0
195
+ /afii57409
196
+ /afii57410
197
+ /afii57411
198
+ /afii57412
199
+ /afii57413
200
+ /afii57414
201
+ /afii57415
202
+ /afii57416
203
+ /afii57417
204
+ /afii57418
205
+ /afii57419
206
+ /afii57420
207
+ /afii57421
208
+ /afii57422
209
+ /afii57423
210
+ /afii57424 % 0xd0
211
+ /afii57425
212
+ /afii57426
213
+ /afii57427
214
+ /afii57428
215
+ /afii57429
216
+ /afii57430
217
+ /multiply
218
+ /afii57431
219
+ /afii57432
220
+ /afii57433
221
+ /afii57434
222
+ /afii57440
223
+ /afii57441
224
+ /afii57442
225
+ /afii57443
226
+ /agrave % 0xe0
227
+ /afii57444
228
+ /acircumflex
229
+ /afii57445
230
+ /afii57446
231
+ /afii57470
232
+ /afii57448
233
+ /ccedilla
234
+ /egrave
235
+ /eacute
236
+ /ecircumflex
237
+ /edieresis
238
+ /afii57449
239
+ /afii57450
240
+ /icircumflex
241
+ /idieresis
242
+ /afii57451 % 0xf0
243
+ /afii57452
244
+ /afii57453
245
+ /afii57454
246
+ /ocircumflex
247
+ /afii57455
248
+ /afii57456
249
+ /divide
250
+ /afii57457
251
+ /ugrave
252
+ /afii57458
253
+ /ucircumflex
254
+ /udieresis
255
+ /afii299
256
+ /afii300
257
+ /afii57519
258
+ ] def
@@ -0,0 +1,258 @@
1
+ /CodePage1257 [
2
+ /.notdef % 0x00
3
+ /.notdef
4
+ /.notdef
5
+ /.notdef
6
+ /.notdef
7
+ /.notdef
8
+ /.notdef
9
+ /.notdef
10
+ /.notdef
11
+ /.notdef
12
+ /.notdef
13
+ /.notdef
14
+ /.notdef
15
+ /.notdef
16
+ /.notdef
17
+ /.notdef
18
+ /.notdef % 0x10
19
+ /.notdef
20
+ /.notdef
21
+ /.notdef
22
+ /.notdef
23
+ /.notdef
24
+ /.notdef
25
+ /.notdef
26
+ /.notdef
27
+ /.notdef
28
+ /.notdef
29
+ /.notdef
30
+ /.notdef
31
+ /.notdef
32
+ /.notdef
33
+ /.notdef
34
+ /space % 0x20
35
+ /exclam
36
+ /quotedbl
37
+ /numbersign
38
+ /dollar
39
+ /percent
40
+ /ampersand
41
+ /quotesingle
42
+ /parenleft
43
+ /parenright
44
+ /asterisk
45
+ /plus
46
+ /comma
47
+ /hyphen
48
+ /period
49
+ /slash
50
+ /zero % 0x30
51
+ /one
52
+ /two
53
+ /three
54
+ /four
55
+ /five
56
+ /six
57
+ /seven
58
+ /eight
59
+ /nine
60
+ /colon
61
+ /semicolon
62
+ /less
63
+ /equal
64
+ /greater
65
+ /question
66
+ /at % 0x40
67
+ /A
68
+ /B
69
+ /C
70
+ /D
71
+ /E
72
+ /F
73
+ /G
74
+ /H
75
+ /I
76
+ /J
77
+ /K
78
+ /L
79
+ /M
80
+ /N
81
+ /O
82
+ /P % 0x50
83
+ /Q
84
+ /R
85
+ /S
86
+ /T
87
+ /U
88
+ /V
89
+ /W
90
+ /X
91
+ /Y
92
+ /Z
93
+ /bracketleft
94
+ /backslash
95
+ /bracketright
96
+ /asciicircum
97
+ /underscore
98
+ /grave % 0x60
99
+ /a
100
+ /b
101
+ /c
102
+ /d
103
+ /e
104
+ /f
105
+ /g
106
+ /h
107
+ /i
108
+ /j
109
+ /k
110
+ /l
111
+ /m
112
+ /n
113
+ /o
114
+ /p % 0x70
115
+ /q
116
+ /r
117
+ /s
118
+ /t
119
+ /u
120
+ /v
121
+ /w
122
+ /x
123
+ /y
124
+ /z
125
+ /braceleft
126
+ /bar
127
+ /braceright
128
+ /asciitilde
129
+ /.notdef
130
+ /Euro % 0x80
131
+ /.notdef
132
+ /quotesinglbase
133
+ /.notdef
134
+ /quotedblbase
135
+ /ellipsis
136
+ /dagger
137
+ /daggerdbl
138
+ /.notdef
139
+ /perthousand
140
+ /.notdef
141
+ /guilsinglleft
142
+ /.notdef
143
+ /dieresis
144
+ /caron
145
+ /cedilla
146
+ /.notdef % 0x90
147
+ /quoteleft
148
+ /quoteright
149
+ /quotedblleft
150
+ /quotedblright
151
+ /bullet
152
+ /endash
153
+ /emdash
154
+ /.notdef
155
+ /trademark
156
+ /.notdef
157
+ /guilsinglright
158
+ /.notdef
159
+ /macron
160
+ /ogonek
161
+ /.notdef
162
+ /uni00A0 % 0xa0
163
+ /.notdef
164
+ /cent
165
+ /sterling
166
+ /currency
167
+ /.notdef
168
+ /brokenbar
169
+ /section
170
+ /Oslash
171
+ /copyright
172
+ /Rcommaaccent
173
+ /guillemotleft
174
+ /logicalnot
175
+ /uni00AD
176
+ /registered
177
+ /AE
178
+ /degree % 0xb0
179
+ /plusminus
180
+ /twosuperior
181
+ /threesuperior
182
+ /acute
183
+ /mu
184
+ /paragraph
185
+ /periodcentered
186
+ /oslash
187
+ /onesuperior
188
+ /rcommaaccent
189
+ /guillemotright
190
+ /onequarter
191
+ /onehalf
192
+ /threequarters
193
+ /ae
194
+ /Aogonek % 0xc0
195
+ /Iogonek
196
+ /Amacron
197
+ /Cacute
198
+ /Adieresis
199
+ /Aring
200
+ /Eogonek
201
+ /Emacron
202
+ /Ccaron
203
+ /Eacute
204
+ /Zacute
205
+ /Edotaccent
206
+ /Gcommaaccent
207
+ /Kcommaaccent
208
+ /Imacron
209
+ /Lcommaaccent
210
+ /Scaron % 0xd0
211
+ /Nacute
212
+ /Ncommaaccent
213
+ /Oacute
214
+ /Omacron
215
+ /Otilde
216
+ /Odieresis
217
+ /multiply
218
+ /Uogonek
219
+ /Lslash
220
+ /Sacute
221
+ /Umacron
222
+ /Udieresis
223
+ /Zdotaccent
224
+ /Zcaron
225
+ /germandbls
226
+ /aogonek % 0xe0
227
+ /iogonek
228
+ /amacron
229
+ /cacute
230
+ /adieresis
231
+ /aring
232
+ /eogonek
233
+ /emacron
234
+ /ccaron
235
+ /eacute
236
+ /zacute
237
+ /edotaccent
238
+ /gcommaaccent
239
+ /kcommaaccent
240
+ /imacron
241
+ /lcommaaccent
242
+ /scaron % 0xf0
243
+ /nacute
244
+ /ncommaaccent
245
+ /oacute
246
+ /omacron
247
+ /otilde
248
+ /odieresis
249
+ /divide
250
+ /uogonek
251
+ /lslash
252
+ /sacute
253
+ /umacron
254
+ /udieresis
255
+ /zdotaccent
256
+ /zcaron
257
+ /dotaccent
258
+ ] def