Wednesday 22 November 2006 6:29:07 am
Hi!
I've a problem with the Online Editor 4.1.2 on eZ publish 3.5.
MySQL and INI are configurated to use UTF-8 charset.
When I put some text that contains special characters in a XML field <b>without the OE</b> there are no problem.
When I use the OE all the special characters become '?' . In the database I see this:
<?xml version="1.0" encoding="UTF-8"?>
<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/"
xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"
xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/">
<paragraph>??????????</paragraph>
</section>
Please help me! Daniele Daddiego
|