Open the file using a code editor like Sublime
Click View > Show Console
Type: view.encoding() to see what is the current encoding identified by Sublime
If the file's encoding is not UTF-8 then click File>Save with Encoding>UTF-8 as shown below
Continue Reading