I\'m running MySQL 5.1.50 and have a table that looks like this:
organizations | CREATE TABLE `organizations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `na
You have set collation to utf8_unicode_ci which equates accented latin characters. Additional information can be found here.
utf8_unicode_ci