Get UTF8 support with following steps:
1 - convert all tables:
(examples for mysql, suposing that your database is UTF8)
ALTER TABLE sc_tags CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE sc_watched CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE sc_bookmarks CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE sc_users...
2009-02-24 02:05:21 UTC in Scuttle