Forums / Install & configuration / Special characters with OE

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Special characters with OE

Author Message

Gruppo Femar

Wednesday 22 November 2006 6:29:07 am

Hi!
I've a problem with the Online Editor 4.1.2 on Exponential 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

Gruppo Femar

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?

Daniele Daddiego