Project

General

Profile

Actions

Bug #95189

closed

Padding with TypoScript strPad does not work correctly with multibyte characters

Added by Sybille Peters over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2021-09-11
Due date:
% Done:

100%

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

Description

When using strings with multibyte characters, the strings are not padded correctly with TypoScript strPad.

The result is the same as with PHP str_pad() which also does not work correctly with multibyte characters (as str_pad() is used under the hood).

Example: Reproduce

TypoScript

page >
page = PAGE

page.30 = TEXT
page.30.value = hellö
page.30.value.strPad {
     length = 10
     padWith = *
     type = both
}

page.40 = TEXT
page.40.value = <br/>

page.50 = TEXT
page.50.value = hello
page.50.value.strPad {
     length = 10
     padWith = *
     type = both
}

Result

**hellö**
**hello***

Expected result

**hellö***
**hello***

Versions

  • TYPO3 10.4 (latest)
  • TYPO3 master (11-dev)

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #95190: Padding with Fluid ViewHelper format.padding does not work correctly with multibyte stringsClosed2021-09-11

Actions
Actions #1

Updated by Sybille Peters over 2 years ago

  • Related to Bug #95190: Padding with Fluid ViewHelper format.padding does not work correctly with multibyte strings added
Actions #2

Updated by Gerrit Code Review over 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71032

Actions #3

Updated by Gerrit Code Review over 2 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71032

Actions #4

Updated by Sybille Peters over 2 years ago

  • Description updated (diff)
Actions #5

Updated by Gerrit Code Review over 2 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71032

Actions #6

Updated by Gerrit Code Review over 2 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71032

Actions #7

Updated by Gerrit Code Review over 2 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71032

Actions #8

Updated by Sybille Peters over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Benni Mack over 2 years ago

  • Status changed from Resolved to Closed
Actions #10

Updated by Gerrit Code Review over 2 years ago

  • Status changed from Closed to Under Review

Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71623

Actions #11

Updated by Sybille Peters over 2 years ago

  • Status changed from Under Review to Resolved
Actions #12

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF