Project

General

Profile

Actions

Bug #63131

closed

Wrong encoded TitleTags/Umlaute in Feedit

Added by Sven Juergens over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Start date:
2014-11-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

hi,

There is a bug with titleTags in german in feedit: "Neuen Datensatz einfügen" or have a look at the attached image.
The FrontendEdit Panel us $GLOBALS['BE_USER']->extGetLL('xxx')); to get the correct translations.

In this function is a call to "$labelStr = $this->getLanguageService()->csConvObj->utf8_to_entities($labelStr);", why we need to convert to entities ?
If the HTML output ist UTF8 there is no reason to use it and convert it. especially with "UTF8 everywhere" in mind.

Solution could be to remove this call in FrontendBackendUserAuthentication.php -> function extGetLL()


Files

feedit.PNG (4.11 KB) feedit.PNG Sven Juergens, 2014-11-21 16:41
2016-01-26 typo3 feedit popup confirm.png (13 KB) 2016-01-26 typo3 feedit popup confirm.png Christian Weiske, 2016-01-26 16:18

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #19806: wrong encoded String from class.t3lib_tsfebeuserauth.phpClosed2009-01-13

Actions
Actions

Also available in: Atom PDF