From: [EMAIL PROTECTED]
Operating system: windows 2000
PHP version: 4.0.6
PHP Bug Type: Feature/Change Request
Bug description: Additional param to ereg/eregi/ereg_replace/eregi_replace
Please add new param to
ereg/eregi/ereg_replace/eregi_replace
which will specify the correct Enocoding of "string"
and allow to use this funnction with any encoding
EX:
string eregi_replace (string pattern, string replacement, string string [,
int mode])
eregi_replace ("���", "%#&#", $header, CP_1251)
in connection with bug report #12176
--
Edit bug report at: http://bugs.php.net/?id=12214&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]