javascript - js files are loading in unreadable format -


i working on web app. used "✗" utf-8 character delete button. eclipse asked me save file in utf-8 format told yes. worked fine. next day when ran app again throwing exception "uncaught syntaxerror: unexpected token illegal". when checked it, javascript file loading in unreadable format. see image below.

screen shot of chrome console

i tried replace character unicode "✗" , saved js files in default encoding, didn't help.

do know why happening?

it sounds saved in different text format loaded and/or loaded in different text format saved it. without recommending tool, see if can use change code-page/text-format , try stuff.

however, seeing showing on teh screen 3rd part stuff, more re-download got first time, or perhaps unpack if saved installer/zip-file.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -