We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c44c1 commit 36fe25aCopy full SHA for 36fe25a
Utils/New-CommandDataFile.ps1
@@ -87,4 +87,4 @@ $shortModuleInfos = Get-ChildItem -Path $builtinModulePath `
87
}
88
89
$jsonData['Modules'] = $shortModuleInfos
90
-$jsonData | ConvertTo-Json -Depth 4 | Out-File ((Get-CmdletDataFileName))
+$jsonData | ConvertTo-Json -Depth 4 | Out-File ((Get-CmdletDataFileName)) -Encoding utf8
0 commit comments