NAME
Ethiopic::System - 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";
DESCRIPTION
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.
AUTHOR
Daniel Yacob, LibEth@EthiopiaOnline.Net
SEE ALSO
perl(1). LiveGeez(3). http://libeth.netpedia.net