I am trying to export data from mysql database to a CSV file, but Thai content is being displayed as ????s
. Also, in database it's not taking whatever I enter. If I enter ปดิวรัดา
, it's saving as ปดิวรัดา
Please help me.
EDIT: Now, i edited encoding of table and fields to utf8_general_ci
and its storing data as i entered into database but still export problem exists.
Original code we have written is here