Project

General

Profile

Actions

Bug #16451

closed

UTF8 conversion causing problems

Added by Gavin Frayne over 18 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Indexed Search
Target version:
-
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 #1

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]

Actions #2

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...

Actions #3

Updated by Dmitry Dulepov over 14 years ago

Tested with non–English characters, it works for me.

Actions #4

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF