📘 Set UTF-8 as default encoding in READMEs

This commit is contained in:
bitcookies
2026-03-21 22:29:25 +08:00
parent 030c425e2e
commit f6e515b8ea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ Options:
| Flag | Description |
| :--------------------- | :--------------------------------------- |
| `-e, --encoding <enc>` | `ascii` (default), `ansi`, `utf8` |
| `-e, --encoding <enc>` | `ascii`, `ansi`, `utf8` (default) |
| `-o, --output <file>` | Output file path (default: `rarreg.key`) |
| `-a, --activate` | Write to `%%APPDATA%%\WinRAR\rarreg.key` |
| `-t, --text` | Print to console only, don't write file |
+1 -1
View File
@@ -251,7 +251,7 @@ Options:
| 参数 | 描述 |
| :--------------------- | :--------------------------------------- |
| `-e, --encoding <enc>` | `ascii` (默认), `ansi`, `utf8` |
| `-e, --encoding <enc>` | `ascii`, `ansi`, `utf8` (默认) |
| `-o, --output <file>` | Output file path (默认: `rarreg.key`) |
| `-a, --activate` | Write to `%%APPDATA%%\WinRAR\rarreg.key` |
| `-t, --text` | Print to console only, don't write file |