Bug #7292

escapeViewHelper does not take encoding of resulting web page into account

Added by Sebastian Kurfuerst over 5 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2010-04-16
Priority:Must have Due date:
Assigned To:Sebastian Kurfuerst % Done:

100%

Category:ViewHelpers
Target version:-
Has patch: Affected Flow version:

Description

Uf I use {user.name} and username as a special char, nothing is displayed.
if I use <f:escape value="{user.name}" encoding="iso-8859-1"></f:escape>, it
works.

Solution: use the same encoding TYPO3 uses for displaying the page, as we assume that data rendered has the same encoding as well.

History

#1 Updated by Sebastian Kurfuerst over 5 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

committed in r2228

Also available in: Atom PDF