From:             [EMAIL PROTECTED]
Operating system: Linux 2.4.x
PHP version:      4.1.2
PHP Bug Type:     *Regular Expressions
Bug description:  ereg_replace does'nt work with umlauts

While $BlockHeading = ereg_replace("b", "lala", $BlockHeading); works fine,
$BlockHeading = ereg_replace("�", "lala", $BlockHeading); does'nt work.
-- 
Edit bug report at http://bugs.php.net/?id=16253&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16253&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16253&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16253&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16253&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16253&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16253&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16253&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16253&r=submittedtwice

Reply via email to