Re: [whatwg] [URL] Starting work on a URL spec

<AANLkTikO5r8Bu2yeWW5P4OLQ+7bwFm3=yxuTVrOLKaza@mail.gmail.com>

Current votes: None.

On 24 July 2010 15:00, Boris Zbarsky <bzbarsky@mit.edu> wrote:
> On 7/24/10 2:49 AM, Brett Zamir wrote:
>> Hopefully to be fixed in PHP6 with its promise of full Unicode support..=
.
>>
>> Though per http://www.slideshare.net/kfish/unicode-php6-presentation :
>
> Right. =C2=A0Not holding my breath yet. =C2=A0;)

Worth noting that, in the PHP specific case, PHP 6 has in fact been
"reset". (Cancelled would be equally accurate, at least in terms of it
being a full Unicode extravaganza.)

At the moment, PHP doesn't really have any conception of character
sets anyway =E2=80=94 strings are strings of bytes. Developers obviously
should be dealing with $_GET data as UTF-8, but in practice given the
amount of old, crufty PHP code out there written by people who've
probably never heard of Unicode, who knows what's really going on. I
suspect "the world is 7-bit ASCII" is still a depressingly common
attitude.

Adam