5
In my work, we program in PHP mainly and all the code files were made in ASCII, I’m making some inclusions of pages and I often need to open the existing files and add new things.
I do this through Notepad++, because every time I open one of the existing codes in Sublime, it changes the whole charset and Download the whole page.
How do I mute the Sublime charset to always open the file charset? Or change the sublime charset to forever ASCII?
I just tested, it worked perfectly, thank you very much xD ?
– LuisFelipe
I did a quick search here, saw that in his preferences have options
encoding
, I did not take the test to see if it works, today I can only validate later. Vscode settings are in File>Preferences>Settings, search forencoding
.– Barbetta
I just tested and it worked, "files.encoding", Thank you so much for helping 0/
– LuisFelipe
@Luisfelipe ^^ ;)
– Barbetta