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
Sometimes, when I open a file, then save that file and close it, certain (non-ASCII) characters get replaced with other ones, and this causes problems. It's not a serious issue, but it's annoying.
To reproduce, create a file which contains only the "0x93" byte. Open it with VS Code, don't do any change to it, save it, close the editor and hexdump it. After saving it the file contains "0xEF 0xBF 0xBD".
Details:
VSCode Version: 1.4.0
OS Version: Windows 7
The text was updated successfully, but these errors were encountered:
You are right, the encoding was causing the issue.
To work on the project I've added "files.encoding": "windows-1252" to my settings and now it's running fine. The fact that it doesn't auto-detect the encoding or at least warn me that it's about to change the file's encoding is still strange, but shouldn't impact me now.
Sometimes, when I open a file, then save that file and close it, certain (non-ASCII) characters get replaced with other ones, and this causes problems. It's not a serious issue, but it's annoying.
To reproduce, create a file which contains only the "0x93" byte. Open it with VS Code, don't do any change to it, save it, close the editor and hexdump it. After saving it the file contains "0xEF 0xBF 0xBD".
Details:
The text was updated successfully, but these errors were encountered: