Just a quick note to self. If you need to store Unicode and are using Sequel, make sure you:Create the database with a default charset of UTF8: CREATE DATABASE my_db DEFAULT CHARSET utf8;. I think then any tables you create uses the default charset of utf8 unless otherwise specified.Pass an :encoding option to Sequel’s MySQL ...



thanks alot very much about http://www.cook2all.com