>>>>> "ruschein" == ruschein <ruschein@stripped> writes:
ruschein> Hi,
ruschein> I'm trying to insert keys that differ only in the accents on
ruschein> the letters into a VARCHAR column. MySQL complains about
ruschein> duplicate keys. I need to support ISO 8859-1 or maybe even
ruschein> multibyte characters at some point. What can I do to have
ruschein> MySQL honour differences in accented charcters?
Can you provide an example of this?
Anyway, you can always create the column as BINARY if you don't want
to get correct ISO-8859-1 sorting.
Regards,
Monty