Convert::Cyrillic 1.05 review

Download
by rbytes.net on

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

License: Perl Artistic License
File size: 24K
Developer: John Neystadt
0 stars award from rbytes.net

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 1.05 keywords