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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: info at almaciat dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 01:01:30 2024 UTC