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, view it on GitHub, or mute the thread.