I insert my data into mysql db with this code:
The problem is when I insert arabic or persian characters that's store in database something like "?????" but there is no problem with english characters. I use ColdFusion 10 and mysql.
My database collation is utf-8 and my column is utf-8 too.
What's wrong on my project?
Regards