File: 88593.txt

package info (click to toggle)
enscript 1.6.4-11
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 5,752 kB
  • ctags: 3,011
  • sloc: ansic: 28,200; sh: 4,444; makefile: 490; yacc: 482; lex: 430; perl: 342; lisp: 109; sed: 16
file content (291 lines) | stat: -rw-r--r-- 6,802 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
		ISO-8859-3 (ISO Latin3) character set

octal	hex	PostScript	HTML entity	character
----------------------------------------------------------------------
000	0x00	non-printable
001	0x01	non-printable
002	0x02	non-printable
003	0x03	non-printable
004	0x04	non-printable
005	0x05	non-printable
006	0x06	non-printable
007	0x07	non-printable

010	0x08	non-printable
011	0x09	non-printable
012	0x0a	non-printable
013	0x0b	non-printable
014	0x0c	non-printable
015	0x0d	non-printable
016	0x0e	non-printable
017	0x0f	non-printable

020	0x10	non-printable
021	0x11	non-printable
022	0x12	non-printable
023	0x13	non-printable
024	0x14	non-printable
025	0x15	non-printable
026	0x16	non-printable
027	0x17	non-printable

030	0x18	non-printable
031	0x19	non-printable
032	0x1a	non-printable
033	0x1b	non-printable
034	0x1c	non-printable
035	0x1d	non-printable
036	0x1e	non-printable
037	0x1f	non-printable

040	0x20	/space				 
041	0x21	/exclam				!
042	0x22	/quotedbl      	"    	"
043	0x23	/numbersign			#
044	0x24	/dollar				$
045	0x25	/percent			%
046	0x26	/ampersand     	&     	&
047	0x27	/quoteright			'

050	0x28	/parenleft			(
051	0x29	/parenright			)
052	0x2a	/asterisk			*
053	0x2b	/plus				+
054	0x2c	/comma				,
055	0x2d	/hyphen				-
056	0x2e	/period				.
057	0x2f	/slash				/

060	0x30	/zero				0
061	0x31	/one				1
062	0x32	/two				2
063	0x33	/three				3
064	0x34	/four				4
065	0x35	/five				5
066	0x36	/six				6
067	0x37	/seven				7

070	0x38	/eight				8
071	0x39	/nine				9
072	0x3a	/colon				:
073	0x3b	/semicolon			;
074	0x3c	/less          	&lt;      	<
075	0x3d	/equal				=
076	0x3e	/greater       	&gt;      	>
077	0x3f	/question			?

0100	0x40	/at				@
0101	0x41	/A				A
0102	0x42	/B				B
0103	0x43	/C				C
0104	0x44	/D				D
0105	0x45	/E				E
0106	0x46	/F				F
0107	0x47	/G				G

0110	0x48	/H				H
0111	0x49	/I				I
0112	0x4a	/J				J
0113	0x4b	/K				K
0114	0x4c	/L				L
0115	0x4d	/M				M
0116	0x4e	/N				N
0117	0x4f	/O				O

0120	0x50	/P				P
0121	0x51	/Q				Q
0122	0x52	/R				R
0123	0x53	/S				S
0124	0x54	/T				T
0125	0x55	/U				U
0126	0x56	/V				V
0127	0x57	/W				W

0130	0x58	/X				X
0131	0x59	/Y				Y
0132	0x5a	/Z				Z
0133	0x5b	/bracketleft			[
0134	0x5c	/backslash			\
0135	0x5d	/bracketright			]
0136	0x5e	/asciicircum			^
0137	0x5f	/underscore			_

