From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.6
PHP Bug Type:     *Regular Expressions
Bug description:  Problems with case sensitivity german letters

BUG-Report:

preg_match("/^([abcdefghijklmnopqrstuvwxyz���� \-])+$/i",$input)

does not Match on "�hringen", or "dhdg�fdhh", but on "L�rrach".

I think it is a problem of case sensitivity.

Solutions:
use:preg_match("/^([abcdefghijklmnopqrstuvwxyz�������
\-])+$/i",$input[Ort])
or 
install PHP 4.0.8 (no problems)
-- 
Edit bug report at http://bugs.php.net/?id=16242&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16242&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16242&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16242&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16242&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16242&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16242&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16242&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16242&r=submittedtwice

Reply via email to