<p><b>@smostertdev</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany-plugins/pull/897#discussion_r321984902">lineoperations/src/lo_fns.c</a>:</p>
<pre style='color:#555'>> -#include "linefunctions.h"
+#include "lo_fns.h"
+#include "lo_prefs.h"
+
+
+/* Get sort function based on user preferences */
+lo_strcmpfns
+getcmpfns(void)
+{
+       if(lo_info->use_collation_compare)
+       {
+               return g_utf8_collate;
+       }
+       else
+       {
+               return strcmp;
</pre>
<p>For some reason I changed it a few years ago <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/geany/geany-plugins/commit/2e2e043318fd2630cd05f1ee95c49fcdb019b6f7/hovercard" href="https://github.com/geany/geany-plugins/commit/2e2e043318fd2630cd05f1ee95c49fcdb019b6f7"><tt>2e2e043</tt></a>, I just don't remember why.</p>
<p>I agree with you, I think it is better with glib. I tested it and do not see any problems, so I'm not sure what I was thinking a few years ago.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/pull/897?email_source=notifications&email_token=AAIOWJYST47IKMY3IADHGQ3QIQREJA5CNFSM4IK5FTCKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCD72L5A#discussion_r321984902">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ2756TGRE34JG4HEJLQIQREJANCNFSM4IK5FTCA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AAIOWJ5YQCG6CPVXULBFJZ3QIQREJA5CNFSM4IK5FTCKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCD72L5A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/pull/897?email_source=notifications\u0026email_token=AAIOWJYST47IKMY3IADHGQ3QIQREJA5CNFSM4IK5FTCKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCD72L5A#discussion_r321984902",
"url": "https://github.com/geany/geany-plugins/pull/897?email_source=notifications\u0026email_token=AAIOWJYST47IKMY3IADHGQ3QIQREJA5CNFSM4IK5FTCKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCD72L5A#discussion_r321984902",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>