Forums / General / oe editor problem

oe editor problem

Author Message

mario feichtinger

Friday 01 August 2003 1:22:17 am

hello!

if i insert a ¤ in the oe editor it will be show. but after publishing the ¤ is a ?.
what's happen?
mario

Bård Farstad

Friday 01 August 2003 2:30:40 am

You need to change your character set. Change from:
Charset=iso-8859-1
to
Charset=iso-8859-15
which supports euro.

Check site.ini, template.ini and i18n.ini.

--bård

Documentation: http://ez.no/doc

Jan Borsodi

Friday 01 August 2003 2:53:02 am

You can also use
Charset=cp1252
or
Charset=windows-1252
(They're the same)
if you want to have some other 'fancy' characters including the euro.
See
http://czyborra.com/charsets/codepages.html#cp1252
for an overview of the characters.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

mario feichtinger

Friday 01 August 2003 2:54:26 am

thanks!