📜  如何在 powershell 中激活 utf16 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:07.081000             🧑  作者: Mango
代码示例1
$OutputEncoding = New-Object -typename System.Text.UTF8Encoding
or
>chcp 65001