[TYPO3] problems with utf8 after migration
Rakowski Tomasz
raczek at open.infi.pl
Tue Jan 9 17:53:22 CET 2007
Peter Russ napisał(a):
> Rakowski Tomasz schrieb:
>> R. van Twisk napisał(a):
>>> Rakowski Tomasz wrote:
>>>> hello!
>>>>
>>>> recently I had to move my Typo3 instalation into a new location.
>>>> Unfortunately there is a problem with polish characters. I am almost
>>>> 100% sure it's because of some utf8 related issues. Unfortunately I
>>>> do not know how to cope with that further, I have already lost many
>>>> hours today, yesterday etc
>>>>
>>>> Here is my situation:
>>>>
>>>> My new system is FreeBSD 6.1
>>>> PHP 4.4.3
>>>> MySQL 5.0.27
>>>> Typo3 3.8.0
>>>>
>>>>
>>>> SQL settings are as follows:
>>>>
>>>> character_set_client utf8
>>>> character_set_connection utf8
>>>> character_set_database latin2
>>>> character_set_filesystem binary
>>>> character_set_results utf8
>>>> character_set_server utf8
>>>> character_set_system utf8
>>>> collation_connection utf8_bin
>>>> collation_database latin2_general_ci
>>>> collation_server utf8_polish_ci
>>>>
>>>>
>>>> Typo3 settings:
>>>>
>>>> config.renderCharset = utf-8
>>>> $TYPO3_CONF_VARS['SYS']['t3lib_cs_convMethod'] = 'mbstring';
>>>> $TYPO3_CONF_VARS['SYS']['t3lib_cs_utils'] = 'mbstring';
>>>> $TYPO3_CONF_VARS['SYS']['multiplyDBfieldSize'] = 1;
>>>>
>
> Is the mbstring function for PHP available on your new server?
> What character set is your export? Does that looks okay?
>
> Regs. Peter.
>
Hello!
Yes, mbstring is available.
I export using phpMyadmin so I think it is UTF-8 - I export using gzip
compression. And it's hard to say if it's ok.
thx
racco
More information about the TYPO3-english
mailing list