This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new d6220c2 LocalString_xx.properties are UTF-8 when filtered
d6220c2 is described below
commit d6220c2f4afd6632384e1d4676484edadf221179
Author: Mark Thomas <[email protected]>
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 d53c4c3..678568d 100644
--- a/build.xml
+++ b/build.xml
@@ -979,7 +979,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: [email protected]
For additional commands, e-mail: [email protected]