Skip to content

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

@TheNicker

Description

@TheNicker

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions