Hi, I was trying to use ORDER BY on a unicode field. I can use 2 types of collation: binary and default. Both give wrong results. The binary puts accented letters on the end of the list, the default puts all of them between 'A' and 'B'. What I'd need is central-european collation support for the unicode character set, or something which can do the same (at reasonable speed).
thanks, Agoston Horvath -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]