how do I check the encoding of a file in visual studio 2010?
How can I check whether a fi开发者_开发技巧le is encoded in UTF-8, ANSI, etc... in visual studio 2010?
Found out that if you go to "File" and then click on "Advance Saved Option" it displays the currently opened file's encoding. Hope this helps some people.
Or locate the file in source explorer and open it's properties Dialog from the context menu.
精彩评论