Forums / General / Ezxml attribute don't show accents (solved)

Ezxml attribute don't show accents (solved)

Author Message

César Camelo

Monday 30 October 2006 7:46:36 am

Hi, I had this problem because I can´t see the accents in my description attribute(ezxml), I already check the database, and the accents are there, but when I try to show them with attribute_view_gui they are all missing.

<b>The {attribute_view_gui attribute=$node.data_map.descripcion} of the ezxml attribute looks like this:</b>

eg.
<i>Mxima presin del filtro</i>.

<b>And the {$node.data_map.descripcion.content.xml_data} looks like this, but losing format</b>

eg.
<i>Máxima presión del filtro.</i>

Could anybody give me a hand with this.

Thanks in advance.

César Camelo
Aplyca Tecnologia
Bogotá Colombia.

César Camelo

Monday 30 October 2006 1:44:36 pm

I found the solution, the encoding of the ezxml attribute was in "UTF8" y change it to "iso-8859-1" and voila.