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 1734e74 commit eba9c93Copy full SHA for eba9c93
Utils/New-CommandDataFile.ps1
@@ -112,4 +112,4 @@ Add-Member -InputObject $shortModuleInfo -NotePropertyName 'ExportedAliases' -No
112
113
$allShortModuleInfos = $shortModuleInfos + $shortModuleInfo
114
$jsonData['Modules'] = $allShortModuleInfos
115
-$jsonData | ConvertTo-Json -Depth 4 | Out-File ((Get-CmdletDataFileName)) -Encoding ASCII
+$jsonData | ConvertTo-Json -Depth 4 | Out-File ((Get-CmdletDataFileName)) -Encoding utf8
0 commit comments