NAME

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

SYNOPSIS

  use Lingua::RU::PhTranslit

DESCRIPTION

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.

History

    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)

AUTHOR

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

SEE ALSO

perl(1).

1 POD Error

The following errors were encountered while parsing the POD:

Around line 27:

Non-ASCII character seen before =encoding in 'üÔÁ'. Assuming CP1252