Re: default_charset and friends
Hi Adam,
On Thu, Mar 20, 2014 at 9:57 AM, Yasuo Ohgaki <[email protected]> wrote:
> On Thu, Mar 20, 2014 at 8:08 AM, Adam Harvey <[email protected]> wrote:
>
>>
>> string(7) "£"
>> string(7) "£"
>> string(1) "�"
>> string(1) "�"
>>
>> But instead, I got this output, suggesting that the calls without
>> explicit charset parameters were treated as UTF-8:
>>
>> string(0) ""
>> string(7) "£"
>> string(2) "£"
>> string(1) "�"
>>
>> What am I missing here? Do htmlentities(), htmlspecialchars() and
>> html_entity_decode() actually respect default_charset? (Also, if I set
>> internal_encoding, input_encoding and output_encoding, which one
>> should get used for each?)
>>
>
> It looks l missed some.
> I'll commit it soon.
>
Sorry, I missed to handle it properly.
I've committed patch. I should work now.
Regards,
--
Yasuo Ohgaki
[email protected]
Thread (4 messages)