RE: Utf8 collations

2004-12-01 Thread Brown, Brooks
behavior. -Original Message- From: Andrew Nagy [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 11:03 AM To: Brown, Brooks Cc: [EMAIL PROTECTED] Subject: Re: Utf8 collations Brooks, this isn't an answer to your question, but a question to you regarding what you have done. I

Utf8 collations

2004-11-01 Thread Brown, Brooks
All of the unicode collations listed in the reference manual except the binary collations are not sensitive to diacritical marks. That is, if I do the following: create table t ( filename varchar(260) ) type=InnoDB CHARACTER SET utf8 collate utf8_unicode_ci; -- insert an e-acute insert into t