This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new f386297 LocalString_xx.properties are UTF-8 when filtered
f386297 is described below
commit f3862979243af002210ba71dc483abb4edcad65d
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 2a41f76..993f31f 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]