what ver of cf are you using? 
> cfmx 6.1

do you know what char encoding you're using?
> I allready included cfprocessing in my cfc

I use a cfc to connect to my db


>in application.cfm
><cfcontent type="text/html; charset=iso-8859-1"> (if your host allows)
><cfset setEncoding("form","iso-8859-1")>
><cfset setEncoding("url","iso-8859-1")>
>
>at the top of each page:
><cfprocessingdirective pageencoding="iso-8859-1">

I set up this application.cfm

When I dump the data, it looks good,
because of the 

<cfcontent type= "text/html; charset=ISO-8859-1">

tag at the top of the test.cfm page.

Is something simular possible when I send my data to Flash?
That's where it goes wrong ...

I use

<cfprocessingdirective pageencoding="iso-8859-1">

in my cfc code, just below <cfcomponent>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the mailserver that powers this list at 
http://www.houseoffusion.com/banners/view.cfm?bannerid=17

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182481
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to