Forums / General / Euro currency symbol again

"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".

Euro currency symbol again

Author Message

Udo Baumgart

Saturday 29 October 2005 6:39:34 pm

Hi,

if i enter a Euro-Symbol (¤) into a text or xml field it display as € in the frontend. I would like my editors to use the Euro-Symbol without hacks or user-defined xml-tags. Any solution out there?
Here in the forum it works like expected. How is it done here?
I am using 3.7.

Ciao, Udo

Łukasz Serwatka

Wednesday 16 November 2005 1:07:44 am

Switching to Unicode encoding might be a solution.

Look on
http://ez.no/products/ez_publish_cms/documentation/configuration/configuration/language_and_charset/unicode_with_ez_publish

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Dmitry Lakhtyuk

Wednesday 16 November 2005 2:58:32 am

This is because of incompatibility of input charset and db charset. Use utf-8, iso-8859-15. iso-8859-1 can be used also but it will not work for 100%(there is no 'euro-symbol' in iso-8859-1 but many font has 'euro-symbol' instead of 'currency-symbol').