From c66cf08cedde16d60d84d74e01214b419e5919ae Mon Sep 17 00:00:00 2001 From: Alexander Bohn / FI$H2k Date: Fri, 15 Mar 2013 06:47:52 -0300 Subject: [PATCH] Fix for encoding errors when building Java source MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The generated OpenCV Java source can contain characters outside of ASCII on some systems – this patch allows the ant task to compile them. (cherry picked from commit f3ee55e04222deea30ffe4e89456c220bc75ff1a) --- modules/java/build.xml.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/java/build.xml.in b/modules/java/build.xml.in index 98ba2e36bc..c1c1854b7d 100644 --- a/modules/java/build.xml.in +++ b/modules/java/build.xml.in @@ -8,8 +8,9 @@ + - \ No newline at end of file +