Answers for "how to activate utf16 in powershell"

1

how to activate utf16 in powershell

$OutputEncoding = New-Object -typename System.Text.UTF8Encoding
or 
>chcp 65001
Posted by: Guest on October-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language