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 - Cyrilic letters in folder path cause SDL_RWops to crash
Summary: Cyrilic letters in folder path cause SDL_RWops to crash
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: file (show other bugs)
Version: 2.0.0
Hardware: x86_64 Windows 7
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-09 22:39 UTC by Dimitry
Modified: 2015-10-18 02:53 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.