Bug #20671
closedxml2array identifies UTF-8 files with BOM as ISO-8859-1
0%
Description
When parsing an XML file with xml2array, it will identify the file as ISO-8859-1 if you try to load a real UTF-8 file with Byte-Order-Mark at the beginning. This is caused by the regular expression, which will not match if there are other characters than spaces before the XML header.
I found the bug in Typo3 v4.2.5, but it is also present in the current v4.3-.0-alpha3.
I attached a patch for class.t3lib_div.php which fixes the bug, although I'm not sure if there are any other locations this needs to be fixed.
(issue imported from #M11411)
Files
Updated by Steffen Gebert almost 13 years ago
- File deleted (
class.t3lib_div.php.patch)
Updated by Steffen Gebert almost 13 years ago
- File class.t3lib_div.php.patch class.t3lib_div.php.patch added
- Target version deleted (
0)
Updated by Alexander Opitz almost 10 years ago
- Status changed from New to Needs Feedback
- Is Regression set to No
Hi,
does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.