The following code doesn't work when passing wide char strings ```cpp CLI::App app{ L"Some unicode string"}; app.usage(L"Some unicode string"); ``` That means that under windows, these string cannot contain Unicode characters.