PApp::Recode 1.1 review
Download
|
|
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