You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot load a project file from D:\GB関連\lsdj\saves\test.retroplug .
"関連" are Japanese Kanji.
In the project file, "GB関連" are transformed to "GB関係". This charactors HEX code is "47 42 E9 96 A2 E4 BF 82". ("47 42 E9 96" are "GB".)
I don't know what the character code of this. For example, UTF-8's "GB関連" HEX code is "47 42 E9 96 A2 E9 80 A3". That wrong code is not a Shift-JIS too.
Finally I can load this project file after I remove 2-byte characters from the file used HEX Editor and fixed the file places.
Can you add multi byte support for project file?