diff --git a/build-mingw.ps1 b/build-mingw.ps1 index 8b1b9ba..94b1830 100644 --- a/build-mingw.ps1 +++ b/build-mingw.ps1 @@ -77,6 +77,7 @@ if ($Windres -and (Test-Path $RcPath)) { [System.IO.File]::WriteAllText($RcUtf8Path, $RcContent, [System.Text.UTF8Encoding]::new($false)) & $Windres ` + --codepage 65001 ` -I $IncludeDir ` $RcUtf8Path ` -O coff ` diff --git a/report/images/Part1/part1Effect.png b/report/images/Part1/part1Effect.png new file mode 100644 index 0000000..f320671 Binary files /dev/null and b/report/images/Part1/part1Effect.png differ