in reply to Re: How to test different encoding
in thread How to test different encoding

Thanks!

I found some good examples of encoding tests in XML::LibXML (the CPAN module that interfaces to Gnome's LibXML2). The file 19encoding.t does a whole bunch of tests similar to what I was trying to accomplish, and gives great ideas on how to use the encoding routines for testing.

Best,
Alejandro Imass

Replies are listed 'Best First'.
Re^3: How to test different encoding
by sunshine_august (Scribe) on Sep 18, 2008 at 02:54 UTC
    Hi:
    I am interestring on the encoding problem, can you show me where the 19encoding.t file? I can't find this file in my system.
    My XML::LibXML is located in /usr/local/lib/perl/5.8.8/XML/, but I didn't find any file names 19encoding.t
    thx in advance:)
      You probably need to install the source of XML::LibXML, from CPAN or your distribution.