-
Notifications
You must be signed in to change notification settings - Fork 13
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
Unicode file name #11
Comments
if we can push c++ standard to c++17 then we can use filesystem::path |
Can we? What is needed? |
it's more like if @schnaader @MarcioPais agrees.. |
currently filesystem::path is experimental, i don't know if that should be considered. |
it's merged into c++17 in last meeting and now part of c++17 standards, and msvc,gcc8 fully implements it, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look like this FileStream can't handle a Unicode file name. Is that true?
fairytale/filestream.h
Line 32 in 3bdb3f9
(Sorry if my English is bad, I'm not a native speaker)
The text was updated successfully, but these errors were encountered: