From:             [EMAIL PROTECTED]
Operating system: all
PHP version:      4CVS-2002-09-26
PHP Bug Type:     Feature/Change Request
Bug description:  Fourth argument for htmlentities()

Htmlentities() schould have a fourth argument where you can add chars that
will not be translated.

For example <? echo htmlentites("Uml��t�"); ?> will return
"Uml&auml;&uuml;t&szlig;", but <? echo htmlentites("Uml��t�", .., ..,
"��"); ?> will respond "Uml��t&szlig".
-- 
Edit bug report at http://bugs.php.net/?id=19607&edit=1
-- 
Try a CVS snapshot:  http://bugs.php.net/fix.php?id=19607&r=trysnapshot
Fixed in CVS:        http://bugs.php.net/fix.php?id=19607&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=19607&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=19607&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=19607&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19607&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=19607&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=19607&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=19607&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=19607&r=globals

Reply via email to