ID: 34479
Updated by: [EMAIL PROTECTED]
Reported By: devilio at gmail dot com
-Status: Open
+Status: Assigned
Bug Type: mbstring related
Operating System: Debian Sarge
PHP Version: 4.4.0
-Assigned To:
+Assigned To: moriyoshi
New Comment:
Assigned to maintainer.
Previous Comments:
------------------------------------------------------------------------
[2005-09-12 14:04:46] devilio at gmail dot com
Description:
------------
mb_strpos returns wrong value with some UTF-8 strings
Reproduce code:
---------------
echo(mb_strpos('¿¬hello', 'hello', 0, 'UTF-8'));
Expected result:
----------------
2
Actual result:
--------------
0
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=34479&edit=1