Re: SELECT 'Müller' = 'Mueller'; do not return 1
Posted by: Peter Gulutzan
Date: March 03, 2011 11:09AM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: SELECT 'Müller' = 'Mueller'; do not return 1
1438
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.