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
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Franz Holzinger over 11 years ago
This has become irrelavant because TYPO3 4.5 does not support other characters than utf-8.
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
Actions