We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b34280 commit 63e7b05Copy full SHA for 63e7b05
README.md
@@ -1427,8 +1427,8 @@ CLI11 supports Unicode and wide strings as defined in the
1427
1428
When using the command line on Windows with unicode arguments, your `main`
1429
function may already receive broken Unicode. Parsing `argv` at that point will
1430
-not give you a correct string. To fix this, you have three options; the first
1431
-is recommended for cross-platform support:
+not give you a correct string. To fix this, you have three options; the first is
+recommended for cross-platform support:
1432
1433
1\. Replace `argv` with `app.ensure_utf8(argv)` before any arguments are parsed.
1434
`ensure_utf8` will do nothing on systems where `argv` is already in UTF-8 (Such
0 commit comments