
Lingua::RU::PhTranslit - Phonetic correct translit (for Cyrillic)

use Lingua::RU::PhTranslit

The folowing functions include in this package
koi2phtr, phtr2koi koi2win, win2koi koi2alt, alt2koi koi - KOI8-R win - Windows-1251, CP1251 alt - CP866
sample script ------------------------------------------
use Lingua::RU::PhTranslit;
my $koi_string=" üÔÁ ÓÔÒÏÞËÁ ÎÁÐÉÓÁÎÁ ÒÕÓÓËÉÍÉ ÂÕËÏ×ËÁÍÉ";
print koi2phtr("$koi_string\n");
script output ------------------------------------------ E'ta strochka napisana russkimi bukovkami
-------------------------------------------------------
Main appointment of this package is converting information during export/import from/to mobile devices. On desktop computers this problem is not actul now. Transform in this pacage is bidirectional.
P.S. Sorry for my English. It is not a native language for me.

0.1 () - initial release;
0.2 (2001-10-12) - correct "£³" in koi2win;
0.3 (2003-03-28) - missing test added;
0.4 (2003-04-10 - add some documentation,
correct mistake with change $_ (thank's Sean M. Burke)

CPAN -at- Basov -dot- net <Mikhail V. Basov>

perl(1).