Jump to content

How to sort multibyte characters?


ghe

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.