Skip to main content
Participant
June 17, 2010
Question

Coldfusion 9 not showing some chinese characters

  • June 17, 2010
  • 1 reply
  • 1861 views

We had web based application made in coldfusion 5 hosted on windows 2000 server. Now we have migrated our application on Coldfusion 9 and windows 2003 server. The problem we are facing is that some chinese characters are showing incorrectly on application pages. we have tried installing language pack and also there is no issue with browser.

Can anybody help us in this regard? Thanks in advance.

    This topic has been closed for replies.

    1 reply

    Participant
    June 17, 2010

    also i would like to add that we are using utf-8 character encoding on IE.

    Inspiring
    June 17, 2010

    Is this text in your CFM files or coming from your DB?

    If they're in the source code, you'll need to make sure the files are saved as UTF-8, and it's probably also a good idea to put a <cfprocessingdirective pageencoding="UTF-8"> at the top of the templates too.

    If it's in the DB, make sure the datasource is configured to deal with UTF-8.

    --

    Adam

    Participant
    June 17, 2010

    It is in the data source. And the data source is ms access. We have just copied the database from previous server to the new one.