RE: [PHP] RE: RE: Re: high-bit characters

2007-06-09 Thread WeberSites LTD
:[EMAIL PROTECTED] On Behalf Of Abdullah Ramazanoglu Sent: Saturday, June 09, 2007 6:30 PM To: php-general@lists.php.net Subject: [PHP] RE: RE: Re: high-bit characters WeberSites LTD dedi ki: > Thanks, I'll have a look at it. > > I do want to allow some chars so I'm trying to rep

[PHP] RE: RE: Re: high-bit characters

2007-06-09 Thread Abdullah Ramazanoglu
WeberSites LTD dedi ki: > Thanks, I'll have a look at it. > > I do want to allow some chars so I'm trying to replace them > like this : > > $post_text=str_replace(chr(146),"'",$post_text); > > or > > $post_text=str_replace("’","'",$post_text); > > > However, it seems that str_replace does no