Hi, some tests fail on Windows when test file contains accented characters.
All files in NetBeans repository have UTF-8 encoding, but my Windows 7 machine uses Windows-1252 encoding. Test files are then not read with correct encoding and test fails.
For example file https://github.com/apache/netbeans/blob/master/php/php.latte/test/unit/data/testfiles/indent/testIssue241118_01.latte
I found that default encoding for java can be changed with parameter "-Dfile.encoding=UTF-8".
Is there any way how to force NetBeans build to use UTF-8 encoding? Regards, Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
