Bugzilla – Bug 16700
Sorting of non-ASCII characters broken on Windows
Last modified: 2011-05-10 14:33:19 UTC
Bug 14800 has been resolved for Lunix (and presumably OSX) platforms but this problem still exists for Windows. The database stores text fields in UTF-8 encoding but Windows locales do not support sorting UTF-8-encoded strings.
Will investigate building DBD::SQLite with ICU support.
== Auto-comment from SVN commit #31635 to the slim repo by ayoung == == http://svn.slimdevices.com/slim?view=revision&revision=31635 == bug 16700: Sorting of non-ASCII characters broken on Windows Update LOCALE names for Windows
DBD::SQLite now has ICU support on all platforms, providing correct sorting for all database queries.
Fixed in build 7.6, 32302. Closing