I'm fighting sortings. I want to build a table with a unique word index, which is case insensitive but different from "a" "a". This means that "de" and "dé" must be 2 different entries, but de, De, DE, dE must be the same.
Is there a utf8 build that does the job (it doesn't seem to be that way)? Is there any way to tell mysql not to use any mappings? Is there any other solution? I do not want to change my words to lower or upper case
thank
source
share