Cant display Chinese

Discussion in 'Site Programming, Development and Design' started by kevin, Dec 16, 2009.

  1. Hi

    My site cant display Chinese after i uploaded it.

    I found that all the Chinese content read from database are displayed correctly, but all the static Chinese in .aspx file are not displayed properly.

    I have set Culture and UICulture properties of each page to "Auto"

    My site works fine when i debug it on my PC(Im using Chinese verson XP)

    Any one can help?

    Thanks in advance.
     
  2. Hi Kelvin,

    I am having the same issue as yours. Have you found any solution yet?
     
  3. Ray

    Ray

    There are basically three things that can greatly affect the display of font on a page. One is the character set coded on the web page itself, second is the collation you are using on the database, and third is the data type you designate the fields to be. Most of the time with foreign characters you want to store the data in nvarchar.
     
  4. And check out this thread where waterding posts some options.
     
    Last edited: Oct 14, 2015

Share This Page