Le mercredi, 20 ao� 2003, � 20:09 Europe/Paris, Joerg Heinicke a �crit :


Nicolas SANDRI wrote:
Not so strange, try this code in Internet Explorer, Mozilla or another interpreter :
<?xml version="1.0" encoding="UTF-8"?>
<test>
<node>Special chars : &#156; &#140;</node>

These are not the characters below, both are non-displayable control characters. See 8C, 9C at http://www.unicode.org/charts/PDF/U0080.pdf. If you use &#x152; and &#x153; (Hex) or &#338; and &#339; (Dec), everything is ok.


Joerg

Right but does Cocoon can encode these chararcters correctly, like described in the unicode chart ?
My Cocoon 2.0.4 / Tomcat 4.1.18 encode it like I said, does the new releases should give me better results ?


Thanks

Nicolas


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



Reply via email to