Merge pull request #7755 from Mailaender/powershell-utf8

Enforced UTF8 encoding for pandoc
This commit is contained in:
Oliver Brakmann
2015-03-28 20:07:49 +01:00

View File

@@ -159,8 +159,8 @@ elseif ($command -eq "check")
}
elseif ($command -eq "docs")
{
./OpenRA.Utility.exe d2k --docs | Out-File DOCUMENTATION.md
./OpenRA.Utility.exe ra --lua-docs | Out-File Lua-API.md
./OpenRA.Utility.exe d2k --docs | Out-File -Encoding "UTF8" DOCUMENTATION.md
./OpenRA.Utility.exe ra --lua-docs | Out-File -Encoding "UTF8" Lua-API.md
}
else
{