Ethiopic::Cstocs 0.12 review
DownloadEthiopic::Cstocs is a Perl module for conversions of charset encodings for Ethiopic script. SYNOPSIS use LiveGeez::Request;
|
|
Ethiopic::Cstocs is a Perl module for conversions of charset encodings for Ethiopic script.
SYNOPSIS
use LiveGeez::Request;
require Convert::Ethiopic::Cstocs;
my $r = LiveGeez::Request->new;
ReadParse ( %input );
$r->ParseInput ( %input );
my $c = Convert::Ethiopic::Cstocs->new ( $r );
print &$c ("`selam:");
print $c->conv("`alem"), "n";
$r->{number} = 1991;
print "The Year in Ethiopia is ", EthiopicNumber ( $r ), "n";
Ethiopic::Cstocs and Ethiopic::Time are designed as interfaces to the methods in the Ethiopic:: module and is oriented as services for the LiveGeez:: module. In this version Ethiopic::Cstocs expects to receive an object with hash elements using the keys:
'sysInNum', 'xferInNum', 'sysOutNum', 'xferOutNum', 'fontOutNum', 'langNum', 'iPath', 'options', '7-bit', and 'number' if a numeral system conversion is being performed.
These keys are set when using a LiveGeez::Request object as shown in the example.
Requirements:
Perl
Ethiopic::Cstocs 0.12 keywords