I tried setting the encoding in the document and in the script tag, but Chrome doesn't seem to care. Not sure if I am doing something wrong.
I found success by running it using uglify with the -ascii-only option.
UPDATE: disables the View-> Encoding parameter in Chrome, but not in Auto-Detect, but in some western encoding. I donβt know why, but the change that resolved the problem. It is ridiculous that this setting will surpass the charset property directly on the script tag. Given that users may be in the same situation and not be able to understand this, I will still use uglify to ensure success.
Nathan Bubna Sep 25 '14 at 20:20 2014-09-25 20:20
source share