Is there a way to correctly sort unicode strings in SQLite using Python? -


Is there an easy way to sequence lines with Unicode data in SQLite?

SQLite has a BYOS (bring your own sorter) policy for frequently asked questions See. They decide not to include any unicode-aware sorting algorithm, so that the SQLite library is easy to keep and link to a static link.

However, you can do this, however please, please tell, then tell SQLite for its use. As the other poster has indicated, the source tree has collators that use it. However, you can also use your own, which is understandable if you are using your own Unicode-awareness of LIBIL-like GLIB.


Comments