默认情况下,在Powershell中切换到UTF8是一种好习惯吗?

时间:2016-11-07 14:02:52

标签: powershell encoding utf-8

在Powershell中阅读了很多关于输出编码问题的问题(使用Python)(12345等等)我想为什么不从我的个人资料开始切换到UTF8。你觉得这有什么障碍吗?有人使用这个以及成功吗?

# Default encoding to UTF8
chcp 65001
[System.Console]::OutputEncoding = [System.Text.Encoding]::UTF8
[System.Console]::InputEncoding = [System.Text.Encoding]::UTF8

0 个答案:

没有答案