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

Add support for std::wstring (wide string support for Windows) #24

Open
MaximAshin opened this issue Dec 15, 2024 · 0 comments
Open

Add support for std::wstring (wide string support for Windows) #24

MaximAshin opened this issue Dec 15, 2024 · 0 comments

Comments

@MaximAshin
Copy link

MaximAshin commented Dec 15, 2024

When defining an option with Value<std::wstring> it won't compile (opposed to std::string).
Seems like there are some operators that are in use with std::string that are non-existant in std::wstring.

This support is especially important with command line params that hold Unicode values, like paths with Unicode characters.

Would really appreciate it if you could add support :)
Thanks in advance!

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

1 participant