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 ?!
3712
July 05, 2007 07:25AM
2220
July 05, 2007 08:12AM
2111
July 06, 2007 04:25AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.