JavaScript file encoding
September 7th, 2008
6 comments
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. Read more…
Categories: JavaScript