forked from WING-NUS/ACL-Anthology-Codebase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
html2xmlEntities.pl
executable file
·373 lines (346 loc) · 9 KB
/
html2xmlEntities.pl
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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
#!/usr/bin/env perl
# -*- cperl -*-
=head1 NAME
html2xmlEntities.pl
=head1 SYNOPSYS
RCS:$Id$
=head1 DESCRIPTION
=head1 HISTORY
ORIGIN: created from templateApp.pl version 3.4 by Min-Yen Kan <[email protected]>
RCS:$Log$
=cut
require 5.0;
use Getopt::Std;
use strict 'vars';
# use diagnostics;
### USER customizable section
my $tmpfile .= $0; $tmpfile =~ s/[\.\/]//g;
$tmpfile .= $$ . time;
if ($tmpfile =~ /^([-\@\w.]+)$/) { $tmpfile = $1; } # untaint tmpfile variable
$tmpfile = "/tmp/" . $tmpfile;
$0 =~ /([^\/]+)$/; my $progname = $1;
my $outputVersion = "1.0";
my %entities = (
"’" => "'",
"à" => "à",
"á" => "á",
"À" => "À",
"á" => "á",
"â" => "â",
"ã" => "ã",
"ä" => "ä",
"å" => "å",
"æ" => "æ",
"ç" => "ç",
"è" => "è",
"é" => "é",
"é" => "é",
"é" => "é",
"ê" => "ê",
"ë" => "ë",
"ì" => "ì",
"í" => "í",
"í" => "í",
"î" => "î",
"ï" => "ï",
"ð" => "ð",
"ñ" => "ñ",
"ń" => "ń",
"Ń" => "Ń",
"ñ" => "ñ",
"ò" => "ò",
"Ó" => "Ó",
"ó" => "ó",
"ó" => "ó",
"ô" => "ô",
"õ" => "õ",
"ö" => "ö",
"÷" => "÷",
"ø" => "ø",
"ù" => "ù",
"ú" => "ú",
"û" => "û",
"ü" => "ü",
"ü" => "ü",
"ý" => "ý",
"þ" => "þ",
"ÿ" => "ÿ",
"ƒ" => "ƒ",
"ˆ" => "ˆ",
"˜" => "˜",
"”" => "”",
"“" => "“",
"’" => "’",
"‘" => "‘",
"ă" => "ă",
"Ă" => "Ă",
"ā" => "ā",
"Ā" => "Ā",
"ą" => "ą",
"Ą" => "Ą",
"ć" => "ć",
"Ć" => "Ć",
"č" => "č",
"Č" => "Č",
"ĉ" => "ĉ",
"Ĉ" => "Ĉ",
"ċ" => "ċ",
"Ċ" => "Ċ",
"ď" => "ď",
"Ď" => "Ď",
"đ" => "đ",
"Đ" => "Đ",
"ě" => "ě",
"Ě" => "Ě",
"É" => "É",
"ė" => "ė",
"Ė" => "Ė",
"ē" => "ē",
"Ē" => "Ē",
"ę" => "ę",
"Ę" => "Ę",
"ǵ" => "ǵ",
"ğ" => "ğ",
"Ğ" => "Ğ",
"Ģ" => "Ģ",
"ĝ" => "ĝ",
"Ĝ" => "Ĝ",
"ġ" => "ġ",
"Ġ" => "Ġ",
"ĥ" => "ĥ",
"Ĥ" => "Ĥ",
"ħ" => "ħ",
"Ħ" => "Ħ",
"İ" => "İ",
"Ī" => "Ī",
"ī" => "ī",
"ij" => "ij",
"IJ" => "IJ",
"ı" => "ı",
"į" => "į",
"Į" => "Į",
"ĩ" => "ĩ",
"Ĩ" => "Ĩ",
"ĵ" => "ĵ",
"Ĵ" => "Ĵ",
"ķ" => "ķ",
"Ķ" => "Ķ",
"ĸ" => "ĸ",
"ĺ" => "ĺ",
"Ĺ" => "Ĺ",
"ľ" => "ľ",
"Ľ" => "Ľ",
"ļ" => "ļ",
"Ļ" => "Ļ",
"ŀ" => "ŀ",
"Ŀ" => "Ĺ",
"ł" => "ł",
"Ł" => "Ł",
"ń" => "ń",
"Ń" => "Ń",
"ŋ" => "ŋ",
"Ŋ" => "Ŋ",
"ʼn" => "ʼn",
"ň" => "ň",
"Ň" => "Ň",
"ņ" => "ņ",
"Ņ" => "Ņ",
"ő" => "ő",
"Ő" => "Ő",
"Ō" => "Ō",
"ō" => "ō",
"œ" => "œ",
"Œ" => "Œ",
"Ø" => "Ø",
"õ" => "õ",
"Õ" => "Õ",
"ŕ" => "ŕ",
"Ŕ" => "Ŕ",
"ř" => "ř",
"Ř" => "Ř",
"ŗ" => "ŗ",
"Ŗ" => "Ŗ",
"ŝ" => "Ŝ",
"Ŝ" => "ŝ",
"ť" => "ť",
"Ť" => "Ť",
"ş" => "ş",
"Ş" => "Ş",
"š" => "š",
"Š" => "Š",
"ţ" => "Ţ",
"Ţ" => "ţ",
"ž" => "ǽ",
"Ž" => "Ž",
"ż" => "ż",
"Ż" => "Ż",
""" => """,
"'" => "'",
"&" => "&",
"<" => "<",
">" => ">",
" " => " ",
"¡" => "¡",
"¢" => "¢",
"£" => "£",
"¤" => "¤",
"¥" => "¥",
"¦" => "¦",
"§" => "§",
"¨" => "¨",
"©" => "©",
"ª" => "ª",
"«" => "«",
"¬" => "¬",
"­" => "­",
"®" => "®",
"¯" => "¯",
"°" => "°",
"±" => "±",
"²" => "²",
"³" => "³",
"´" => "´",
"µ" => "µ",
"¶" => "¶",
"·" => "·",
"¸" => "¸",
"¹" => "¹",
"º" => "º",
"»" => "»",
"¼" => "¼",
"½" => "½",
"¾" => "¾",
"¿" => "¿",
"×" => "×",
"÷" => "÷",
"À" => "À",
"Á" => "Á",
"Á" => "Á",
"Â" => "Â",
"Ã" => "Ã",
"Ä" => "Ä",
"Å" => "Å",
"Æ" => "Æ",
"Ç" => "Ç",
"È" => "È",
"É" => "É",
"Ê" => "Ê",
"Ë" => "Ë",
"Ì" => "Ì",
"Í" => "Í",
"Î" => "Î",
"Ï" => "Ï",
"Ð" => "Ð",
"Ñ" => "Ñ",
"Ò" => "Ò",
"Ó" => "Ó",
"Ô" => "Ô",
"Õ" => "Õ",
"Ö" => "Ö",
"Ø" => "Ø",
"Ù" => "Ù",
"Ú" => "Ú",
"Û" => "Û",
"Ü" => "Ü",
"Ý" => "Ý",
"Þ" => "Þ",
"ß" => "ß",
"à" => "à",
"á" => "á",
"â" => "â",
"ã" => "ã",
"ä" => "ä",
"å" => "å",
"æ" => "æ",
"ç" => "ç",
"è" => "è",
"é" => "é",
"ê" => "ê",
"ë" => "ë",
"ì" => "ì",
"í" => "í",
"î" => "î",
"ï" => "ï",
"ð" => "ð",
"ñ" => "ñ",
"ò" => "ò",
"ó" => "ó",
"ô" => "ô",
"õ" => "õ",
"ö" => "ö",
"ø" => "ø",
"ù" => "ù",
"ú" => "ú",
"û" => "û",
"ü" => "ü",
"ý" => "ý",
"þ" => "þ",
"ÿ" => "ÿ",
);
### END user customizable section
### Ctrl-C handler
sub quitHandler {
print STDERR "\n# $progname fatal\t\tReceived a 'SIGINT'\n# $progname - exiting cleanly\n";
exit;
}
### HELP Sub-procedure
sub Help {
print STDERR "usage: $progname -h\t\t\t\t[invokes help]\n";
print STDERR " $progname -v\t\t\t\t[invokes version]\n";
print STDERR " $progname [-q] filename(s)...\n";
print STDERR "Options:\n";
print STDERR "\t-q\tQuiet Mode (don't echo license)\n";
print STDERR "\n";
print STDERR "Will accept input on STDIN as a single file.\n";
print STDERR "\n";
}
### VERSION Sub-procedure
sub Version {
if (system ("perldoc $0")) {
die "Need \"perldoc\" in PATH to print version information";
}
exit;
}
sub License {
print STDERR "# Copyright 2005 \251 by Min-Yen Kan\n";
}
###
### MAIN program
###
my $cmdLine = $0 . " " . join (" ", @ARGV);
if ($#ARGV == -1) { # invoked with no arguments, possible error in execution?
print STDERR "# $progname info\t\tNo arguments detected, waiting for input on command line.\n";
print STDERR "# $progname info\t\tIf you need help, stop this program and reinvoke with \"-h\".\n";
}
$SIG{'INT'} = 'quitHandler';
getopts ('hqv');
our ($opt_q, $opt_v, $opt_h);
# use (!defined $opt_X) for options with arguments
if (!$opt_q) { License(); } # call License, if asked for
if ($opt_v) { Version(); exit(0); } # call Version, if asked for
if ($opt_h) { Help(); exit (0); } # call help, if asked for
## standardize input stream (either STDIN on first arg on command line)
my $fh;
my $filename;
if ($filename = shift) {
NEWFILE:
if (!(-e $filename)) { die "# $progname crash\t\tFile \"$filename\" doesn't exist"; }
open (*IF, $filename) || die "# $progname crash\t\tCan't open \"$filename\"";
$fh = "IF";
} else {
$filename = "<STDIN>";
$fh = "STDIN";
}
while (<$fh>) {
foreach my $entity (keys %entities) {
s/$entity/$entities{$entity}/g;
}
print
}
close ($fh);
if ($filename = shift) {
goto NEWFILE;
}
###
### END of main program
###