The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

 Convert::Braille::English - Convert Between Braille Encodings.

SYNOPSIS

 use Convert::Braille;

 print brailleAsciiToEnglish ( "HELLO" ), "\n";
 print brailleDotsToEnglish  ( "12515123123135" ), "\n";

REQUIRES

perl5.6.0 or later.

EXPORTS

englishToBrailleUnicode
englishToBrailleAscii
englishToBrailleDots
brailleAsciiToEnglish
brailleDotsToEnglish
brailleUnicodeToEnglish

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::Ethiopic

Included with this package:

  examples/demo.pl