Project

General

Profile

Bug #18478 » bug_7901_locale_tr_workaround.diff

Administrator Admin, 2008-11-28 10:19

View differences:

typo3/sysext/cms/tslib/class.tslib_fe.php (Arbeitskopie)
# so we set all except LC_NUMERIC
setlocale(LC_COLLATE,$this->config['config']['locale_all']);
setlocale(LC_CTYPE,$this->config['config']['locale_all']);
if (substr($this->config['config']['locale_all'], 0, 2)!='tr') {
setlocale(LC_CTYPE,$this->config['config']['locale_all']);
}
setlocale(LC_MONETARY,$this->config['config']['locale_all']);
setlocale(LC_TIME,$this->config['config']['locale_all']);
(2-2/2)