gpt4 book ai didi

Powershell:获取默认系统编码

转载 作者:行者123 更新时间:2023-12-02 22:41:21 26 4
gpt4 key购买 nike

powershell cmdlet out-file 具有开关 -encoding,您可以将其设置为 default。此默认值将使用系统当前 ANSI 代码页的编码。
我的问题是:如何获取 out-file 将在 powershell 中使用的默认编码的名称?

最佳答案

看看[System.Text.Encoding]::Default,我相信它被用作“默认”。

例如就我而言:

[System.Text.Encoding]::Default.EncodingName

得到

Cyrillic (Windows)

关于Powershell:获取默认系统编码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5326304/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com