1 Attachment(s)
Saving and Loading Unicode from Ini File
So, I've tried to make an application that would help me index a large library of Vaporwave (a music genre that I am really in to).
But many of these artists and song names have Japanese and other Unicode characters in them and I can't seem to load strings containing said characters correctly or save them.
I've sat my runtime options "Input (if no byte-order mark)" to ANSI and "Output" to Unicode and in the Ini object i've checked the "UTF-8" setting, but this prevents anything from loading.
If I on the other hand uncheck UTF-8 in the Ini object, it loads everything BUT the Unicode characters correctly.
I've tried downloading and checking the same settings as in this thread (that DOES work): https://community.clickteam.com/threads/103378-Support-of-unicode-for-ini-files-under-html5
I've attached my mfa, to use it all you need to do it choose any library and it will look for and use a info.ini file or if none exists create a new one.