problem with utf-8 encoding
-
Hi, I very need your help. I'm doing a site in russian language and have problems with encoding. I have this in my web.config:
and then this in my MasterPage:
and in the default.aspx, I have this:
]]>
But it doesn't display properly the russian text in the ContentPlaceHolders within the default.aspx.... could you please tell, how can I solve this question?
-
Hi, I very need your help. I'm doing a site in russian language and have problems with encoding. I have this in my web.config:
and then this in my MasterPage:
and in the default.aspx, I have this:
]]>
But it doesn't display properly the russian text in the ContentPlaceHolders within the default.aspx.... could you please tell, how can I solve this question?
-
Is your browser has UTF8 encoding set?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Is your browser has UTF8 encoding set?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions