Re: utf-8 (or not) encoding question
by Grant McLean other posts by this author
Dec 9 2004 12:13PM messages near this date
view in the new Beta List Site
utf-8 (or not) encoding question
|
Re: utf-8 (or not) encoding question
& XSLT On Fri, 2004-12-10 at 07:21, Joshua Santelli wrote:
> Hello,
>
> I'm using XML::LibXML to parse a file that I have.
> The character in questions looks like one byte (F3)
> when I `less` the file on UNIX:
That looks like it's a Latin-1 encoding rather than UTF-8.
In UTF-8, all characters beyond 0x7F are encoded using two
or more bytes. More details in the FAQ:
http://perl-xml.sourceforge.net/faq/#utf8
Cheers
Grant
Thread:
Joshua Santelli
Grant McLean
Joshua Santelli
|