I can have one of my associates explain how to do this. She just did this for an international section of the site we just built. I will have her write something up and get it to me.
Eric -----Original Message----- From: Inger Klekacz [mailto:[EMAIL PROTECTED] Sent: Friday, 13 October 2006 13:56 To: CF-Talk Subject: Re: Serving Japanese text on IIS/CFMX The text is coming from a MS Word document, originally. I tried cut/pasting the text from MS Word into Dreamweaver, and it shows up fine. But, being paranoid about MS Word markup, I pasted it into a UTF-8 translator and then took the output and put THAT into Dreamweaver. It shows up fine that way, too. I have added all of the application.cfm tags. Do you mean that you want me to put "cfprocessingdirective" on Application.cfm, header.cfm, and dsp_main.JP.cfm? Thanks for your response! inger On 10/13/06, Paul Hastings <[EMAIL PROTECTED]> wrote: > where is text coming from? is it actually utf-8? you need to make sure > you have the encodings correctly matched back to front. have you > added all the cf encoding hints? > > (application.cfm) > <cfset setEncoding("url","utf-8")> > <cfset setEncoding("form","utf-8")> > <cfcontent type="text/html; charset=utf-8"> > > at the top of your cf pages add: > <cfprocessingdirective pageEncoding="utf-8"> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256783 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

