AddAnyFile icon indicating copy to clipboard operation
AddAnyFile copied to clipboard

Default file encoding

Open fspafford opened this issue 8 years ago • 0 comments

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

  1. create a .h file
  2. try to compile with embedded non-Microsoft compiler
  3. 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.)

fspafford avatar Aug 22 '17 13:08 fspafford