English     Español
[Main Index] : Programming : Languages : Perl : CPAN Modules : Archiving and Compression
 Convert CPAN (Perl) Module 

Search

 

Categories

Convert::AcrossLite   Convert::Ethiopic  
Convert::ASCII   Convert::GeekCode  
Convert::ASN1   Convert::IBM390  
Convert::Base32   Convert::IO  
Convert::Bencode   Convert::Morse  
Convert::Bencode_XS   Convert::Number  
Convert::BER   Convert::PEM  
Convert::Binary   Convert::RACE  
Convert::BinHex   Convert::Recode  
Convert::Braille   Convert::SciEng  
Convert::BulkDecoder   Convert::TNEF  
Convert::CEGH   Convert::Transcribe  
Convert::CharMap   Convert::Translit  
Convert::Context   Convert::Units  
Convert::Cyr   Convert::UU  
Convert::Cyrillic   Convert::UUlib  
Convert::Debug   Convert::yEnc  
Convert::DUDE   Convert::_decode  
Convert::EastAsianWidth   Convert::_encode  
Convert::EBCDIC  

Documents

README (Displayed)

README

Convert/Cyr version 0.01
========================

ABSTRACT
    Convert::Cyr, chcp - change cyrillic code page of a text.

NAME
    Convert::Cyr, chcp - Perl module for change cyrillic code page 
    of a text.

SYNOPSIS
      use Convert::Cyr qw(chcp);
      $converted_string=chcp($string, $maxlen, $from, $to);

DESCRIPTION
    chcp takes as the first argument a string that is to be converted.
    It returns the converted string. Second argument is the lenght of
    the string. Third is the source codepage. Forth is the target codepage.

    Original description from PHP function:

    convert_cyr_string (string str, string from, string to)
    "This function returns the given string converted from one Cyrillic 
    character set to another. The from and to arguments are single 
    characters that represent the source and target Cyrillic character sets." 

    The supported types are: 
	k - koi8-r 
	w - windows-1251 
	i - iso8859-5 
	a - x-cp866 
	d - x-cp866 
	m - x-mac-cyrillic 
	z - translit

INSTALLATION
   To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

None

COPYRIGHT AND LICENCE

Portions Copyright (c) 2001 Konstantin Doulepov 
Portions Copyright (c) 1999, 2000 The PHP Group. All rights reserved.


This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.


AUTHOR
    Konstantin Doulepov . With code integrated
    that was in PHP function of "cyr_convert" (Kirill Maximov ).

Information

This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here.
   

©Copyright Nicholas Reynolds 2004