Edit report at https://bugs.php.net/bug.php?id=55481&edit=1
ID: 55481 Updated by: ka...@php.net Reported by: info at almaciat dot com Summary: Bug in reading Arabic valules form files Status: Closed Type: Bug Package: *PDF functions Operating System: CentOS PHP Version: 5.3SVN-2011-08-23 (SVN) Assigned To: kalle Block user comment: N Private report: N New Comment: You stated the issue to be in the PDF category hence why I pointed you in the direction of PECL packages. Try check your encoding, as its almost 100% that you are sending the page in one encoding while serving the page in another. Previous Comments: ------------------------------------------------------------------------ [2011-08-26 20:46:59] info at almaciat dot com its not for PDF files !! even if you have arabic words in php files it will became >> ??? even if you change the encodding im software eng & web developer & server manager iknow thoses stuff ------------------------------------------------------------------------ [2011-08-26 15:18:05] ka...@php.net Please report this problem on the relevant PECL package as 5.3 does not contain any PDF related extensions. ------------------------------------------------------------------------ [2011-08-23 03:08:41] info at almaciat dot com Description: ------------ its was in 5.3.6 latest version in Cpanle and its show the vales as >>"????" Test script: --------------- <?php echo"Ù ØÙ د"; ?> Expected result: ---------------- Ù ØÙ د Actual result: -------------- ØØØØ ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55481&edit=1