WINDOWS APP jquery encoding error

WINDOWS APP jquery encoding error

 I have written a windows app and it has failed validation on 1 issue the format of the jquery files

I have tried saving them as Unicode (UTF-8 with signature) -codepage 65001
but still get the following errrors any ideas ?

<br>
  • File Scripts\jquery-2.1.3.intellisense.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
  • File Scripts\jquery-2.1.3.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
  • File Scripts\jquery-2.1.3.min.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).

How to fix: Open the affected file, and select "Save As..." option from the File menu in Visual Studio. Select the drop-down control next to the Save button and select "Save with Encoding..." option. From the Advanced save options dialog, choose the "Unicode (UTF-8 with signature)" option and click the OK button.