-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file browser can't list directory with non-engish characters content #6006
Comments
This seems to be OK on Linux, so I assume it's Windows-specific. Would you be able to take a quick look @ericmehl? |
Windows uses gaffer/src/Gaffer/FileSystemPath.cpp Line 512 in 9599500
std::filesystem::path to give us a std::string . It raises an error with characters like @michalfratczak pointed out.
I think it may be fixed by using It would be nice to be able to use Instead we might need to resort to I haven't looked into the Cortex side of it yet (we call I'll look into that closer and add some tests and a fix. |
Just noting here based on the discussion in #6012, that we may want to consider adding a test, or at least verify the behavior works, for sorting by extension with troublesome Windows characters like those pointed out above. |
Version: Gaffer1.4.11.0-windows
Third-party tools: none
Third-party modules: none
Description
File browser can't list folder's content if there is file/dir with non english characters. It stops at last item before the rogue one.
Steps to reproduce
Just create a dir with any of polish letters: á ć ę ł ś ó
Basically non-english characters should be forbidden, but when it happens and you can't rename the folder - there's a problem...
The text was updated successfully, but these errors were encountered: