You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
It seems that javascript files are always read with the system encoding. It would be nice if i where able to specify the encoding so my build doesn't depend on the locale of the system it's running on.
As far as i can tell the file is read in jshint-rhino-2.4.3.js on row 13723 var input = readFile(name);
where readFile can take a second argument to specify a character coding.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems that javascript files are always read with the system encoding. It would be nice if i where able to specify the encoding so my build doesn't depend on the locale of the system it's running on.
As far as i can tell the file is read in jshint-rhino-2.4.3.js on row 13723
var input = readFile(name);
where readFile can take a second argument to specify a character coding.
The text was updated successfully, but these errors were encountered: