D
dz
In IE, I want to display Asian characters on English based web sites
without requiring user installing the Files for East Asian Languages.
At the Page_load of the Asian content pages, I set
Response.AppendHeader("Charset","GB2312") for Chinese. I also set the
Response.ContentEncoding = Text.Encoding.UTF8. However, the page only
shows the characters as boxes. The problem does not occur in Firefox
though. Is it required to have East Asian Languages installed on
client machines in order for them to see the proper Asian characters?
Thanks.
without requiring user installing the Files for East Asian Languages.
At the Page_load of the Asian content pages, I set
Response.AppendHeader("Charset","GB2312") for Chinese. I also set the
Response.ContentEncoding = Text.Encoding.UTF8. However, the page only
shows the characters as boxes. The problem does not occur in Firefox
though. Is it required to have East Asian Languages installed on
client machines in order for them to see the proper Asian characters?
Thanks.