Changes for version 1.3 - 2004-06-28

  • Makefile.PL now tries to detect the need for -liconv
  • added retval() method to Text::Iconv objects, which returns the iconv() return value (according to the Single UNIX Specification, "the number of non-identical conversions performed")
  • to make this possible, Text::Iconv objects are--on the C level--no longer just the iconv handle, but a struct (which can contain other information besides the handle)

Modules

Perl interface to iconv() codeset conversion function