AddAnyFile
AddAnyFile copied to clipboard
Default file encoding
Installed product versions
- Visual Studio: 2017 professional
- This extension: 3.5.129
Description
The default file encoding of UTF-8 is not handled well by a non-Microsoft compiler - it sees the first three characters as an illegal token
Steps to recreate
- create a .h file
- try to compile with embedded non-Microsoft compiler
- get errors
Current behavior
It seems the current UTF-8 encoding is the default, and can't be changed.
Expected behavior
Allow user to select the default encoding. (In this case, I would select ANSI encoding.)