Chinese display garbled code #179
TianBoxv587
started this conversation in
Debugging and testing
Replies: 1 comment 1 reply
-
Hi, thank you for your message! 🙂
$OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding = New-Object System.Text.UTF8Encoding; So the full command will be: $OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding = New-Object System.Text.UTF8Encoding; ECHO {{file_path:absolute}} It should set certain encoding settings to Does it help? It's not a clean fix, but rather a quick and temporary workaround. I'm still thinking how to fix this properly. More about it here: #157 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions