Re: [PHP-DEV] PHP 7.0's Unicode version incoherence (mbstring, intl, pcre)

2015-10-05 Thread Tom Worster
On 10/5/15 5:20 AM, Martin Keckeis wrote: Hello, 2015-10-01 21:19 GMT+02:00 Tom Worster : Do people here agree that PHP should have a *policy* of using a consistent Unicode version? This appears to be easy to accomplish for the moment. Moving to Unicode 8 will be harder. I agree with the p

Re: [PHP-DEV] PHP 7.0's Unicode version incoherence (mbstring, intl, pcre)

2015-10-05 Thread Martin Keckeis
Hello, 2015-10-01 21:19 GMT+02:00 Tom Worster : > > Do people here agree that PHP should have a *policy* of using a consistent > Unicode version? > > This appears to be easy to accomplish for the moment. Moving to Unicode 8 > will be harder. > I agree with the policy -> good idea. But I think th

Re: [PHP-DEV] PHP 7.0's Unicode version incoherence (mbstring, intl, pcre)

2015-10-05 Thread Côme Chilliet
Le jeudi 1 octobre 2015, 15:19:20 Tom Worster a écrit : > Do people here agree that PHP should have a *policy* of using a consistent > Unicode version? I agree with this, seems like a fair request. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/u

[PHP-DEV] PHP 7.0's Unicode version incoherence (mbstring, intl, pcre)

2015-10-01 Thread Tom Worster
I think PHP should be consistent in using a given Unicode version in each release. Improvements in PHP 7.0, especially IntlChar, allows us to do properly various things that required hackery with preg and mbstring in the past. But both approaches will have to coexist for the foreseeable future. So