Certain special characters from file names and paths get converted into question marks once loaded.

The original characters in the screenshot is Japanese but things like non-standard dashes trigger the same thing. Anyone got any idea how to fix this?
zach
#2
what platform (IDE) are you on?
Visual Studio 2012 and if it changes anything, I’ve tried running the application with system locale set to Japanese and nothing changes
arturo
#4
we need to use wchar in windows to solve this, there’s an issue already in github
This seems like it. I’ll try tinkering from here then. Thanks