ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl-xml
perl-xml
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved