NAME
Convert::Braille::Ethiopic - Convert Between Braille Encodings.
SYNOPSIS
use Convert::Braille::Ethiopic;
print ethiopic_To_BrailleUnicode ( "ሰላምታ" ), "\n";
print brailleDots_To_Ethiopic ( "234261231134" ), "\n";
REQUIRES
perl5.6.1 or later, Convert::Number::Ethiopic
EXPORTS
- brailleAscii_To_Ethiopic( $arg )
-
Convert an Amharic-Braille-ASCII ([A-Z0-9]) $arg into Ethiopic. E.g.: S5LAMTA => ሰላምታ
- ethiopic_To_BrailleAscii( $arg )
-
Convert an Ethiopic $arg into an Amharic-ASCII string. E.g.: ሰላምታ => S5LAMTA
- ethiopic_To_BrailleUnicode( $arg )
-
Convert a Ethiopic $arg into an Unicode Braille codes. E.g.: ሰላምታ => ⠎⠢⠇⠁⠍⠞⠁
- brailleUnicode_To_Ethiopic( $arg )
-
Convert a Unicode Braille $arg into an Ethiopic. E.g.: ⠎⠢⠇⠁⠍⠞⠁ => ሰላምታ
- ethiopic_To_BrailleDotNumberss( $arg )
-
Convert a Ethiopic $arg into a Braille "dot numbers". E.g.: ሰላምታ => 234-26-123-1-134-2345-1
- brailleDotNumberss_To_Ethiopic( $arg )
-
Convert a Braille "dot numbers" $arg into Ethiopic. E.g.: 234-26-123-1-134-2345-1 => ሰላምታ
COPYRIGHT
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
BUGS
None presently known.
AUTHOR
Daniel Yacob, dyacob@cpan.org
SEE ALSO
Convert::Braille , Convert::Braille::English
Included with this package:
examples/demo.pl examples/makeethiopic.pl
examples/ethiopic.pl examples/english.pl