Bug #16451
closedUTF8 conversion causing problems
0%
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)
Updated by Michael Stucki over 18 years ago
Maybe you are using an extension which extends the indexed search plugin? Make sure there are no XCLASSes to any indexed_search file! (You can check that under "Tools", "Configuration", "$TYPO3_CONF_VARS" => BE[XCLASS] and FE[XCLASS]
Updated by Michael Stucki over 18 years ago
Sorry, I don't have time to look deeper at this currently. Since I suppose it's not a TYPO3 bug, you might post a mail at the typo3-english list instead...
Updated by Dmitry Dulepov over 14 years ago
Tested with non–English characters, it works for me.