PApp::Recode 1.1 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 382K
Developer: Marc Lehmann
0 stars award from rbytes.net

PApp::Recode is a Perl module that can convert bytes from one charset to another.

SYNOPSIS

use PApp::Recode;
# not auto-imported into .papp-files

$converter = to_utf8 PApp::Recode "iso-8859-1";
$converter->("string");

This module creates conversion functions that enable you to convert text data from one character set (and/or encoding) to another.

Requirements:
Perl

PApp::Recode 1.1 keywords