ASP.NET 3.5 Page character encoding problem

Posted by Dorian McHensie on Stack Overflow See other posts from Stack Overflow or by Dorian McHensie
Published on 2010-05-06T17:34:02Z Indexed on 2010/05/06 17:38 UTC
Read the original article Hit count: 193

Hello everyone. I have a problem in my asp.net 3.5 application (C#) when I try to render in my pages characters like 'è' which are shown in a very strange manner (if i'm lucky i get a ? mark in my web page). in fact Expression Web, when i open my web site, substitutes the è char with �... How can I tell asp.net that I want to use a particular charset so that i can write in the html source letters like è without using hexadecimal codes??????

I tried in the web.config this: inside the system.web namespace of the file but nothing works.... Can anyone tell me how to do? THANKS in advance

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about charset