[TYPO3-dev] [TYPO3-UG CH] [static_info_tables] Swiss currency
    Cedric Spindler 
    cs at cabag.ch
       
    Thu Jun 19 09:47:02 CEST 2008
    
    
  
Hello everybody,
The standard formatting of Swiss currency is as follows:
12'345.67
cu_decimal_point = .
cu_thousands_point = '
The record in static_info_tables would format like this:
12.345,67
Could this be corrected? Thank you
The corresponding line should probably read:
INSERT INTO static_currencies VALUES ('31', '0', 'CHF', '756', 'Swiss franc', 
'SFr.', '', '''', '.', '2', 'centime', '100', '', '');
-- 
--
Cedric Spindler
    
    
More information about the TYPO3-dev
mailing list