Actions
Bug #16451
closedUTF8 conversion causing problems
Start date:
2006-08-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
--> Typo3 4.0
--> Indexed Search 2.9.0
Special characters on pages are being garbled by the function charsetEntity2utf8 in class.indexer.php.
e.g. HTML Text = Jörg, Search result content = Jörg
Strangely enough, searching for "jörg" will return the correct page, even though the result content is garbled.
By commenting out the calls to the function charsetEntity2utf8, this process is reversed i.e. the characters are displayed correctly, but searching for "jörg" returns nothing. I believe charsetEntity2utf8 was introduced to solve this.
(issue imported from #M4005)
Actions