I have a very strange issue I don't know how to solve. I created project from react .net core mvc template, but when I add characters like 'á,é,í,ó,ú' the Visual Studio save file as ISO 8859-1 (or the react files was already generated as that encoding) but instead of characters I can see question marks when I open the same file with Visual Studio Code as UTF-8. When I start debug, there are also question marks in the HTML. I can resave all the files with the Visual Studio code, but why the files are in ISO 8859-1?
First IDE is VS2019 and second one is Visual Studio Code
What settings I should check or adjust to have the files in UTF-8 instead of ISO 8859-1 when the project is creating (npm installing, etc)?