We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Terminal中国默认编码格式为gb2312,需要使用以下指令来改为UTF-8
[Console]::InputEncoding = [Console]::OutputEncoding = $OutputEncoding = [System.Text.UTF8Encoding]::new() # BOM-less UTF-8
只需要打开Stack Build等终端的时候运行这个代码即可,希望可以加入这个功能!
Stack Build
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Windows Terminal中国默认编码格式为gb2312,需要使用以下指令来改为UTF-8
只需要打开
Stack Build
等终端的时候运行这个代码即可,希望可以加入这个功能!The text was updated successfully, but these errors were encountered: