p5-Text-Iconv

interface to iconv() codeset conversion function

WWW CVSWeb GITHub
  1. Package version
    p5-Text-Iconv-1.7p6
  2. Maintainer
    The OpenBSD ports mailing-list

The Text::Iconv module provides a Perl interface to the iconv()
function as defined by the Single UNIX Specification. The convert()
method converts the encoding of characters in the input string from
the fromcode codeset to the tocode codeset, and returns the result.