[TYPO3-english] TYPO3 and character encoding problems
Pero Peric
pperic at mail.com
Thu Jul 10 10:28:29 CEST 2014
On 9.7.2014. 18:23, Peter Linzenkirchner wrote:
> Hello Pero,
>
> try this:
>
> mysqldump -u USER -p --default-character-set=latin1 datenbank_name > datenbank_name.sql
>
> open the dump in a text editor (charset utf8!) and change in SET NAMES latin1 or DEFAULT Max. CHARSET latin1 all latin1 to utf8
>
> then load the dump back in the database.
>
> this normaly fixes the problem for me.
Hi Peter,
I tried this but unfortunately it didn't work. If i could do mysql dump
from PHP i think that would work but i'm not sure that this can be done.
regards.
More information about the TYPO3-english
mailing list