Bug #19130
closedsearch results too long when non-utf8 characters are in index and iconv is being used
0%
Description
function markupSWpartsOfString returns non-cropped results, because the t3lib_cs::strlen('utf-8',...) fails on non-unicode strings, returning. It sure may be my failure to let non-utf-8 strings into index table, but i can't control it thoroughly now. Our website is served as latin1.
iconv_strlen(): Detected an illegal character in input string in
t3lib/class.t3lib_cs.php on line 1428
changing t3lib_cs::strlen('utf-8',...) to t3lib_cs::utf8_strlen(...) in markupSWpartsOfString resolved the issue.
(issue imported from #M9010)
Updated by Raffi no-lastname-given almost 16 years ago
We have the same problem. When we switch to mbstring it works perfectly.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.2
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by ILYA no-lastname-given over 11 years ago
I'm not using typo3 anymore and would not be able to provide useful feedback. Sorry!
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
Closed as commented.