Re: SELECT 'Müller' = 'Mueller'; do not return 1
You said
> mysql> select hex('Müller');
> +---------------+
> | hex('Müller') |
> +---------------+
> | 4D816C6C6572 |
> +---------------+
The second letter, for 'ü', is 0x81.
That's not the encoding for latin1.
Somewhere along the line, the setting
is for another character set, perhaps
cp852.
Peter Gulutzan
Subject
Views
Written By
Posted
3606
March 02, 2011 08:09PM
Re: SELECT 'Müller' = 'Mueller'; do not return 1
1513
March 03, 2011 11:09AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.