1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/converters/p5-Text-Iconv/pkg-descr
Sergey Skvortsov 22e2045006 Updated to 1.3
2004-07-02 17:20:23 +00:00

7 lines
315 B
Plaintext

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.
WWW: http://search.cpan.org/dist/Text-Iconv/