📘 Optimize Document Content

This commit is contained in:
bitcookies 2024-05-16 16:49:05 +08:00
parent a202108d32
commit bd0852c10b
2 changed files with 4 additions and 4 deletions

View file

@ -49,8 +49,8 @@ There are several ways to use it:
WinRAR Keygen supports `ASCII`, `ANSI` and `UTF-8` encoding types, the following is a brief description of the three encoding types. WinRAR Keygen supports `ASCII`, `ANSI` and `UTF-8` encoding types, the following is a brief description of the three encoding types.
> [WARNING] > [!WARNING]
> It is recommended that you do not use the ANSI encoding method for the time being, as there are garbled PowerShell console characters for Chinese, Japanese, and Korean on Windows Server 2022 [Microsoft is working on a fix for this issue](https://learn.microsoft.com/en-us/troubleshoot/ windows-server/system-management-components/powershell-shell-characters-garbled-for-cjk-languages). > It is recommended that you do not use the ANSI encoding method for the time being, as there are garbled PowerShell console characters for Chinese, Japanese, and Korean on Windows Server 2022 [Microsoft is working on a fix for this issue](https://learn.microsoft.com/en-us/troubleshoot/windows-server/system-management-components/powershell-shell-characters-garbled-for-cjk-languagess).
| Encoding | Instruction | Supported Characters | | Encoding | Instruction | Supported Characters |
| -------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | | -------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
@ -325,7 +325,7 @@ Why is my `rarreg.key` invalid?
`TEXT1` and `TEXT2` are required to fulfill [corresponding coding requirements](#4 - coding description). `TEXT1` and `TEXT2` are required to fulfill [corresponding coding requirements](#4 - coding description).
```shell ```console
winrar-keygen.exe <TEXT1> <TEXT2> winrar-keygen.exe <TEXT1> <TEXT2>
``` ```

View file

@ -319,7 +319,7 @@ winrar-keygen.exe "utf8:한국어" "license" | Out-File -Encoding utf8 rarreg.ke
参数 `TEXT1``TEXT2` 需要满足[对应的编码要求](#4-编码说明) 参数 `TEXT1``TEXT2` 需要满足[对应的编码要求](#4-编码说明)
```shell ```console
winrar-keygen.exe <TEXT1> <TEXT2> winrar-keygen.exe <TEXT1> <TEXT2>
``` ```