editorconfig / editorconfig-visualstudio

EditorConfig Visual Studio Addin
http://editorconfig.org
Other
353 stars 75 forks source link

Support for UTF-16 #51

Open 6XGate opened 7 years ago

6XGate commented 7 years ago

I don't know if this is a limitation or bug in the editor or the whole plug-in, but specifying utf-16le or utf16-be results in a warning in the Error List that the value is not support for charset. This feature would actually be necessary to properly support .rc and .rc2 files in our projects as Visual Studio normally encode them as UTF-16LE.