We are using soEditor to allow users to edit db content.  When we update
the Oracle db using a UTF-8 value such as λ, it works fine.  When
we load it in soEditor to edit again, the HTML source displays the
actual character rather than the numeric value.  That's still displays
correctly in the browsers, but when we save the actual character to the
db, it changes to a question mark. 
 
We're using W2K Server w/Oracle 9i and CFMX Pro 6.1.  
We have the following items in the form and action files (but these
don't seem to work):
 
<cfprocessingdirective pageencoding="UTF-8">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<cfcontent type="text/html;charset=UTF-8">
<cfscript>
 setencoding("form", "UTF-8");
 setencoding("url", "UTF-8");
</cfscript>
 
Any help appreciated.  Thanks,

Pam


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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