From 63e7b058bf3a3c10ced872919b7f786fdb495a1a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 03:27:33 +0000 Subject: [PATCH] style: pre-commit.ci fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3b505ae2..d1cedea35 100644 --- a/README.md +++ b/README.md @@ -1427,8 +1427,8 @@ CLI11 supports Unicode and wide strings as defined in the When using the command line on Windows with unicode arguments, your `main` function may already receive broken Unicode. Parsing `argv` at that point will -not give you a correct string. To fix this, you have three options; the first -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: 1\. Replace `argv` with `app.ensure_utf8(argv)` before any arguments are parsed. `ensure_utf8` will do nothing on systems where `argv` is already in UTF-8 (Such