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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -