Changing File Encoding in Visual Studio 2015

I just installed Visual Studio 2015 Professional (Version 14.0.23107.0 D14REL).

I created a simple MFC project and when I tried to change file encoding, Visual Studio just shows a few encoding types.

  • Unicode (UTF-8 with signature) - Codepage 65001
  • Unicode - Codepage 1200
  • Unicode (Big-Endian) - Codepage 1201
  • My favorite encoding is UTF-8 without BOM (65001) but this is not in the list.

    How can I fix this???


    I found this problem after upgrading to windows 10. Installing the US English language pack restored the full list of encodings on VS. Just installs it without making it the default language.

    链接地址: http://www.djcxy.com/p/33362.html

    上一篇: 8没有签名文件编码

    下一篇: 在Visual Studio 2015中更改文件编码