0 Replies Latest reply: Aug 4, 2006 7:51 PM by meekgeek RSS

    Encoding Problems

    meekgeek
      I'm running Flash Remoting with Cold Fusion on IIS 5.0 I'm using MySql for a Database.

      I'm having trouble displaying characters in flash.

      I've been able to dump my database information in a regular .cfm file and get the result's I want using the following:

      <cfcontent type="text/html; charset=ISO-8859-1">
      <cfset setEncoding("url","ISO-8859-1")>
      <cfset setEncoding("form","ISO-8859-1")>
      <cfprocessingdirective pageEncoding="ISO-8859-1">

      However, I'm using a coldfusion component (.cfc) and by the time it gets to flash I don't get characters like apostrophy's.

      Is there something I can do to the .cfc file or inside flash?