Bug #41793
closedUse UTF-8 by default in Flexforms and Backend
100%
Description
Was: FlexFormTools array to XML does not use UTF-8 by default
When using FlexFormTools, and no $LANG->charSet is set, then the XML header is written with an empty character set. This happens if you use this function in your own extension and not in the backend e.g., but also when instantiating the storages (this is where I noticed it).
Thus, we introduce a fallback to UTF-8. This is the same way, GeneralUtility (t3lib_div) - array2xml_cs does it.
Updated by Benni Mack about 12 years ago
- Status changed from New to Accepted
- Assignee set to Benni Mack
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15446
Updated by Benni Mack about 12 years ago
- Subject changed from FlexFormTools array to XML does not use UTF-8 by default to Use UTF-8 by default in Flexforms and Backend
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15446
Updated by Gerrit Code Review about 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15446
Updated by Benni Mack about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b8a7c9f942f5e8403f910857f81aed4f5e268ae1.