How To Display Japanese Characters in ColdFusion With <cfoutput> -


i creating coldfusion page japanese characters. included following in top of page.

<meta http-equiv="content-type" content="text/html; charset=utf-8" /> 

if explicitly include japanese characters in output, fine. however, if output them using, say:

<cfoutput>#variables.titleinjapanese#</cfoutput> 

the output garbled though encoding not recognized. have tried <cfcontent> , <cfprocessingdirective> tags no avail.

if open .cfm source file, japanese characters assigned variables should in text editor. it's content generated using <cfoutput> giving me trouble. suggestions welcome. thanks!

correction: page have created not display japanese characters, explicit or referenced. however, other files using <cfinclude> within page have japanese characters render fine.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -