Y
Yuriy Galanter
Hi,
I am trying to display Cyrillic characters on my ASP.NET page. While doing
that on a local server provided by VS.NET - everything looks fine. But when
I publish the site to my ISP host - all the characters are out of whack.
When I saved my ASPX file with encoding (UTF-8, codepage 65001) - Cyrillic
characters look ok on the host, but only those that are static within HTML
code of ASPX file itself or those entered in a TextBox. Anything assigned in
code behind still scrambled. I tried to play around with Session.CodePage
and Response.Charset as well as <globalization> setting in Web.config - to
no avail. Any help is appreciated - how to display both static and
dynamically assigned non-English Characters on an ASP.NET page (and
undependably of the IIS's settings)
Thanks!
Yuriy.
I am trying to display Cyrillic characters on my ASP.NET page. While doing
that on a local server provided by VS.NET - everything looks fine. But when
I publish the site to my ISP host - all the characters are out of whack.
When I saved my ASPX file with encoding (UTF-8, codepage 65001) - Cyrillic
characters look ok on the host, but only those that are static within HTML
code of ASPX file itself or those entered in a TextBox. Anything assigned in
code behind still scrambled. I tried to play around with Session.CodePage
and Response.Charset as well as <globalization> setting in Web.config - to
no avail. Any help is appreciated - how to display both static and
dynamically assigned non-English Characters on an ASP.NET page (and
undependably of the IIS's settings)
Thanks!
Yuriy.