Bug #19726
closedUTF8 produces bad character output
0%
Description
localconf.php
// always use utf-8
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;';
$TYPO3_CONF_VARS['SYS']['UTF8filesystem'] = 'utf-8';
$TYPO3_CONF_VARS['SYS']['t3lib_cs_convMethod'] = 'mbstring';
$TYPO3_CONF_VARS['SYS']['t3lib_cs_utils'] = 'mbstring';
with this there appear strange chars in the output of the search...
has already been solved in the good old years
http://typo3.toaster-schwerin.de/typo3_english/2007_10/msg00015.html
the line has a little bit shifted but it's still there...
for easy handling here is a patch
(issue imported from #M9989)
Files
Updated by Valery Romanchev almost 16 years ago
I can confirm: this problem exists also for Russian.
And the solution works OK.
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 Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.