On Wed, December 5, 2012 6:17 pm, Dimitrios - Georgios Kontopoulos wrote:
> I wasn't able to find any such module at the CPAN. The PAUSE naming
> guidelines seem to suggest that something like Lingua::BetaCode would be a
> good choice, but I'll wait for your advice.
>
> Any ideas?
I think Text::BetaCode fits better (prior art example: Text::Unidecode).
you're not really dealing with natural language (eg. Greek) here, just
characters.
should really be Encode::BetaCode, but then users would probably expect an
Encode-compatible API (eg. something like $beta = encode("beta",
$string)), and you may not want to provide this (yet?).
cheers,
Aldo