Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    Locale::Recode 1.16

    Download button

    No screenshots available
    Downloads: 1,180  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.2/5)
    16 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Guido Flohr | More programs
    Perl Artistic License / FREE
    May 26th, 2008, 19:44 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Locale::Recode description

    Locale::Recode is a Perl object-oriented portable charset conversion class.

    Locale::Recode is a Perl object-oriented portable charset conversion class.

    SYNOPSIS

    use Locale::Recode;

    $cd = Locale::Recode->new (from => 'UTF-8',
    to => 'ISO-8859-1');

    die $cd->getError if $cd->getError;

    $cd->recode ($text) or die $cd->getError;

    $mime_name = Locale::Recode->resolveAlias ('latin-1');

    $supported = Locale::Recode->getSupported;

    $complete = Locale::Recode->getCharsets;

    This module provides routines that convert textual data from one codeset to another in a portable way. The module has been started before Encode(3) was written. It's main purpose today is to provide charset conversion even when Encode(3) is not available on the system. It should also work for older Perl versions without Unicode support.

    Internally Locale::Recode(3) will use Encode(3) whenever possible, to allow for a faster conversion and for a wider range of supported charsets, and will only fall back to the Perl implementation when Encode(3) is not available or does not support a particular charset that Locale::Recode(3) does.

    Locale::Recode(3) is part of libintl-perl, and it's main purpose is actually to implement a portable charset conversion framework for the message translation facilities described in Locale::TextDomain(3).

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    charset conversion | local recode | Perl module | Object-Oriented | charset | conversion

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM