|
|
Hello,
i have a little issue with displaying accents in my flash forms.
The "saving" of information is no problem. When i enter ? ? ? ? in my flash
forms, they are saved corerctly to mySQL DB.
When i make a query and retrieve info from the DB, however, it displays
strange characters such as squares or so ...
I have put the below code in my application.cfm (i saw this somwhere on the
net, looking for a solution).
Have you experience this issue?
How can i solve it?
Thanks,
Kat
<cfscript>
setEncoding("form", "utf-8");
setEncoding("url", "utf-8");
</cfscript>
<cfcontent type="text/html; charset=utf-8">
|
|