Chinese file problem

  • Thread starter Thread starter choihead
  • Start date Start date
C

choihead

I have a aspx, which have a dropdown box in it and the dropdown box is in a
include file, but then the the drop down box's chinese cannot be display
properly, My system is English W2k3, In web.config it is
<globalization requestEncoding="Big5" responseEncoding="Big5" />

so is there anything I am missing so it canno output proper chinese words???
 
Hi Choihead
i don't know my self if Big5 is the correct encoding for chinese characters
but if you know it is then try adding fileEncoding to the globalization
tag of your web .config so it would be
<globalization fileEncoding="Big5" requestEncoding="Big5"
responseEncoding="wBig5" />
Hope this would help
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 

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

Back
Top