Re: [PHP-DEV] PHP Unicode extension in PHP6

2007-05-24 Thread Rangel Reale
Unicode support is a rather major milestone for PHP. It is one of the biggest changes to the codebase ever. I don't think anybody can seriously argue that decent Unicode support isn't worth the effort and it is somewhat unrealistic to think that this can be done while keeping it perfectly

Re: [PHP-DEV] PHP Unicode extension in PHP6

2007-05-23 Thread Rangel Reale
do (if it would be C, we could just put some #ifdef, but this is php). []s Rangel - Original Message - From: Andrei Zmievski [EMAIL PROTECTED] To: Rangel Reale [EMAIL PROTECTED] Cc: internals@lists.php.net Sent: Wednesday, May 23, 2007 4:50 PM Subject: Re: [PHP-DEV] PHP Unicode

Re: [PHP-DEV] PHP Unicode extension in PHP6

2007-05-22 Thread Rangel Reale
I'm also having problems with this bstring incompatibility with older versions, I know I shouldn't need to have binary strings, but the problem is, the PHP funcions does not accept an Unicode string (urlencode), so it gives me a warning. In the future will 100% of the functions accept an

Re: [PHP-DEV] PHP Unicode extension in PHP6

2007-05-22 Thread Rangel Reale
For my purposes, this is ok. Will it be added to 4.x too? - Original Message - From: Andrei Zmievski [EMAIL PROTECTED] To: Tomas Kuliavas [EMAIL PROTECTED] Cc: Jared Williams [EMAIL PROTECTED]; internals@lists.php.net Sent: Tuesday, May 22, 2007 8:43 PM Subject: Re: [PHP-DEV] PHP

Re: [PHP-DEV] Trying to understand PHP6's unicode support

2007-05-03 Thread Rangel Reale
unicode.output_encoding = iso-8859-1, and php will convert all echo'ed data from utf-16, is this it? If so, can I change unicode.output_encoding at runtime, with ini_set? - Original Message - From: Derick Rethans [EMAIL PROTECTED] To: Alexey Zakhlestin [EMAIL PROTECTED] Cc: Rangel Reale [EMAIL PROTECTED

[PHP-DEV] Trying to understand PHP6's unicode support

2007-05-02 Thread Rangel Reale
Hello! I am trying to understand how PHP6 handling of unicode works, I think I am missing something. My config is: ; Unicode settings ; unicode.semantics = on unicode.runtime_encoding = iso-8859-1 unicode.script_encoding = iso-8859-1