Convert::Cyrillic

Convert::Cyrillic is a Perl module with routines for converting from one cyrillic charset to another.
Download

Convert::Cyrillic Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • John Neystadt
  • Publisher web site:
  • http://search.cpan.org/~jneystadt/cyrillic-1.05/Convert/Cyrillic.pm

Convert::Cyrillic Tags


Convert::Cyrillic Description

Convert::Cyrillic is a Perl module with routines for converting from one cyrillic charset to another. Convert::Cyrillic is a Perl module with routines for converting from one cyrillic charset to another.SYNOPSIS use Convert::Cyrillic; $src = 'koi8'; $dst = 'win'; $SrcBuf = 'text in koi8 here'; $DstBuf = Convert::Cyrillic::cstocs ($Src, $Dst, $SrcBuf); This package implements routine for converting from one cyrillic charset to another. It is intended to be used from cgi's which need built-in support for translations. For example, you may wish to use it in form processor to translate from user encoding to one used by your site.Where $Src and $Dst are one of: KOI8 - for KOI8-R WIN - for WIN-1251 DOS - for DOS, alternative, CP-866 MAC - for Macintosh ISO - for ISO-8859-5 UTF-8 - for UTF-8 (Unicode) VOL - for Volapuk (transliteration) Buffer may contain line breaks, which are preserved. Requirements: · Perl


Convert::Cyrillic Related Software