Hi there,
I have been developing with some software for javscript that has a parser that reads in my JS and creates a compressed version, it kept failing as by default vs 2008 saves its files in UTF8 from what i see.. there was like a hidden couple of characters at the start of the file..
Forcing a save as 1252 sorted the issue, my question is really what should i be using 1252 or utf8.
I need to use special European accents on letters, i am a little lost. I notice in eclipse it uses by default 1252 i think..
so why does vs 2008 force utf8?? and which should i be using,,
Using 1252 will cause issues?
Any ideas really appreciated