Illegal Characters only appearing on some computers (javascript)
I’ve recently encountered a problem where on some computers, the .js files will appear to not be using the correct character encoding (they are in UTF-8) and it will cause chinese characters to appear in them (when checked with the sources tab in a browser) and send an error to the console, causing the program to not run at all.
It seems to act the same on all browsers, the only difference between it being able to run and not is the machine it is running on. It will work on all browsers for one computer, but none for another. Does anyone know what might be causing this problem?
Also, I checked my vps to see if they were being uploaded with the wrong encoding but it reports them being in utf-8 still.