Skip to main content
Participant
March 25, 2008
Question

Displaying Farsi

  • March 25, 2008
  • 1 reply
  • 322 views
Here's my vital stats:
- Using latest Dreamweaver
- Using CF 7

When I cut and paste Farsi into the page (in Dreamweaver), I see it fine. Then when it's outputted by the CF server, I get a bunch of junk. I've put the <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> in the header to no avail.

Any suggestions?

Thanks,
Charlie
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    March 25, 2008
    Either you can put the following tag into all your CFML templates

    <cfprocessingdirective pageencoding="utf-8">

    OR

    you can save your files in Unicode with BOM(Byte Order Mark) and ColdFusion can understand that your template is in Unicode format.