<p></p>
<p dir="auto">Sorry for the delay...</p>
<p dir="auto"><code>File | Properties</code> says the file is utf-8, which is the same encoding as is selected in <code>Document | Set encoding...</code>. Running <code>chardet</code> on it returns <code>ISO-8859-9</code>  (which I understand is as valid as ISO-8859-1 and others).</p>
<p dir="auto">If I look inside the file, I find: (the <code>ñ</code> is at 0x122)</p>
<pre><code>     120  20 61 c3 b1 6f 73 3a 20  22 20 2e 0a 20 20 20 20   a..os: " ..
     130  20 20 77 33 5f 6c 69 6e  6b 32 73 28 22 77 65 65    w3_link2s("wee                                                         
</code></pre>
<p dir="auto">The strange thing is that <code>chardet</code> claims <code>ISO-8859-9</code> which should have 'ñ' as a one-byte code. I load the file in Python3 as <code>open('weekly.php', rb)</code> and pass the contents as <code>bytes</code> to `chardet...</p>
<p dir="auto">So, the issue does not seem to be Geany's.</p>
<p dir="auto">Thanks for the info though!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/3141#issuecomment-1085419171">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ4SNEF6SIWUHBPRK6TVCZ5XVANCNFSM5R3HC33Q">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJ7DJS33Q3N6QYK26KTVCZ5XVA5CNFSM5R3HC332YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOICZC5IY.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/geany/issues/3141/1085419171</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/3141#issuecomment-1085419171",
"url": "https://github.com/geany/geany/issues/3141#issuecomment-1085419171",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>