You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
It appears Visual Studio likes to add a UTF-8 header to files it touches. When creating a temp file to diff against, save as UTF-8 if working file is UTF-8.
Fixes#1010
It appears Visual Studio likes to add UTF-8 headers to files it touches. 😕 This seems to change them from being the default Western European (Windows-1252) to being UTF-8.
When creating a temp file to diff against, we should save it as UTF-8, if the working file has been changed to UTF-8.
It appears Visual Studio likes to add a UTF-8 header to files it touches. When creating a temp file to diff against, save as UTF-8 if working file is UTF-8.
Fixes#1010
It appears Visual Studio likes to add a UTF-8 header to files it touches. When creating a temp file to diff against, save as UTF-8 if working file is UTF-8.
Fixes#1010
Visual Studio version: 2015
Sometimes the diff view complains that the files have different encodings (UTF-8 vs Windows).
The text was updated successfully, but these errors were encountered: