Fix for encoding errors when building Java source
authorAlexander Bohn / FI$H2k <fish2000@gmail.com>
Fri, 15 Mar 2013 09:47:52 +0000 (06:47 -0300)
committerAndrey Pavlenko <andrey.pavlenko@itseez.com>
Wed, 27 Mar 2013 13:43:00 +0000 (17:43 +0400)
commitc66cf08cedde16d60d84d74e01214b419e5919ae
treeeba578d5974bf54c7b7f92ead472b42927117e9c
parentcdddecbb93a6ac69cf89353ac6ee3cd1437237d3
Fix for encoding errors when building Java source

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