Try adding the encoding attribute to the XML declaration

<?xml version='1.0' encoding='UTF-8'?>

If that doesn't work you may need to escape the special characters with
their code (for what ever encoding your using unicode, etc) you can do that
like this... &#000; where 000 is the character code.

_____________________________________________
Pete Freitag ([EMAIL PROTECTED])
CFDEV.COM
Web Developer Resources
http://www.cfdev.com/
 Check out ActivEdit a WYSIWYG HTML Editor that works like a Textarea
 http://www.cfdev.com/activedit/



-----Original Message-----
From: Regis LOWE [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 20, 2002 4:22 AM
To: [EMAIL PROTECTED]
Subject: FOREIGN LANGUAGE: PARSING XML


Hi,
There is a problem when parsing xml with foreign language character, for
instance:
Parsing :
<message>dossier de élévage à porcs </message>

produces :
dossier de ?vage ?orcs

What’s wrong ?


Cheers.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to