Project

General

Profile

Actions

Bug #90080

closed

Fluid ViewHelper inline f:translate with f:format.raw not working

Added by Christian Holzmann over 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2020-01-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
fluid, viewhelper, inline
Complexity:
Is Regression:
Sprint Focus:

Description

Hello!

The following usage of ViewHelpers should (IMHO) produce the same output:

<f:format.raw><f:translate key="KEY"/></f:format.raw>

{f:translate(key:'KEY')->f:format.raw()}

Currently (TYPO3 9.5.11) it does not.
I tried with a translation string that has ­ in the text.

With the inline Viewhelper usage I get &shy;
with the tags it works, i get ­

Kind regards,
Chris

Actions

Also available in: Atom PDF