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 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470
|
#!/usr/bin/env perl
#
# Copyright (C) 2004-2016 Tristan Miller
# <psychonaut@nothingisreal.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
use Getopt::Long;
use Pod::Usage;
use Encode 'from_to';
use strict;
use warnings;
our $VERSION = "1.5";
my @enc_post_x = ("cx", "gx", "hx",
"jx", "sx", "ux",
"Cx", "Gx", "Hx",
"Jx", "Sx", "Ux");
my @enc_post_H = ("ch", "gh", "hh",
"jh", "sh", "u",
"CH", "GH", "HH",
"JH", "SH", "U");
my @enc_post_X = ("cx", "gx", "hx",
"jx", "sx", "ux",
"CX", "GX", "HX",
"JX", "SX", "UX");
my @enc_post_h = ("ch", "gh", "hh",
"jh", "sh", "u",
"Ch", "Gh", "Hh",
"Jh", "Sh", "U");
my @enc_post_caret = ("c^", "g^", "h^",
"j^", "s^", "u^",
"C^", "G^", "H^",
"J^", "S^", "U^");
my @enc_pre_caret = ("^c", "^g", "^h",
"^j", "^s", "^u",
"^C", "^G", "^H",
"^J", "^S", "^U");
my @enc_latex = ("\\^{c}", "\\^{g}", "\\^{h}",
"\\^{\\j}", "\\^{s}", "\\u{u}",
"\\^{C}", "\\^{G}", "\\^{H}",
"\\^{J}", "\\^{S}", "\\u{U}");
my @enc_html_hex = ("ĉ", "ĝ", "ĥ",
"ĵ", "ŝ", "ŭ",
"Ĉ", "Ĝ", "Ĥ",
"Ĵ", "Ŝ", "Ŭ");
my @enc_html_dec = ("ĉ", "ĝ", "ĥ",
"ĵ", "ŝ", "ŭ",
"Ĉ", "Ĝ", "Ĥ",
"Ĵ", "Ŝ", "Ŭ");
my @enc_iso_8859_3 = ("\xe6", "\xf8", "\xb6",
"\xbc", "\xfe", "\xfd",
"\xc6", "\xd8", "\xa6",
"\xac", "\xde", "\xdd");
my @enc_utf7 = ("\\+AQk-", "\\+AR0-", "\\+ASU-",
"\\+ATU-", "\\+AV0-", "\\+AW0-",
"\\+AQg-", "\\+ARw-", "\\+ASQ-",
"\\+ATQ-", "\\+AVw-", "\\+AWw-");
my @enc_utf8 = ("\x{0109}", "\x{011d}", "\x{0125}",
"\x{0135}", "\x{015d}", "\x{016d}",
"\x{0108}", "\x{011c}", "\x{0124}",
"\x{0134}", "\x{015c}", "\x{016c}");
my %encodings = (
'post-x' => \@enc_post_x,
'post-h' => \@enc_post_h,
'post-X' => \@enc_post_X,
'post-H' => \@enc_post_H,
'post-caret' => \@enc_post_caret,
'pre-caret' => \@enc_pre_caret,
'html-hex' => \@enc_html_hex,
'HTML-hex' => \@enc_html_hex,
'html-dec' => \@enc_html_dec,
'HTML-dec' => \@enc_html_dec,
'latex' => \@enc_latex,
'LaTeX' => \@enc_latex,
'iso-8859-3' => \@enc_iso_8859_3,
'ISO-8859-3' => \@enc_iso_8859_3,
'latin3' => \@enc_iso_8859_3,
'latin-3' => \@enc_iso_8859_3,
'Latin3' => \@enc_iso_8859_3,
'Latin-3' => \@enc_iso_8859_3,
'utf-7' => \@enc_utf7,
'utf-8' => \@enc_utf8,
'utf-16' => \@enc_utf8,
'utf-32' => \@enc_utf8,
'utf7' => \@enc_utf7,
'utf8' => \@enc_utf8,
'utf16' => \@enc_utf8,
'utf32' => \@enc_utf8,
'UTF-7' => \@enc_utf7,
'UTF-8' => \@enc_utf8,
'UTF-16' => \@enc_utf8,
'UTF-32' => \@enc_utf8,
'UTF7' => \@enc_utf7,
'UTF8' => \@enc_utf8,
'UTF16' => \@enc_utf8,
'utf32' => \@enc_utf8
);
# Parse command-line options
my $man = 0;
my $help = 0;
my $version = 0;
my $from = 0;
my $to = 0;
my $quiet = 0;
GetOptions(
'help|?' => \$help,
man => \$man,
'quiet|q' => \$quiet,
version => \$version,
'from=s' => \$from,
'to=s' => \$to,
) or pod2usage(1);
# Display help/man page
if ($help) {
pod2usage(0);
}
if ($man) {
pod2usage( -exitstatus => 0, -verbose => 2 );
}
# Display version information
if ($version) {
print <<"EOF";
eoconv $VERSION
Copyright (C) 2004-2016 Tristan Miller
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
EOF
exit 0;
}
# Incorrect invocation
if ( !( $from && $to ) ) {
pod2usage(
-exitstatus => 1,
-verbose => 0,
-msg => "eoconv: must specify both an input and output encoding"
);
}
if ( !exists $encodings{$from} || !exists $encodings{$to} ) {
pod2usage(
-exitstatus => 1,
-verbose => 0,
-msg => "eoconv: invalid encoding specified"
);
}
# Warning against using postfix-h and postfix-H
if ( !$quiet && ( $from eq "post-h" || $from eq "post-H" ) ) {
print STDERR
"eoconv: warning: conversion from postfix-h notation is not recommended\n";
}
# Set Perl's input/output encoding
my $enc_from = "utf-8";
if ( $from =~ /^utf|^iso|^latin/ims ) {
$enc_from = $from;
}
my $enc_to = "utf-8";
if ( $to =~ /^utf|^iso|^latin/ims ) {
$enc_to = $to;
}
# Case: both encodings are ISO/UTF
if ( $enc_from =~ /^utf|^iso|^latin/ims && $enc_to =~ /^utf|^iso|^latin/ims )
{
while ( my $line = <> ) {
from_to( $line, $enc_from, $enc_to );
print $line;
}
exit;
}
# Case: both encodings are ASCII
if ( $enc_from =~ /^ascii/sm && $enc_to =~ /^ascii/sm ) {
$from = $encodings{$from};
$to = $encodings{$to};
while ( my $line = <> ) {
for ( 0 .. @$from - 1 ) {
$line =~ s/$$from[$_]/$$to[$_]/gms;
}
print $line;
}
exit;
}
# Case: ASCII => ISO/UTF
if ( $enc_from =~ /^ascii/ms && $enc_to =~ /^utf|^iso|^latin/ims ) {
$from = $encodings{$from};
$to = $encodings{"iso-8859-3"};
while ( my $line = <> ) {
for ( 0 .. @$from - 1 ) {
$line =~ s/$$from[$_]/$$to[$_]/gms;
}
from_to( $line, 'iso-8859-3', $enc_to );
print $line;
}
exit;
}
# Case: ISO/UTF => ASCII
$from = $encodings{'utf7'};
$to = $encodings{$to};
while ( my $line = <> ) {
from_to( $line, $enc_from, 'utf7' );
for ( 0 .. @$from - 1 ) {
$line =~ s/$$from[$_]/$$to[$_]/gms;
}
print $line;
}
__END__
=head1 NAME
eoconv - Convert text files between various Esperanto encodings
=head1 USAGE
eoconv [-q] --from=I<encoding> --to=I<encoding> [F<file> ...]
Options:
--from specify input encoding (see below)
--to specify output encoding (see below)
-q, --quiet suppress warnings
--help detailed help message
--man full documentation
--version display version information
Valid encodings:
post-h post-H post-x post-X post-caret pre-caret latex
html-hex html-dec iso-8859-3 utf-7 utf-8 utf-16 utf-32
=head1 DESCRIPTION
B<eoconv> will read the given input files (or stdin if no files are
specified) containing Esperanto text in the encoding specified by
B<--from>, and then output it in the encoding specified by B<--to>.
=head1 OPTIONS
=over 17
=item B<--from=>I<encoding>
Specify character encoding for input
=item B<--to=>I<encoding>
Specify character encoding for output
=item B<-q>
B<--quiet>
Suppress non-essential warning messages
=item B<-?>
B<--help>
Print a brief help message and exit.
=item B<--man>
Print the manual page and exit.
=item B<--version>
Print version information and exit.
=back
=head2 CHARACTER ENCODINGS
=over 17
=item I<post-h>
ASCII postfix h notation
=item I<post-H>
ASCII postfix H notation
=item I<post-x>
ASCII postfix x notation
=item I<post-X>
ASCII postfix X notation
=item I<post-caret>
ASCII postfix caret (^) notation
=item I<pre-caret>
ASCII prefix caret (^) notation
=item I<latex>, I<LaTeX>
ASCII LaTeX sequences
=item I<html-hex>, I<HTML-hex>
ASCII HTML hexadecimal entities
=item I<html-dec>, I<HTML-dec>
ASCII HTML decimal entities
=item I<iso-8859-3>, I<ISO-8859-3>, I<latin3>, I<latin-3>, I<Latin3>, I<Latin-3>
ISO-8859-3
=item I<utf-7>, I<UTF-7>, I<utf7>, I<UTF7>
Unicode UTF-7
=item I<utf-8>, I<UTF-8>, I<utf8>, I<UTF8>
Unicode UTF-8
=item I<utf-16>, I<UTF-16>, I<utf16>, I<UTF16>
Unicode UTF-16
=item I<utf-32>, I<UTF-32>, I<utf32>, I<UTF32>
Unicode UTF-32
=back
=head1 ESPERANTO ORTHOGRAPHY
Esperanto is written in an alphabet of 28 letters. However, only 22
of these letters can be found in the standard ASCII character set.
The remaining six -- `c', `g', `h', `j', and `s' with circumflex, and
`u' with breve -- are not available in ASCII; neither are they among
the characters available in the common 8-bit ISO-8859-1 character
encoding. Therefore, while the six special Esperanto characters pose
no problem for handwritten texts, they were impossible to represent on
standard typewriters, and are somewhat problematic even on modern-day
computers. Various encoding systems have been developed to represent
Esperanto text in printed and typed text.
=head2 POSTFIX-h NOTATION
This was the solution proposed by the creator of Esperanto,
L. L. Zamenhof. He recommended using `u' for `u-breve' and appending
an `h' to a letter to indicate that it should have a circumflex.
However, the letters `u' and `h' are already part of the Esperanto
alphabet, so using them for another purpose invites ambiguity and
mispronunciation. It also makes conversion of Esperanto text to
postfix-h notation `lossy' or one-way; it is generally not possible to
convert from postfix-h notation via automated means. This notation
suffers from the additional drawback that the text cannot be sorted
with standard rules for ASCII text.
=head2 POSTFIX-H NOTATION
This is the same as postfix-h notation, except that `H' is used
instead of `h' following a capital letter.
=head2 POSTFIX-x NOTATION
This is the most common ASCII notation encountered today. It involves
appending an `x' to a letter to indicate that it should have an accent
(be it circumflex or breve). Since `x' is not a letter in the
Esperanto alphabet, no ambiguity results. However, ASCII sorting
algorithms still fail with postfix-x text.
=head2 POSTFIX-X NOTATION
This is the same as postfix-x notation, except that `X' is used
instead of `x' following a capital letter.
=head2 PREFIX- AND POSTFIX-CARET NOTATION
Two slightly less popular ASCII encodings are to prepend or append a
caret (`^') to a letter to indicate that it should have an accent.
=head2 ISO-8859-3 (LATIN-3)
ISO 8859-3, also known as Latin-3 or South European, is an 8-bit
character encoding for Esperanto. High-bit characters are used to
encode the accented Esperanto letters. ISO-8859-3 can also be used
for encoding English, Finnish, German, Italian, Latin, Maltese,
Turkish, and Portuguese, making it useful for texts which mix
Esperanto with one or more of these languages.
=head2 UNICODE (ISO/IEC 10646)
Unicode is a standard for matching every character of every human
language to a specific code. The mapping methods are known as Unicode
Transformation Formats (UTF). Among them are UTF-32, UTF-16, UTF-8 and
UTF-7, where the numbers indicate the number of bits in one unit.
=head2 LaTeX SEQUENCES
The popular LaTeX typesetting package is capable of representing
virtually any accented character. Note that conversion from LaTeX
sequences assumes that characters to be accented are enclosed in
braces -- for example, `\^{C}' will be recognized as `C' with
circumflex, but `\^C' will not be.
=head2 HTML ENTITIES
Unicode codes for Esperanto characters can be escaped in HTML
documents by using HTML entities. The codes can be represented in
either decimal (base-10) or hexadecimal (base-16) notation; the two
are functionally equivalent.
=head1 BUGS AND LIMITATIONS
Because the postfix-h and postfix-H notations are inherently
ambiguous, conversion from postfix-h or -H text is unlikely to result
in coherent text. Use at your own risk, and carefully proofread the
results.
Report bugs to E<lt>psychonaut@nothingisreal.comE<gt>.
=head1 AUTHOR
Tristan Miller E<lt>psychonaut@nothingisreal.comE<gt>
=head1 SEE ALSO
charsets(7), ascii(7), iso_8859-3(7), unicode(7), utf-8(7), latex(1)
=head1 LICENSE AND COPYRIGHT
Copyright (C) 2004-2016 Tristan Miller.
Permission is granted to make and distribute verbatim or modified
copies of this manual provided the copyright notice and this
permission notice are preserved on all copies.
=cut
|