PRoblems with encondig in ASP.MVC
- by George
Hello experts!
I'm having a weird issue here.
I have a bunch of Views, in which i have characters like this: é, á, ó, etc.
In one of my views I can fetch data from the database with accents just fine, but in another one I simply get the "weird" characters :P
WHat can i be doing wrong? Do i need to configure something in order to this work?
Thanks!