From f6e515b8ea363cf792184199939b629f075ba4d3 Mon Sep 17 00:00:00 2001 From: bitcookies Date: Sat, 21 Mar 2026 22:29:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=98=20Set=20UTF-8=20as=20default=20enc?= =?UTF-8?q?oding=20in=20READMEs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 384c3a2..ec29bda 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ Options: | Flag | Description | | :--------------------- | :--------------------------------------- | -| `-e, --encoding ` | `ascii` (default), `ansi`, `utf8` | +| `-e, --encoding ` | `ascii`, `ansi`, `utf8` (default) | | `-o, --output ` | Output file path (default: `rarreg.key`) | | `-a, --activate` | Write to `%%APPDATA%%\WinRAR\rarreg.key` | | `-t, --text` | Print to console only, don't write file | diff --git a/README.zh-CN.md b/README.zh-CN.md index 86ec63c..260eebc 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -251,7 +251,7 @@ Options: | 参数 | 描述 | | :--------------------- | :--------------------------------------- | -| `-e, --encoding ` | `ascii` (默认), `ansi`, `utf8` | +| `-e, --encoding ` | `ascii`, `ansi`, `utf8` (默认) | | `-o, --output ` | Output file path (默认: `rarreg.key`) | | `-a, --activate` | Write to `%%APPDATA%%\WinRAR\rarreg.key` | | `-t, --text` | Print to console only, don't write file |