I am fighting with collations. I want to build a table with a unique index on word that is case insensitive but that differenciate "a" from "à". It means that "de" and "dé" should be 2 distinct entries but de, De, DE,dE should be the same.
Is there an utf8 collation that do the job (it does not seems to be the case) ? Is there a way to say to mysql not to use any collation ? Is there another solution ? I don't want to change my words to lower or upper case
thanks