You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/06/01 07:23:07 UTC

[tomcat] branch 9.0.x updated: LocalString_xx.properties are UTF-8 when filtered

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new daf3b8a  LocalString_xx.properties are UTF-8 when filtered
daf3b8a is described below

commit daf3b8a6e648e012741054906e2b8e425c0bbbd1
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 1 08:20:26 2021 +0100

    LocalString_xx.properties are UTF-8 when filtered
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 89feb96..d1eb1c2 100644
--- a/build.xml
+++ b/build.xml
@@ -978,7 +978,7 @@
       <classpath refid="compile.classpath" />
     </javac>
     <!-- Copy static resource files -->
-    <copy todir="${tomcat.classes}" encoding="ISO-8859-1">
+    <copy todir="${tomcat.classes}" encoding="UTF-8">
       <filterset refid="version.filters"/>
       <fileset dir="java">
         <include name="**/*.properties"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org