Text::Toalpha - Convert arbitary characters into letters


Text-Toalpha documentation  | view source Contained in the Text-Toalpha distribution.

Index


NAME

Top

Text::Toalpha - Convert arbitary characters into letters

SYNOPSIS

Top

  use Text::Toalpha qw(:all);
  my $alpha = toalpha($var);
  my $orig = fromalpha($alpha);

DESCRIPTION

Top

Text::Toalpha converts arbitary characters into letters. The interface is the functions toalpha($var) and fromalpha($alpha). They do what there names suggest.

NOTE: This module does not use a code format used anywhere else.

NOTE 2: The code for this module is not a good example and is very messy.

WHY?

Top

INTERNALS

Top

Text::Toalpha uses a mapping table from characters to letters which maps them into digrams. Need more be said?

CAVEATS

Top

The resulting output will double in size.

The permutation of characters to letters is not very well permutated. In English, the output characters are not very well distributed over the letters of the alphabet.

SEE ALSO

Top

isalpha

AUTHOR

Top

Samuel Lauber, <samuell@cpan.org>

COPYRIGHT AND LICENSE

Top


Text-Toalpha documentation  | view source Contained in the Text-Toalpha distribution.