aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2012-10-24 15:07:11 -0700
committerKenny Root <kroot@google.com>2012-10-24 15:43:45 -0700
commit98ee061abe1ff0343901fbfe24684e3b64fc99a5 (patch)
tree0d5140a04e35cea109a5d71c6bdec79af7e92a49 /files
parent910a55cea9a2b7317d775d735bcfcf2f30fcf63e (diff)
downloadsdk-98ee061abe1ff0343901fbfe24684e3b64fc99a5.zip
sdk-98ee061abe1ff0343901fbfe24684e3b64fc99a5.tar.gz
sdk-98ee061abe1ff0343901fbfe24684e3b64fc99a5.tar.bz2
emma: set HTML encoding to UTF-8
emma's default HTML encoding was ISO-8859-1 which limits the types of characters it can display. It also confuses some browsers which end up displaying a lot of <?> unicode characters. Change-Id: Ic224ae23fa0652e8e2bc53625ef656d9a7aab689
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 -->