ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/testsuite/testsuite.lpr
(Generate patch)

Comparing ibx/trunk/fbintf/testsuite/testsuite.lpr (file contents):
Revision 67 by tony, Mon Mar 6 10:20:02 2017 UTC vs.
Revision 68 by tony, Tue Oct 17 10:07:58 2017 UTC

# 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';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines