I'm having trouble setting the page encoding I've made in ASP.NET Core (keeps appearing ? in accented letters).
In the old MVC you made the configuration in the web.config project, but now that file does not exist, and I have no idea how to transform its configuration to the Startup.cs (where settings are made now).