Question
Language setting problem
Hi,
I have an language setting problem about the forum. I wanna show Chinese characters in the forum. I have put the follow codes at in the beginning of every page:
<cfprocessingdirective pageencoding="big5">
<cfset setEncoding("URL", "big5")>
<cfset setEncoding("FORM", "big5")>
But it doesn't work. All the Chinese characters are shown as "???". I know there is another line of code may help:
<cfcontent type="text/html; charset=big5">
However, when I added the code to the pages, the header.cfm and footer.cfm page will not be shown (I used an index page to include the header, the content, and the footer by cfinclude) , and all the style cannot be applied.
Please help
FRANK
I have an language setting problem about the forum. I wanna show Chinese characters in the forum. I have put the follow codes at in the beginning of every page:
<cfprocessingdirective pageencoding="big5">
<cfset setEncoding("URL", "big5")>
<cfset setEncoding("FORM", "big5")>
But it doesn't work. All the Chinese characters are shown as "???". I know there is another line of code may help:
<cfcontent type="text/html; charset=big5">
However, when I added the code to the pages, the header.cfm and footer.cfm page will not be shown (I used an index page to include the header, the content, and the footer by cfinclude) , and all the style cannot be applied.
Please help
FRANK
