<p></p>
<p dir="auto">I forgot you can see what locale Geany thinks its in by looking at <code>Help->Debug Messages</code> which should say something like:</p>
<pre><code>Geany INFO               : Geany 1.39 (git >= b7558417), en_AU.UTF-8
</code></pre>
<p dir="auto">Note LC_ALL environment variable is a convenience to override all the other variables with its value, it does not need to be set if all the other variables are set.  Geany calls <code>setlocale(LC_ALL, "")</code> as required to set the various locale categories according to <a href="https://pubs.opengroup.org/onlinepubs/007904875/basedefs/xbd_chap08.html#tag_08" rel="nofollow">precedence order defined in 8.2 here</a></p>
<p dir="auto">Python site.py changed in 3.10 to explicitly use your LC_CTYPE value to read <code>.pth</code> files, so maybe it uses LC_ALL in 3.6 and so assumes ASCII when its not set.</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/issues/1143#issuecomment-986208767">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ7WIRKGTYOZTTFLWY3UPNBB7ANCNFSM5JHDDH7Q">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AAIOWJZPFTOGP3X2I75IG3TUPNBB7A5CNFSM5JHDDH72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHLEFT7Y.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/issues/1143#issuecomment-986208767",
"url": "https://github.com/geany/geany-plugins/issues/1143#issuecomment-986208767",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>