Show
Ignore:
Timestamp:
07/27/07 21:55:10 (6 years ago)
Author:
boltrix
Message:

More test on I18N

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/umitCore/I18N.py

    r1140 r1141  
    2626LC_ALL = locale.setlocale(locale.LC_ALL, '') 
    2727LANG, ENC = locale.getdefaultlocale() 
    28 ERRORS = "ignore" 
     28ERRORS = "replace" 
    2929 
    3030# If not correct locale could be retrieved, set en_US.utf8 as default