Actions
Bug #62279
closedTitleCaseFilter doesn't properly handle utf-8 strings
Status:
Closed
Priority:
Should have
Assignee:
Category:
Miscellaneous
Target version:
Start date:
2014-10-16
Due date:
2014-10-16
% Done:
100%
Estimated time:
0.50 h
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
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.
Actions