Vs Code, Copyright Symbol © Shown As � And Saved As Ï¿½ Or �
In my html source code I have some special symbols like the copyright one
This can be found in the bottom right of the program in the status bar.
See their documentation on File Encoding Support.
Solution 2:
I've found out that the files were saved in ISO-8859-1 encoding, that caused to see like that the symbols even If I had UTF8 set as my default.
Solution 3:
Same problem here - solved by setting "files.encoding": "windows1252"
for this workspace.
Solution 4:
Try use HTML codes for special symbols: http://www.ascii.cl/htmlcodes.htm
Post a Comment for "Vs Code, Copyright Symbol © Shown As � And Saved As Ï¿½ Or �"