When trying to insert arabic into mysql from Perl, the arabic content is displayed in the database like أ™إ أکآ³أکآ´أ™إ but when I retrieve the value from the database it will display like ÙØ³Ø´Ù in the web page.
note that my database and table charset is utf8 and the COLLATE is utf8_general_ci.
local $Data::Dumper::Useqq = 1; print(Dumper($str));before you placed it in the database and after you fetched it from the database. - ikegami