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

Wide string support #38

Open
aomsin2526 opened this issue Apr 15, 2023 · 2 comments
Open

Wide string support #38

aomsin2526 opened this issue Apr 15, 2023 · 2 comments

Comments

@aomsin2526
Copy link

When working with path sometimes Wide-string is a must.

Do you think adding Wide string support such as wchar_t will worth a effort?

@likle
Copy link
Owner

likle commented Apr 16, 2023

Hi @aomsin2526 , thanks for your issue! That's a good question. I know that some platforms push for that.
In short, even though I am not against adding wide character function variants, I currently don't have any plans to implement that myself.

@davidebeatrici
Copy link
Contributor

I know that some platforms push for that.

UTF-8 is widely (pun intended) considered to be the gold standard nowadays, but unfortunately Windows is stuck with UTF-16 (UCS-2 to be precise).

My suggestion would be to avoid polluting the API, especially considering there is experimental UTF-8 support in modern versions of Microsoft's operating system.

See https://utf8everywhere.org.

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