We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3143

Summary: Cyrilic letters in folder path cause SDL_RWops to crash
Product: SDL Reporter: Dimitry <winsvega>
Component: fileAssignee: Sam Lantinga <slouken>
Status: RESOLVED INVALID QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: philipp.wiesemann
Version: 2.0.0   
Hardware: x86_64   
OS: Windows 7   

Description Dimitry 2015-10-09 22:39:49 UTC
Just trying to write something into a file /User/Папка/file.bin
Comment 1 Philipp Wiesemann 2015-10-10 20:08:03 UTC
Thank you for reporting this problem.

Does opening the file (e.g. SDL_RWFromFile()) cause the problem or writing the file (e.g. SDL_RWwrite())?
Comment 2 Dimitry 2015-10-17 20:48:18 UTC
SDL_RWFromFile(filename.c_str(), "wb");
return NULL
Comment 3 Dimitry 2015-10-18 02:52:33 UTC
sorry, that was probably fault on my side when setting filename path.
Comment 4 Dimitry 2015-10-18 02:53:57 UTC
sorry, that was probably fault on my side when setting filename path.