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 backwa

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

2007-05-23 Thread Rangel Reale
some #ifdef, but this is php). []s Rangel - Original Message - From: "Andrei Zmievski" <[EMAIL PROTECTED]> To: "Rangel Reale" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, May 23, 2007 4:50 PM Subject: Re: [PHP-DEV] PHP Unicode extension in PHP6 It would

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

2007-05-23 Thread Rangel Reale
re it really isn't needed... is hard for me to undestand the motives. - Original Message - From: "Johannes Schlüter" <[EMAIL PROTECTED]> To: "Rangel Reale" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, May 22, 2007 10:12 PM Subject: Re: [PHP-DEV] PHP Unicode

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]>; Sent: Tuesday, May 22, 2007 8:43 PM Subject: Re: [PHP-DEV] PHP Unicode extensi

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

2007-05-22 Thread Rangel Reale
I'm also having problems with this b"string" 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 uni

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

2007-05-03 Thread Rangel Reale
data, I need to set "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: "

[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 unicode.output_e