From 7f16fed5ac28325adf10d5dd0431e8d87f19f59c Mon Sep 17 00:00:00 2001 From: BitCookies Date: Tue, 20 Jul 2021 05:58:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Add=20solution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add two problem solutions --- README.md | 32 ++++++++++++++++++++++++++------ README.zh-CN.md | 34 +++++++++++++++++++++++++++------- 2 files changed, 53 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 66dc15e..66a4ae5 100644 --- a/README.md +++ b/README.md @@ -106,20 +106,40 @@ de3cdc56b311475b484e80b48157a0c3af60ca4f7f9c75d49bc50d Save the generated information as `rarreg.key`. -## 5. Encounter problems? +## 5. Invalid Key -### 5.1 Feedback +Why is my `rarreg.key` invalid? + +### 5.1 Contains non-English characters + +If `text1` and `text2` contain **non-English characters**, although a key can be generated, the key is invalid. + +```console +winrar-keygen.exe +``` + +### 5.2 Terminal Encode + +There may be a terminal encoding problem, you can use `chcp` to switch temporarily. + +You can refer to the Microsoft documentation: [chcp | Microsoft Docs](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/chcp) + +## 6. Encounter problems? + +### 6.1 Feedback If you encounter some problems, you can report on the [Issues](https://github.com/bitcookies/winrar-keygen/issues) page. There will be many enthusiastic developers or Github users to help you. -### 5.2 Security +### 6.2 Security Some Anti-Virus Software may falsely report. If you do not trust this binary executable file, your only option is to compile the code yourself. -### 5.3 Thanks +### 6.3 Thanks Thank you very much to some enthusiastic developers for helping answer some questions in [Issues](https://github.com/bitcookies/winrar-keygen/issues). -## 6. License +Thanks [@Sonic-The-Hedgehog-LNK1123](https://github.com/Sonic-The-Hedgehog-LNK1123) and [@nitu2003](https://github.com/nitu2003). -The code is available under the [MIT license](https://github.com/bitcookies/winrar-keygen/blob/master/LICENSE) +## 7. License + +The code is available under the [MIT license](https://github.com/bitcookies/winrar-keygen/blob/master/LICENSE) \ No newline at end of file diff --git a/README.zh-CN.md b/README.zh-CN.md index 689c81a..b2108eb 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -99,24 +99,44 @@ de3cdc56b311475b484e80b48157a0c3af60ca4f7f9c75d49bc50d 将生成的信息以文本格式保存为 `rarreg.key ` ,拖动导入 WinRAR 即可。 -## 5. 遇到问题 +## 5. 无效的Key -### 5.1 反馈 +为什么我生成的 `rarreg.key` 是无效的? + +### 5.1 包含非英文字符 + +如果 `text1` 和 `text2` 参数包含**非英文字符**,即使 WinRAR Keygen 能够生成 `rarreg.key`,但是是无效的。 + +```console +winrar-keygen.exe +``` + +### 5.2 终端编码的问题 + +有可能是终端编码的问题,你可以使用 `chcp` 命令暂时切换。 + +具体可参考 Microsoft 文档:[chcp | Microsoft Docs](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/chcp) + +## 6. 遇到问题 + +### 6.1 反馈 如果您遇到了一些问题,可在 [Issues](https://github.com/bitcookies/winrar-keygen/issues) 页面反馈,会有很多热心的开发者及 Github 用户帮助你。 -### 5.2 安全 +### 6.2 安全 一些杀毒软件可能会误报,如果您不信任此二进制可执行文件,您唯一的选择就是自己编译代码。 -### 5.3 感谢 +### 6.3 感谢 非常感谢一些热心的开发者,在 [Issues](https://github.com/bitcookies/winrar-keygen/issues) 帮助解答一些问题。 -## 6. 关于WinRAR广告 +感谢 [@Sonic-The-Hedgehog-LNK1123](https://github.com/Sonic-The-Hedgehog-LNK1123) 和 [@nitu2003](https://github.com/nitu2003). + +## 7. 关于WinRAR广告 在 [__RARLAB__](https://www.rarlab.com/) 下载的简体中文版 WinRAR 将会自带广告组件,即使使用了 `rarreg.key` 授权,广告组件依旧会出现。如果您介意广告,可以尝试下载其他语言版。 -## 7. 许可 +## 8. 许可 -使用 [MIT License](https://github.com/bitcookies/winrar-keygen/blob/master/LICENSE) +使用 [MIT License](https://github.com/bitcookies/winrar-keygen/blob/master/LICENSE) \ No newline at end of file