Just when I think I have the problem solved.

I'm working on a site that has a little Chinese Characters.  I having problems 
on multiple fronts.

GETTING DATA IN
Well I have a content management system and in the application.cfm page i have 
content that looks like this

<cfset setEncoding("form", "iso-8859-1")>
<cfset setEncoding("Url", "iso-8859-1")>
<cfcontent type="text/html; charset=iso-8859-1">

This was because CFMX 6 had some character set issues (MS Access). I was 
getting some very funny symbols but the above code cleared in up.

This is obvious the problem with using the CMS to add content to the database 
because the content type has has to support chinese characters, particular 
charset="gb2312".

Sense it's not a lot of content, I just copy the chinese characters from the a 
word document and paste directely into the datbase.   

HOWEVER, 
MS Word uses a different character set.  So when I copy the text from MS Word, 
and Paste into Database, funny symbols again.

Any Advice 

Dwayne



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201637
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to