my databse is set to utf-8 encoding, and so is my cfm page. I can show either
results from my database in hebrew, or html markup in hebrew. I set the
encoding:
<cfheader name="content-type" value="#CGI.CONTENT_TYPE#">
And then I get hebrew from my database. If I add:
<cfcontent type="text/html; charset=utf-8">
I get hebrew in my html markup but not from my database.
What am I doing wrong?
Thank you,
useUnicode=true&characterEncoding=utf8.
btw what version of mysql?
I guess it was supposed to be pretty obvious, but I am new to server-side programming.
Many thanks again.