忧心云烟 (@worrycloud)关于Codex的乱码问题,稍微改了下提示词,应该可用。 中发帖

如下 
## File Encoding
When modifying or adding any code files, the following coding requirements must be adhered to:
- First time using shell must execute: [Console]::OutputEncoding = [System.Text.Encoding]::UTF8
- Encoding should be unified to UTF-8 (without BOM). It is strictly prohibited to use other local encodings such as GBK/ANSI, and it is strictly prohibited to submit content containing unr...