# | Line 80 | Line 80 | begin | |
---|---|---|
80 | end; | |
81 | ||
82 | TestMgr.ShowStatistics := HasOption('S','stats'); | |
83 | + | {$IF declared(SetTextCodePage)} |
84 | + | {Ensure consistent UTF-8 output} |
85 | + | SetTextCodePage(OutFile,cp_utf8); |
86 | + | {$IFEND} |
87 | ||
88 | {Ensure consistent date reporting across platforms} | |
89 | DefaultFormatSettings.ShortDateFormat := 'd/m/yyyy'; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |