Re: Encoding problem
[email protected] (Jason E. Stewart)
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Sorry for writing back so late. "ddt" <[email protected]> writes: > Maybe this is not the right list to address my problem, but it's the only > place I've seen where I could post my problem, if there's any other > list/mail/etc. let me know it. I've run your program with XML-Xerces-2.5.0-0 and it works correctly. My suggestion is to check your locale setting when running the program: ~/work/xml-xerces/perl-2.5 $ echo $LANG en_US This will affect what code page Xerces uses by default - if it is set to 'C' then you will not be using unicode. Cheers, jas.