[Github-comments] [geany/geany-plugins] Line Operations: Add support for locale-aware sorting (#819)

Daniel Plakhotich notifications at xxxxx
Fri Feb 8 16:22:23 UTC 2019


Line operations currently use `strcmp()`, so sorting non-ASCII text gives nonsense (because it sorts by bites of UTF-8 sequences). It would be nice to have normal sorting that use `g_utf8_collate()` (or `g_utf8_collate_key()` for better performance) either by default (replacing `strcmp()`) or as separate operations.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/819
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190208/1831f051/attachment.html>


More information about the Github-comments mailing list