[TYPO3-commerce] EURO sign

Andreas Otto andreas.otto at dkd.de
Thu Jun 21 16:47:31 CEST 2007


Hello Guido,

Guido tum Suden wrote:
> I found this in a commerce tutorial:
> 
>> Darstellung: € Um das Euro-Zeichen - € / EUR - richtig
>> darzustellen, muss in der Datenbank in der Tabelle static_currencies
>> (im Feld cu_symbol_left in der Zeile uid: 49) € eingetragen
>> werden.

Well, to get the € sign back you need to keep in mind that that data from
static_info_tables is UTF-8 encoded by default. If you import this data
into your iso8859-1 database this will end up with some corrupted data.

You can convert the static_info_tables using the UPDATE! function available
in the top-right function menu of the extension manager if you have
selected the extension static_info_tables in the extension manager.

But you are right, this will still leave you with the problem that the €
sign cannot be displayed in iso8859-1 that's why we have iso8859-15.

If possible switch to UTF-8 and you will not have this kind of problems
anymore.


Cheers,
Andreas


More information about the TYPO3-project-commerce mailing list