Bug #62279
closedTitleCaseFilter doesn't properly handle utf-8 strings
100%
Description
Running the default php unit test suite there is one failure.
There was 1 failure:
1) TYPO3\CMS\Form\Tests\Unit\Filter\TitleCaseFilterTest::filterForStringReturnsStringWithUppercasedWords with data set "Ein Maß" ('Ein Maß', 'Ein Maß')
Failed asserting that two strings are identical.
--- Expected
+++ Actual@
@
-Ein Maß
+Ein Ma?
On my development machine, running OSX, php 5.6
checked out commit: a07d604
I have a patch for this.
Updated by Gerrit Code Review about 10 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 http://review.typo3.org/33335
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33335
Updated by Gerrit Code Review about 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33335
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33340
Updated by Anonymous about 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset a56a0b649550f7a77ca59d2b313a67dd0f126e06.