How to: Chinese Characters Display?

L

lai3288

I have set the following setting in my Web.config file and Page
Directive in HTML
<globalization
requestEncoding="Big5"
responseEncoding="Big5"
culture="zh-HK"
uiCulture="zh-HK"
/>

<%@ Page language="c#" Codebehind="index.aspx.cs"
AutoEventWireup="false" Inherits="XXX.index" ResponseEncoding="big5"
%>

however only the text in Chinese typed in Code behind page can
displayed properly whereas the one typed in HTML Page (i.e.
<h1><chinese character></h1> cannot be displayed..

my encoding is set to Big5 in my Internet Explore...

Please help!!!

Jackie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top