Unique index problem ?!
Posted by: pawel jankowski
Date: July 05, 2007 07:25AM

Hi !

I have unique index on varchar field, charset is UTF8 and collation is utf8_unicode_ci.
When I try INSERT a two new records - some like that:

1) ..., 'slusarz', ...
2) ..., 'ślusarz', ...

then mySQL throw's an error: "#23000Duplicate entry 'ślusarz' for key 2" , why??
characters like 's' and 'ś', 'a' and 'ą' ... etc. are different from themselves and they have different codes in UTF8 charset.

Please help

Options: ReplyQuote


Subject
Views
Written By
Posted
Unique index problem ?!
3588
July 05, 2007 07:25AM
2160
July 05, 2007 08:12AM
2013
July 06, 2007 04:25AM


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.