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
Post a Comment