i had the same problem but while sending it to the browser i think the problem is not in the PHP nor in the sening of the Arabic text ..it's with Apache try to change this
AddDefaultCharset iso-8859-1
to this
AddDefaultCharset UTF-8
in the httpd.conf file
|