From d0bf2a00b3c6cfcdbb37a266635cb9e2eed29673 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Mon, 30 Oct 2023 16:47:02 -0700 Subject: [PATCH] Enforce UTF-8 encoding when updating copyright year in mkdocs.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When copyright character (©) is read in or exported to a file by Ant on Windows, the file's encoding is converted from UTF-8 to CP1252. Closes: https://github.com/arianne/stendhal/issues/562 --- buildtools/ant_modules/main.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildtools/ant_modules/main.xml b/buildtools/ant_modules/main.xml index a216b8108cc..e262b3235c1 100644 --- a/buildtools/ant_modules/main.xml +++ b/buildtools/ant_modules/main.xml @@ -53,7 +53,8 @@ + byline="true" + encoding="UTF-8"/>