Lingua::EO::Supersignoj 0.02 review

Download
by rbytes.net on

Lingua::EO::Supersignoj is a Perl module that can convert Esperanto characters. SYNOPSIS use Lingua::EO::Supersignoj;

License: Perl Artistic License
File size: 3K
Developer: Juerd
0 stars award from rbytes.net

Lingua::EO::Supersignoj is a Perl module that can convert Esperanto characters.

SYNOPSIS

use Lingua::EO::Supersignoj;

my $transkodigilo = Lingua::EO::Supersignoj->nova(
de => 'fronte',
al => 'X',
u => 'u*'
);
print $transkodigilo->transkodigu('Mia ^suoj estas ankau* en la ^cambro.');
# prints: Mia sxuoj estas ankaux en la cxambro.

my $transkodigilo = Lingua::EO::Supersignoj->nova(de => 'X');

for (qw(X x H h poste fronte apostrofoj iso unikodo)) {
$transkodigilo->al = $_;
print $transkodigilo->transkodigu(
'Laux Ludoviko Zamenhof bongustas ' .
'fresxa cxecxa mangxajxo kun spicoj.'
);
}

Esperanto has 6 letters that ASCII doesn't have. These characters do exist in Unicode and ISO-8859-3. This object orientated module makes conversion easier.

Requirements:
Perl

Lingua::EO::Supersignoj 0.02 search tags