【发布时间】:2016-08-22 19:42:33
【问题描述】:
我无法成功替换西里尔字符串。
我的文件是用 UTF-8 编码的,带有 BOM/
powershell脚本代码:
$Title = "название видео"
$Title = $Title.Replace("название", "")
Write-Host $Title
cmd /c pause
结果:
【问题讨论】:
标签: powershell powershell-2.0 powershell-3.0 powershell-4.0