gpt4 book ai didi

encoding - Powershell:设置获取内容管道的编码

转载 作者:行者123 更新时间:2023-12-03 06:21:42 26 4
gpt4 key购买 nike

我有一个保存为 UCS-2 Little Endian 的文件,我想更改编码,因此运行了以下代码:

cat tmp.log -encoding UTF8 > new.log

生成的文件仍采用 UCS-2 Little Endian。这是因为管道始终采用这种格式吗?有没有一种简单的方法可以将其作为 UTF8 传输到新文件?

最佳答案

按照建议here :

Get-Content tmp.log | Out-File -Encoding UTF8 new.log

关于encoding - Powershell:设置获取内容管道的编码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76482/

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