Closed Kesanov closed 3 years ago
Woops :) This might break people installing apps in folders with unicode characters then. It seems that we are using a plain fopen
I have to check if there is an unicode version. I thought that maybe for cinterop Kotlin serialized to utf-8, but maybe fopen uses another locale? or even the locale defined by the computer?
Which locale, codepage is your computer using?
It isn't possible to open a file that contains UTF8 characters (e.g.
ěščřžý áí
) on Windows (JVM doesn't seem to have issue).