Changeset 1141 for trunk/umitCore/I18N.py
- Timestamp:
- 07/27/07 21:55:10 (6 years ago)
- Files:
-
- 1 modified
-
trunk/umitCore/I18N.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/umitCore/I18N.py
r1140 r1141 26 26 LC_ALL = locale.setlocale(locale.LC_ALL, '') 27 27 LANG, ENC = locale.getdefaultlocale() 28 ERRORS = " ignore"28 ERRORS = "replace" 29 29 30 30 # If not correct locale could be retrieved, set en_US.utf8 as default
