Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.78.2 and before.
- OS Version: Windows_NT x64 10.0.19044
Steps to Reproduce:
- Select encoding as UTF-8.
- Open exiting file with German characters.
- Special German characters shows as � in the file.
- Make changes to the file. Don't even need to change German characters. Any changes are fine.
- Push code to git. The characters show as '�' in git diff.
- Below are some examples of German chars getting corrupted and when they are pushed from VS Code:
- ä -> �
- ß -> �
- ö -> �
