UTF8 Support
Theverat opened this issue · 2 comments
Theverat commented
Hi,
you might want to use a wrapper for fopen
similar to the one stb_image uses: https://github.com/nothings/stb/blob/f67165c2bb2af3060ecae7d20d6f731173485ad0/stb_image.h#L1193
This would make it possible to load files with non-latin characters in the filepath on Windows.
Thanks for writing this library!
Best,
Simon
syoyo commented