[TYPO3-english] mnoGoSearch Charset problem

Graham Solomon graham.solomon at powys.gov.uk
Mon Sep 26 15:13:14 CEST 2011


Hi,

I am having an issue with the mnoGoSearch extension, the default 
language of the website I am working on is Polish and the non standard 
chars in the search results are being rendered as '?'. I am not sure why 
this is as they are rendered correctly in TYPO3 content elements.

Please see my setup/config below:

TYPO3 4.5.6
mnogosearch 2.2.2
PHP 5.2.9

config.metaCharset = utf-8
config.renderCharset = utf-8
config.additionalHeaders = Content-Type:text/html;charset=utf-8

$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;';
$TYPO3_CONF_VARS['SYS']['t3lib_cs_convMethod'] = 'mbstring';
$TYPO3_CONF_VARS['SYS']['t3lib_cs_utils'] = 'mbstring';

Extension config:
[LocalCharset] = utf-8
[BrowserCharset] = utf-8


If anyone can give me some information on how I might resolve this I 
would be extremely greatful!


Kind Regards,
Graham Solomon


More information about the TYPO3-english mailing list