ID:               38742
 User updated by:  ashabi at yahoo dot com
 Reported By:      ashabi at yahoo dot com
 Status:           Wont fix
 Bug Type:         *Unicode Issues
 Operating System: windows
 PHP Version:      4.4.4
 New Comment:

Still doesn't explain why the $REQUEST function works ok but the
explode function does not.


Previous Comments:
------------------------------------------------------------------------

[2006-09-07 19:02:26] [EMAIL PROTECTED]

You have to wait for PHP6 if you need Unicode support.

------------------------------------------------------------------------

[2006-09-07 18:46:57] 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.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38742&edit=1

Reply via email to