Skip to content
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

Open
tuyethoa08041997 opened this issue Mar 20, 2018 · 5 comments
Open

Unicode file name #11

tuyethoa08041997 opened this issue Mar 20, 2018 · 5 comments

Comments

@tuyethoa08041997
Copy link

Look like this FileStream can't handle a Unicode file name. Is that true?

bool open(const char *filename);

(Sorry if my English is bad, I'm not a native speaker)

@jagannatharjun
Copy link
Contributor

jagannatharjun commented Mar 21, 2018

if we can push c++ standard to c++17 then we can use filesystem::path

@M-Gonzalo
Copy link
Collaborator

if we can push c++ standard to c++17 then we can use filesystem::path

Can we? What is needed?

@jagannatharjun
Copy link
Contributor

it's more like if @schnaader @MarcioPais agrees..

@tuyethoa08041997
Copy link
Author

currently filesystem::path is experimental, i don't know if that should be considered.

@jagannatharjun
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants