Re: [xml] Perl module XML::LibXML not encoding UTF-8 properly



Loren Osborn wrote:
Could someone please explain why the following perl script fails?

Thanks

Loren Osborn

Software Engineer

Dispensing Solutions Inc

(714) 437-0330


#!/usr/bin/perl

use XML::LibXML;


Ah, there's your first problems...
missing -w, and use strict.
Beyond that, I can't help you...


--
bruce miller nist gov
http://math.nist.gov/~BMiller/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]