Re: Continuing Perl 5.8.0 Problems
by Petr Pajas other posts by this author
Oct 2 2002 2:42PM messages near this date
view in the new Beta List Site
Re: Continuing Perl 5.8.0 Problems
|
XML::LibXML - vaidation problem
Steve Hay <steve.hay@[...].com> writes:
>
> There don't appear to be any "official" functions to turn off the
> UTF-8
> flag. The other functions in the Encode module are for converting
> data to/from different encodings; the data in question here is already
> encoded in UTF-8 -- I'm only fiddling with whether or not it is
> "flagged" as such.
i don't agree. having a non-flagged octet in utf-8 encoding, you may
use decode('utf8',$string) to make it proper Perl 5.8 utf-8 encoded
string.
-- Petr
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Steve Hay
Steve Hay
Robin Berjon
Steve Hay
Petr Pajas
Robin Berjon
Steve Hay
Petr Pajas
|