Convert to Unicode

What i did to convert the database instead of the scripts, was to do a dump of the database, then replace the strings <em>latin1</em> with <em>utf8</em>. (Important to use unicode editor when doing the replace) And then reimport the database.

This seems to work. The database was clean, so i don't know how this works for databases with lots of content.

Modified by Kristian Hole on 04/03/2005 at 9:04:32 am