php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38742 hebrew letters not converted properly
Submitted: 2006-09-07 18:46 UTC Modified: 2006-09-10 06:14 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: ashabi at yahoo dot com Assigned:
Status: Wont fix Package: *Unicode Issues
PHP Version: 4.4.4 OS: windows
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: ashabi at yahoo dot com
New email:
PHP Version: OS:

 

 [2006-09-07 18:46 UTC] ashabi at yahoo dot com
Description:
------------
When I explode a URL it does not display the hebrew character in my URL properly.


Reproduce code:
---------------
$page = explode("/", $_SERVER['PATH_INFO']);

$letter = $page[7];

echo $letter;

$page[7] is a hebrew letter. 



Expected result:
----------------
For example: ?



Actual result:
--------------
For example: א



FYI - If I were to use the $_REQUEST function then it would display the hebrew letter properly.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-07 19:02 UTC] tony2001@php.net
You have to wait for PHP6 if you need Unicode support.
 [2006-09-10 06:14 UTC] ashabi at yahoo dot com
Still doesn't explain why the $REQUEST function works ok but the explode function does not.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC