Alain,

Please see the FAQ:

http://castor.codehaus.org/xml-faq.html#How-do-I-set-the-encoding?

--Keith

Alain Baucant wrote:

I'm marshalling data with accentuated characters:
ch.setDescription("Mon premier channel créé avec Castor");
...
Marshaller.marshal(ch, writer);


The xml content is not what I expect:
<?xml version="1.0" encoding="UTF-8"?>
...
<description>Mon premier channel cr�� avec Castor</description>


Is there a way to specify the character encoding (UTF-8) to use to marshal (or another way to solve my problem) ?

Thanks in advance,
Alain





-------------------------------------------------
If you wish to unsubscribe from this list, please send an empty message to the following address:

[EMAIL PROTECTED]
-------------------------------------------------




-------------------------------------------------
If you wish to unsubscribe from this list, please send an empty message to the following address:

[EMAIL PROTECTED]
-------------------------------------------------

Reply via email to