We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b6ba1 commit c28a63bCopy full SHA for c28a63b
src/main.rs
@@ -582,6 +582,7 @@ impl Executor {
582
.hidden(false)
583
.print_commands(false)
584
.build();
585
+ let _ = ps.run("[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding('utf-8')");
586
let result = ps.run(self.pop_stack().get_string().as_str());
587
match result {
588
Ok(i) => self.stack.push(Type::String(
0 commit comments