Actions
Bug #17641
closedturkish index_search doesn't work
Start date:
2007-10-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
as in turkish there is a problem with the "i" - uppercase will be different to other languages.
For that index_search doesn't work in turkish, all Markers leave unreplaced.
The problem is the phpfunction strtoupper that doesn't work in this context.
I removed this and changed the markers in code to Capitols, now all works fine.
Patch is included.
(issue imported from #M6428)
Files
Updated by Martin Kutschker almost 17 years ago
Problem should be solved by using t3lib_div::strtoupper (4.2b2).
Updated by Michael Stucki over 16 years ago
see the full discussion here: http://lists.netfielders.de/pipermail/typo3-team-core/2007-October/thread.html#10028
Actions