[TYPO3] Danish characters in GMENU on UTF-8 encoded site

Oleg L. Sverdlov oleg at ols.co.il
Fri Jun 2 08:30:11 CEST 2006


Depending on your php.ini configuration, add either mbstring or iconv to 
those values, as described in the Wiki. You need the extensions compiled.

$TYPO3_CONF_VARS['SYS']['t3lib_cs_convMethod'] = 'mbstring';
$TYPO3_CONF_VARS['SYS']['t3lib_cs_utils'] = 'mbstring';


In php.ini you will have to enable either

extension=php_iconv.so

extension=php_mbstring.so


For me on php 4 mbstring is working OK.


Oleg.

Mads Brunn wrote:

> Hi Oleg
>
> They are both blank.
>
> Mads
>
>
> Oleg L. Sverdlov wrote:
>   
>> Mads,
>>
>> what are the values of
>>
>> [SYS][t3lib_cs_convMethod] and
>>
>> [SYS][t3lib_cs_utils]
>>
>>     
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
>
>
>   

-- 
*OLS Software* Websites and Software Development.
Tel./Fax 03-613-2865 , mobile: 054-424-0865
Email info at ols.co.il
URL http://www.ols.co.il



More information about the TYPO3-english mailing list