I just went through this same problem and found out that CF5 does not support true unicode. Therefore you cannot access the same unicode data with both CF5 and CFMX. I spent days trying to get around this and there just wasn't a way. I had to change all servers to CFMX to make it all work.
----- Original Message ----- From: "Judy" <[EMAIL PROTECTED]> To: "CFAussie Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, July 31, 2003 11:51 AM Subject: [cfaussie] unicode problem in CF5 > Hi all, > > I am having some problems with unicode in CF5. > I have set up a UTF-8 encoded page in CF5 and it seems > to work fine in CF5. The page has a form that inserts > the data into db and it can retrieve the data from db > and display in UTF-8 with no problem. However, it > seems that the data CF5 inserted into the db is not > "true unicode", when I try to display those data in a > CFMX page, the text become corrupted. Is there a way > to make sure CF5 inserts proper unicode data that can > be displayed correctly in CFMX? I am using SQL Server > 2000. > > Thanks, > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
