Bug #95190
closed
Padding with Fluid ViewHelper format.padding does not work correctly with multibyte strings
Added by Sybille Peters about 3 years ago.
Updated about 2 years ago.
Description
As in #95189, str_pad() is used under the hood which is not equipped to handle multibyte characters.
Example / reproduce¶
<f:format.padding padLength="8" padString="*">hellö</f:format.padding>
Expected result¶
hellö***
Actual result¶
hellö**
Versions¶
TYPO3 10.4 (latest)
TYPO3 master (11-dev)
- Related to Bug #95189: Padding with TypoScript strPad does not work correctly with multibyte characters added
- Status changed from New to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
- Status changed from Closed to Under Review
- Status changed from Under Review to Resolved
- Related to Bug #95673: Omitting value in PaddingViewHelper throws TypeError added
- Status changed from Resolved to Closed
Also available in: Atom
PDF