We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 747e9b1 + 002da24 commit 1189cfeCopy full SHA for 1189cfe
utilities/results_generator/Common/resultsgenerator.common.pas
@@ -164,8 +164,8 @@ procedure TResults.Generate;
164
FList[index2].Compiler:= 'lazarus-3.0, fpc-3.2.2';
165
end;
166
167
- FList[index2].Name:= FConfig.Entries[index].Name;
168
- FList[index2].Notes:= FConfig.Entries[index].Notes;
+ FList[index2].Name:= UTF8Encode(FConfig.Entries[index].Name);
+ FList[index2].Notes:= UTF8Encode(FConfig.Entries[index].Notes);
169
FList[index2].Count := FResult.times.Count;
170
FList[index2].Result:= FResult.times.AvgValueWithOutMinMax;
171
finally
0 commit comments