Problems with character encoding in ASP.NET MVC
Posted
by George
on Stack Overflow
See other posts from Stack Overflow
or by George
Published on 2010-05-25T03:33:00Z
Indexed on
2010/05/26
4:21 UTC
Read the original article
Hit count: 254
asp.net-mvc
|character-encoding
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.
What can i be doing wrong? Do I need to configure something in order to this work?
Thanks!
© Stack Overflow or respective owner