From 2221754e73fac2efe3bd4f6e2093f33da32b4a9c Mon Sep 17 00:00:00 2001
From: Paulo Canelas <64093960+pcanelas@users.noreply.github.com>
Date: Sun, 13 Oct 2024 12:08:40 +0100
Subject: [PATCH] Fixed Chart.build.xml
---
framework/projects/Chart/Chart.build.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/framework/projects/Chart/Chart.build.xml b/framework/projects/Chart/Chart.build.xml
index 2af2bdaf5..2d75a9cd3 100644
--- a/framework/projects/Chart/Chart.build.xml
+++ b/framework/projects/Chart/Chart.build.xml
@@ -53,6 +53,7 @@ of the checked-out project version.
destdir="${d4j.workdir}/build"
debug="on"
deprecation="false"
+ encoding="UTF-8"
source="1.6"
target="1.6">
@@ -102,6 +103,7 @@ of the checked-out project version.
destdir="${d4j.workdir}/build"
debug="on"
deprecation="false"
+ encoding="UTF-8"
source="1.6"
target="1.6">
@@ -116,6 +118,7 @@ of the checked-out project version.