This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 75f3301 LocalString_xx.properties are UTF-8 when filtered
75f3301 is described below
commit 75f3301d97f5fca6fc28ba37fcb831fd6364ce08
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 ad55d0b..0ad4be1 100644
--- a/build.xml
+++ b/build.xml
@@ -726,7 +726,7 @@
<exclude name="org/apache/naming/factory/webservices/**" />
</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]