Andrei Zmievski wrote:
> There is no "unconverted" function list. There is unicode-progress.txt
> file where we have been tracking what has been done, but I'm not sure as
> to its accuracy as of yet. Some of the functions listed there may need
> to be looked over after Dmitry's patch.

It would be nice to be able to track this progress directly in the
source via some sort of meta-data. Embedding the "unicode status" in
function protos would be ideal.

Something like:
/* {{{ proto mixed foo(mixed bar)
   Foos the bar */

Could become:
/* {{{ proto mixed foo(mixed bar) U
   Foos the bar */

Meaning that this function has been tested to be functional under the
new Unicode rules.. or "Unicode-safe"

Opinions?

S

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to