<p></p>
<ol>
<li>
<p>Create a path with unicode characters (cyrillic, for example) under Windows, and a some file (with a some content! For example, "ABCDE"):<br>
C:\dev\слово\src\file.py</p>
</li>
<li>
<p>Open console and go to the C:\dev\слово\src\ folder.</p>
</li>
<li>
<p>Launch Geany from command line with the file name as the parameter:<br>
C:\your_installation_path\bin\geany.exe  file.py</p>
</li>
<li>
<p>Geany opened an empty file instead of the file with the "ABCDE" content.<br>
In the log messages the path is "c:\dev\слово\src\file.py" instead of normal "C:\dev\слово\src\file.py"</p>
</li>
<li>
<p>But, if you launch geany with the full path to the file<br>
C:\your_installation_path\bin\geany.exe  C:\dev\слово\src\file.py<br>
all will be ok. We can see the file content: "ABCDE"<br>
The log messages show the right file path: "c:\dev\слово\src\file.py"</p>
</li>
</ol>
<p>So, geany can't detect default working dir under Windows. And you can't use geany in your workflow with unicode characters in paths.</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/issues/2652">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ3MIJXS2SRP4GUSVJLSO7ULTANCNFSM4TPKYI3Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ5JF4CT55G7Q73PFMDSO7ULTA5CNFSM4TPKYI32YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LAMUBVA.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/issues/2652",
"url": "https://github.com/geany/geany/issues/2652",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>