Re: utf8 in database but order does not sort correct
Posted by: chapacan
Date: October 16, 2006 01:34AM

I'm having the same problems with a database in utf8 charset, and utf8_spanish2_ci collation. I have tried utf8_spanish_ci too.

Mysql doesn't order result sets correctly, the characters 'ñ', 'Ñ','á', 'Á',... 'Ú', are placed before the characters 'a', 'b', 'c'... They should be in another positions:

'á', 'a', .... 'n', 'ñ', 'Ñ', 'o'.

¿Someone culd help me?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: utf8 in database but order does not sort correct
4214
October 16, 2006 01:34AM


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.