aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/ant/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/ant/build.xml b/files/ant/build.xml
index 6bda75b..cd4113f 100644
--- a/files/ant/build.xml
+++ b/files/ant/build.xml
@@ -1292,6 +1292,7 @@
<echo level="info">Extracting coverage report...</echo>
<emma>
+ <property name="report.html.out.encoding" value="UTF-8" />
<report sourcepath="${tested.project.source.absolute.dir}:${tested.project.lib.source.path.value}"
verbosity="${verbosity}">
<!-- TODO: report.dir or something like should be introduced if necessary -->