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
According to the documentation of this function, it should support utf8... so I'm not sure what exactly is going wrong here. See: https://wiki.libsdl.org/SDL2/SDL_RWFromFile
The text was updated successfully, but these errors were encountered:
For example, this returns null when the file clearly exists:
Files with ASCII names load fine:
This function ends up using SDL_RWFromFile:
lime/project/src/backend/sdl/SDLSystem.cpp
Line 759 in d75b9f9
According to the documentation of this function, it should support utf8... so I'm not sure what exactly is going wrong here. See: https://wiki.libsdl.org/SDL2/SDL_RWFromFile
The text was updated successfully, but these errors were encountered: