After upgrading to Windows 10, VS2013 no longer shows the full list of encodings on the "Advanced save options" dialog on the "File" menu.
I need the UTF-8 encoding without signature (to keep accented characters in strings on source code).
It is a Windows 10 bug or there is some fix for that ?
I think I found a solution: installing the us english language pack solved my problem. I just installed it, but i'm still using brazilian portuguese as default language.
Proposed as answer byShu 2017Wednesday, August 26, 2015 8:16 AM
Marked as answer byShu 2017Monday, August 31, 2015 12:45 PM
Hmm, I have both VS2013 and VS2015 installed on Win10 and neither of them show this issue, they both display the usual encoding list that includes UTF-8 without signature.
I think I found a solution: installing the us english language pack solved my problem. I just installed it, but i'm still using brazilian portuguese as default language.
Proposed as answer byShu 2017Wednesday, August 26, 2015 8:16 AM
Marked as answer byShu 2017Monday, August 31, 2015 12:45 PM
I need the UTF-8 encoding without signature (to keep accented characters in strings on source code).
Independently from the fix, I'd suggest against using accented characters in string literals in source code. Storing localized strings in resources instead of directly in source code could be a better approach.