Skip to content

Commit f12c75c

Browse files
committed
utf8 encoding
1 parent 46fe611 commit f12c75c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

powershell.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export function generate(
2626

2727
return `# powershell completion for ${name} -*- shell-script -*-
2828
29+
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
2930
function __${name}_debug {
3031
if ($env:BASH_COMP_DEBUG_FILE) {
3132
"$args" | Out-File -Append -FilePath "$env:BASH_COMP_DEBUG_FILE"

0 commit comments

Comments
 (0)