enforce UTF8 encoding for pandoc

This commit is contained in:
Matthias Mailänder
2015-03-28 19:45:11 +01:00
parent 2cf53f0e13
commit f287fb9c10

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
{