Unicode string turns garbage at serverside.

Posted by this. __curious_geek on Stack Overflow See other posts from Stack Overflow or by this. __curious_geek
Published on 2010-05-12T12:42:30Z Indexed on 2010/05/12 12:54 UTC
Read the original article Hit count: 197

Filed under:
|
|

I have a situation.

I have a label in ASP.NET 2.0(C#). The label should display a dutch language text that is "Sähköpostiosoite", I tried setting the Label.Text both from markup and code-behind but what I see in the browser response is "Sähköpostiosoite".

Originally assigned string "Sähköpostiosoite" get replaced with "Sähköpostiosoite". I have no idea why this happens can you please help me diagnose the problem ??

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about globalization