ID:               37250
 Updated by:       [EMAIL PROTECTED]
 Reported By:      wise at alego dot org
-Status:           Open
+Status:           Bogus
 Bug Type:         Regexps related
 Operating System: Linux 2.6.14-gentoo-r5
 PHP Version:      5.1.2
 New Comment:

Please report this problem to PCRElib developers.
Not PHP issue.


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

[2006-04-30 15:33:04] wise at alego dot org

Description:
------------
If regular expresion contains symbols in koi8-r charset, 
the modifier is ignored. 

Reproduce code:
---------------
$datatext="Привет,
это пример
к слову
'привет'";
echo
preg_replace('/(&#1087;&#1088;&#1080;&#1074;&#1077;&#1090;)/i','<b>${1}</b>',$datatext);

Expected result:
----------------
&#1055;&#1088;&#1080;&#1074;&#1077;&#1090;, &#1101;&#1090;&#1086;
&#1087;&#1088;&#1080;&#1084;&#1077;&#1088; &#1082;
&#1089;&#1083;&#1086;&#1074;&#1091;
'<b>&#1087;&#1088;&#1080;&#1074;&#1077;&#1090;</b>' 

Actual result:
--------------
<b>&#1055;&#1088;&#1080;&#1074;&#1077;&#1090;</b>,
&#1101;&#1090;&#1086; &#1087;&#1088;&#1080;&#1084;&#1077;&#1088;
&#1082; &#1089;&#1083;&#1086;&#1074;&#1091;
'<b>&#1087;&#1088;&#1080;&#1074;&#1077;&#1090;</b> 


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


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

Reply via email to