ANNOUNCE: Text::Iconv 1.4

From: Michael Piotrowski (mxp_at_dynalabs.de)
Date: 07/20/04


Date: Tue, 20 Jul 2004 19:09:34 GMT

I've just uploaded a new version of the Text::Iconv module to CPAN.
The main changes are:

- Makefile.PL now passes all options besides LIBS and INC to
  MakeMaker, so options like INSTALLDIRS=vendor work again.

- It is now possible to control exception raising on a per-object
  basis, i.e., you can specify for each converter whether it should
  raise an exception on conversion errors.

- The shift state for state-dependent conversions is now reset at the
  end of the conversion.

When it has migrated to its final destination, you should be able to
find it via
  
   <http://search.cpan.org/search?dist=Text-Iconv-1.4>
  
It's also immediately available from
  
   <http://www.dynalabs.de/mxp/perl/Text-Iconv-1.4.tar.gz>

Here's an excerpt from the README:
  
   This module provides a Perl interface to the iconv() codeset
   conversion function, as defined by the Single UNIX Specification.
   For more details see the POD documentation embedded in the file
   Iconv.pm.

In other words (and if you aren't into terminology), this module lets
you convert text from one character set into another character set
using the iconv library, which is very likely to be already installed
on your system (if it's a UNIX or UNIX-like system). You can also use
this module with a separate iconv implementation, such as GNU libiconv.

-- 
Michael Piotrowski, M.A.                               <mxp@dynalabs.de>
Public key at <http://www.dynalabs.de/mxp/pubkey.txt>


Relevant Pages

  • ANNOUNCE: Text::Iconv 1.4
    ... raise an exception on conversion errors. ... This module provides a Perl interface to the iconv() codeset ... you convert text from one character set into another character set ... on your system (if it's a UNIX or UNIX-like system). ...
    (comp.lang.perl.modules)
  • Re: convert ASCII to EBCDIC
    ... conversion we ftp this file to a mainframe for further use of it. ... This file contains records with customer names. ... subset of EBCDIC characters found on most ... ... I suggest you use the 'iconv' command, ...
    (comp.unix.aix)
  • GNU libiconv 1.13 released
    ... GNU libiconv is the character set conversion library that provides a decent ... The library and the iconv program now understand platform dependent aliases, ... conversion descriptor in pre-allocated memory, ...
    (gnu.announce)
  • Re: a couple modest MV proposals
    ... The fold oconv code is for a basic program. ... could all write our own conversion and processing routines to handle dates. ... We could make the OS smaller by removing all of that pesky time conversion ... code that doesn't handle iconv dates correctly anyway. ...
    (comp.databases.pick)
  • Re: Question about foreign/compound characters.
    ... Type HELP ICONV CONVERT. ... ICONV is good to change the representation of the same character from one character set to another. ... I recall asking some years ago about the conversion tables and the answer I got here was that the source files were not public or some such answer. ...
    (comp.os.vms)