php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55481 Bug in reading Arabic valules form files
Submitted: 2011-08-23 03:08 UTC Modified: 2011-08-26 22:37 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: info at almaciat dot com Assigned: kalle (profile)
Status: Closed Package: *PDF functions
PHP Version: 5.3SVN-2011-08-23 (SVN) OS: CentOS
Private report: No CVE-ID: None
 [2011-08-23 03:08 UTC] 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:
--------------
؟؟؟؟

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-08-26 15:18 UTC] kalle@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: kalle
 [2011-08-26 15:18 UTC] kalle@php.net
Please report this problem on the relevant PECL package as 5.3 does not contain any PDF related extensions.
 [2011-08-26 20:46 UTC] 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 22:37 UTC] kalle@php.net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC