cjdev2 / jshint-mojo

A simple, speedy maven plugin for running javascript code through jshint
GNU General Public License v2.0
40 stars 32 forks source link

Javascript files should always be read with UTF-8 #55

Closed thorin closed 10 years ago

thorin commented 10 years ago

This fixes some cases of where the user gets an error message because the default encoding is not UTF-8.

stupenrose commented 10 years ago

Thanks @thorin !