[ic] Re: German currency / dezimal=zero problem

Erik Kendel interchange-users@interchange.redhat.com
Tue Dec 11 06:00:01 2001


Ok. I use this in my testlocales.html :
------------------------------------
The locale is [scratch mv_locale] and the price is <FONT COLOR="RED"><br>
Test field: [data table="products" field="price" key="00687514"]<BR>
[seti testmyprice][data table="products" field="price"
key="00687514"][/seti]<br>
[currency][scratch testmyprice][/currency]<BR>
-----------------------------------

My catalog.cfg:
Locale de_DE mon_decimal_point   .
Locale de_DE mon_thousands_sep   " "
Locale de_DE currency_symbol     " DM"
Locale de_DE ps_cs_precedes      1
Locale de_DE frac_digits 2
Locale de_DE  PriceCommas  1

!No other locale is set!

The result is:
------------------------------------
The locale is de_DE and the price is
Test field: 58.85

58.00 DM

That's my problem. I searched the whole catalog for other
configurations without any results. The database (mysql)
seems to be ok. Where's the error?

Regards
Erik Kendel