Forums / Install & configuration / Special characters with OE
Gruppo Femar
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
Thursday 23 November 2006 4:24:04 am
Problem fixed. The charset of the admin page was iso because the setting in settings/siteaccess/my_admin/i18n.ini.append had no effect.Is possible to override i18n.ini in the siteaccess?