JavaScript file encoding
Although JavaScript itself uses Unicode internally, you can still run into charset conversion problems. Consider the following example of charset conversion issues with a very simple HTML and JS file. Continue reading ‘JavaScript file encoding’ »