Skip to content

Encoding issues issues on Powershell pipe eg. | or Output encoding utf 8

nexssp edited this page Apr 14, 2021 · 1 revision

There are some issues with piping eg. nexss https://somewebsite > mywebsite.html or nexss https://someweb | Write

Fix:

$OutputEncoding = [Console]::OutputEncoding = [Text.UTF8Encoding]::UTF8