标签: powershell utf
我有这样的字符串文件
\ u0440 \ u043e
如何在PowerShell上解码此字符串?
答案 0 :(得分:4)
您可以使用regex unescape功能:
[regex]::Unescape("\u0440\u043e")
输出:
ро