Actions
Bug #16163
closedElements added to field values with TCEFORM becomes incorrectly recoded
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2006-05-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Non english text corrupt if added to form with TCEFORM and "addItems"
Screenshot in attachment.
BE charset set to UTF-8 (forceCharset = utf-8)
Script example (Russian):
TCEFORM.pages.layout {
removeItems = 1,2,3
addItems {
10 = 㥷㥷㥷㥷㥷㥷㥷㥷㥷
20 = 2
30 = 3
40 = 4
}
}
(issue imported from #M3525)
Files
Updated by Thorsten Kahler about 18 years ago
I could track the problem down to t3lib_beFunc::getPagesTSconfig() (which was not surprising). I'd guess that neither fetching the "defaultPageTSconfig" from TYPO3_CONF_VARS nor using class t3lib_TSparser will take respect to charsets.
Updated by Christian Kuhn about 15 years ago
Resolved, unable to reproduce:
- Example works fine for me in current 4.3 trunk (rev. 5842)
Actions