Hi! > Andrew Plank wrote: >> Then, using phpMyAdmin, I exported the "old" database, used the linux >> "iconv" tool to convert the exported SQL script from iso-8859-1 to UTF8. >> I then appended "DEFAULT CHARSET=utf8" to each "CREATE TABLE" statement, >> and imported this modified SQL script to the "new" site's database using >> phpMyAdmin. > > This operation destroys all _serialized_ data in the database. > > I remember that the bug tracker had a correct procedure for such conversion.
I documented the steps here: http://xavier.perseguers.ch/en/tutorials/typo3/configuration/utf-8.html -- Xavier Perseguers http://xavier.perseguers.ch/en/tutorials/typo3.html _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