0140	0x60	/quoteleft			`
0141	0x61	/a				a
0142	0x62	/b				b
0143	0x63	/c				c
0144	0x64	/d				d
0145	0x65	/e				e
0146	0x66	/f				f
0147	0x67	/g				g

0150	0x68	/h				h
0151	0x69	/i				i
0152	0x6a	/j				j
0153	0x6b	/k				k
0154	0x6c	/l				l
0155	0x6d	/m				m
0156	0x6e	/n				n
0157	0x6f	/o				o

0160	0x70	/p				p
0161	0x71	/q				q
0162	0x72	/r				r
0163	0x73	/s				s
0164	0x74	/t				t
0165	0x75	/u				u
0166	0x76	/v				v
0167	0x77	/w				w

0170	0x78	/x				x
0171	0x79	/y				y
0172	0x7a	/z				z
0173	0x7b	/braceleft			{
0174	0x7c	/bar				|
0175	0x7d	/braceright			}
0176	0x7e	/tilde				~
0177	0x7f	non-printable

0200	0x80	non-printable
0201	0x81	non-printable
0202	0x82	non-printable
0203	0x83	non-printable
0204	0x84	non-printable
0205	0x85	non-printable
0206	0x86	non-printable
0207	0x87	non-printable

0210	0x88	non-printable
0211	0x89	non-printable
0212	0x8a	non-printable
0213	0x8b	non-printable
0214	0x8c	non-printable
0215	0x8d	non-printable
0216	0x8e	non-printable
0217	0x8f	non-printable

0220	0x90	non-printable
0221	0x91	non-printable
0222	0x92	non-printable
0223	0x93	non-printable
0224	0x94	non-printable
0225	0x95	non-printable
0226	0x96	non-printable
0227	0x97	non-printable

0230	0x98	non-printable
0231	0x99	non-printable
0232	0x9a	non-printable
0233	0x9b	non-printable
0234	0x9c	non-printable
0235	0x9d	non-printable
0236	0x9e	non-printable
0237	0x9f	non-printable

0240	0xa0	/space				
0241	0xa1	/Hbar				
0242	0xa2	/breve				
0243	0xa3	/sterling			
0244	0xa4	/currency			
0245	0xa5	/yen	                        
0246	0xa6	/Hcircumflex			
0247	0xa7	/section			

0250	0xa8	/dieresis			
0251	0xa9	/Idotaccent			
0252	0xaa	/Scedilla			
0253	0xab	/Gbreve				
0254	0xac	/Jcircumflex			
0255	0xad	/hyphen				
0256	0xae	/registered                     
0257	0xaf	/Zdotaccent			

0260	0xb0	/degree				
0261	0xb1	/hbar				
0262	0xb2	/twosuperior			
0263	0xb3	/threesuperior			
0264	0xb4	/acute				
0265	0xb5	/mu				
0266	0xb6	/hcircumflex			
0267	0xb7	/bullet				

0270	0xb8	/cedilla			
0271	0xb9	/dotlessi			
0272	0xba	/scedilla			
0273	0xbb	/gbreve				
0274	0xbc	/jcircumflex			
0275	0xbd	/onehalf			
0276	0xbe	/threequarters                  
0277	0xbf	/zdotaccent			

0300	0xc0	/Agrave        	&Agrave;  	
0301	0xc1	/Aacute        	&Aacute;  	
0302	0xc2	/Acircumflex   	&Acirc;   	
0303	0xc3	/Atilde        	&Atilde;  	
0304	0xc4	/Adieresis     	&Auml;    	
0305	0xc5	/Cdotaccent			
0306	0xc6	/Ccircumflex			
0307	0xc7	/Ccedilla      	&Ccedil;  	

0310	0xc8	/Egrave        	&Egrave;  	
0311	0xc9	/Eacute        	&Eacute;  	
0312	0xca	/Ecircumflex   	&Ecirc;   	
0313	0xcb	/Edieresis     	&Euml;    	
0314	0xcc	/Igrave        	&Igrave;  	
0315	0xcd	/Iacute        	&Iacute;  	
0316	0xce	/Icircumflex   	&Icirc;   	
0317	0xcf	/Idieresis     	&Iuml;    	

0320	0xd0	/Eth           	&ETH;     	
0321	0xd1	/Ntilde        	&Ntilde;  	
0322	0xd2	/Ograve        	&Ograve;  	
0323	0xd3	/Oacute        	&Oacute;  	
0324	0xd4	/Ocircumflex   	&Ocirc;   	
0325	0xd5	/Gdotaccent			
0326	0xd6	/Odieresis     	&Ouml;    	
0327	0xd7	/multiply			

0330	0xd8	/Gcircumflex			
0331	0xd9	/Ugrave        	&Ugrave;  	
0332	0xda	/Uacute        	&Uacute;  	
0333	0xdb	/Ucircumflex   	&Ucirc;   	
0334	0xdc	/Udieresis     	&Uuml;    	
0335	0xdd	/Ubreve				
0336	0xde	/Scircumflex			
0337	0xdf	/germandbls    	&szlig;   	

0340	0xe0	/agrave        	&agrave;  	
0341	0xe1	/aacute        	&aacute;  	
0342	0xe2	/acircumflex   	&acirc;   	
0343	0xe3	/atilde        	&atilde;  	
0344	0xe4	/adieresis     	&auml;    	
0345	0xe5	/cdotaccent			
0346	0xe6	/ccircumflex			
0347	0xe7	/ccedilla      	&ccedil;  	

0350	0xe8	/egrave        	&egrave;  	
0351	0xe9	/eacute        	&eacute;  	
0352	0xea	/ecircumflex   	&ecirc;   	
0353	0xeb	/edieresis     	&euml;    	
0354	0xec	/igrave        	&igrave;  	
0355	0xed	/iacute        	&iacute;  	
0356	0xee	/icircumflex   	&icirc;   	
0357	0xef	/idieresis     	&iuml;    	

0360	0xf0	/eth           	&eth;     	
0361	0xf1	/ntilde        	&ntilde;  	
0362	0xf2	/ograve        	&ograve;  	
0363	0xf3	/oacute        	&oacute;  	
0364	0xf4	/ocircumflex   	&ocirc;   	
0365	0xf5	/gdotaccent			
0366	0xf6	/odieresis     	&ouml;    	
0367	0xf7	/divide				

0370	0xf8	/gcircumflex			
0371	0xf9	/ugrave        	&ugrave;  	
0372	0xfa	/uacute        	&uacute;  	
0373	0xfb	/ucircumflex   	&ucirc;   	
0374	0xfc	/udieresis     	&uuml;    	
0375	0xfd	/ubreve				
0376	0xfe	/scircumflex			
0377	0xff	/dotaccent