> To be honest, I have no idea where to even begin with this one -- whether
> it's a Solaris issue, an Apache issue, a Cold Fusion issue, or a JRun
issue.

running mx? if so its usually prudent to use (where xxx is the encoding you
want mx to use):

<cfset setEncoding("form","xxx")>
<cfset setEncoding("url","xxx")>
<cfcontent type = "text/html; charset xxx">

in your application.cfm or DEPENDING on your jre & os versions you also
might try
-Dfile.encoding=ISO8859_1 as jvm argument.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to