10000 Add support for Unicode string in app usage under windows · Issue #1130 · CLIUtils/CLI11 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add support for Unicode string in app usage under windows #1130

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

Open
TheNicker opened this issue Mar 3, 2025 · 0 comments
Open

Add support for Unicode string in app usage under windows #1130

TheNicker opened this issue Mar 3, 2025 &midd 6902 ot; 0 comments

Comments

@TheNicker
Copy link

The following code doesn't work when passing wide char strings

	CLI::App app{ L"Some unicode string"};
	app.usage(L"Some unicode string");

That means that under windows, these string cannot contain Unicode characters.

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
0