PRoblems with encondig in ASP.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/25 3:41 UTC
Read the original article Hit count: 202

Filed under:
|

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!

© Stack Overflow or respective owner

Related posts about character-encoding

Related posts about asp.mvc