I've got a mysql database with unique index on a column defined as varchar,
and character =
set=latin1.  But, if I insert, for example, 'protege' into the varchar
column, then try to insert 'protegé', I get a 'duplicate entry' error.
Mysql seems to be treating 'e' and 'é' as the same character.  Is there a
way to make them
compare differently?


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to