Page is a not externally linkable
coopster - 1:13 pm on Aug 18, 2011 (gmt 0)
Create your table using a utf8 character set and collation. I do so at the database level: CREATE DATABASE databasename CHARACTER SET utf8 COLLATE utf8_unicode_ci;