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
 
Back
Top