Lingua::RU::PhTranslit - Phonetic correct translit


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).

 Lingua::RU::PhTranslit - Phonetic correct translit