ghe Posted April 25, 2008 Share Posted April 25, 2008 Good Day to All, Does anyone here knows how to make the ORDER BY clause to take effect on multibyte characters? Hope someone here can help me. Thank you and Regards, Quote Link to comment https://forums.phpfreaks.com/topic/102871-how-to-sort-multibyte-characters/ Share on other sites More sharing options...
btherl Posted April 28, 2008 Share Posted April 28, 2008 If the database is encoded with UTF8 then you should get multibyte ORDER BY. But if you're using single byte encoding for the database, I don't think there's any simple way to get ORDER BY to compare using different rules. There is probably a complicated why, by using an alternative comparison function. That's not something I've had experience with. Quote Link to comment https://forums.phpfreaks.com/topic/102871-how-to-sort-multibyte-characters/#findComment-528598 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.