Actions
Bug #20259
closed0008360: locallang.xml charset convertion dont work for LOCAL_LANG['default']
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-04-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The bug #18766 is still present.
-----
} else {
$targetCharset = $csConvObj->parse_charset($csConvObj->charSetArray[$langKey] ? $csConvObj->charSetArray[$langKey] : 'iso-8859-1');
}
----
All texts are NULL.
$targetCharset gets empty in some cases!
(issue imported from #M10819)
Files
Actions