Re: [PHP] conversion of unicode characters into utf-8
- Date: Tue, 17 Jun 2008 01:19:52 -0600
- From: "Nathan Nobbe" <quickshiftin@xxxxxxxxx>
- Subject: Re: [PHP] conversion of unicode characters into utf-8
On Mon, Jun 16, 2008 at 11:26 PM, valsaraj <valsarajpv@xxxxxxxxx> wrote:
>
> Hi,
> I am using code
> $val = htmlentities($val, ENT_QUOTES, "UTF-8");
>
> but it's not working in version 5.2.0. Is there any additional
> configuration
> needed for this. it's working well in 5.2.2. Could you please help me???
have you compared ini settings between the 5.2.0 environment and the 5.2.2
environment for differences, esp. in the multibyte settings ?
-nathan