View Single Post
  #1 (permalink)  
Old 06-27-08, 14:46
elmu elmu is offline
Registered User
 
Join Date: Aug 2006
Posts: 5
MySQL ordering problem with utf8

Hello,

I have a MySQL table with CHARSET=utf8 COLLATE=utf8_unicode_ci
My problem is that if I want to order by name for example then the list is not really correct. The words with only english characters are ordered fine, but if there are any non english character like éőó, then they will be placed in a wrong position.

Any idea how to solve it?
Reply With Quote