Hello,

I'm extracting datas from a MySQL database to make a XML file UTF-8 encoded (I use XSP, ESQL). This XML file is used by another software.
The problem is that every special chararcter (like œ, Œ...) are written as œ (œ), Œ (Œ)...
These characters are not understood by the software reading the XML file. If I replace every &#...; by it's real character, there's no more problem.
My question is : can we force Cocoon to use UTF-8 encoded character than it's 'code' (&#...;) ?


Thanks
Nicolas


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



Reply via email to