Bugzilla – Bug 941
Declare java source codes are UTF-8
Last modified: 2013-07-12 04:23:22 CEST
Created attachment 224 [details] Patch for validator/build Validator.nu is written in utf-8. On the other hand, javac assumes that source codes use the platform encoding by default. http://docs.oracle.com/javase/6/docs/technotes/tools/windows/javac.html This causes build failure on Windows. Let declare source codes' encoding.
Thanks for catching this. I've applied the patch and pushed it to the validator sources. https://bitbucket.org/validator/build/commits/a30ecb188353911ec1ae75a02ccdb65379c66d34