Project

General

Profile

Actions

Bug #16163

closed

Elements added to field values with TCEFORM becomes incorrectly recoded

Added by Pavel Antonov almost 18 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
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

screenshot.gif (4.17 KB) screenshot.gif Administrator Admin, 2006-05-21 00:49
Actions #1

Updated by Thorsten Kahler over 17 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.

Actions #2

Updated by Christian Kuhn over 14 years ago

Resolved, unable to reproduce:

- Example works fine for me in current 4.3 trunk (rev. 5842)

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF