From: Andrei Zmievski Date: Tue, 12 Dec 2006 18:28:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: RELEASE_1_0_0RC1~705 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cef5d5979b67ad5cab64b6876289e5e921df3c8a;p=php *** empty log message *** --- diff --git a/unicode-progress.txt b/unicode-progress.txt index fd1091e5c4..7229efa816 100644 --- a/unicode-progress.txt +++ b/unicode-progress.txt @@ -23,11 +23,6 @@ ext/standard parse_ini_file() Params API, unicode filename support, depends on INI mechaniem - getopt() - Will use ASCII for options. $_SERVER['argv'] should not be converted - to Unicode and should stay binary, since we can't be sure of the - encoding on CLI. Console_Getopt may be changed to support encodings. - array.c ------- natsort(), natcasesort() @@ -39,10 +34,6 @@ ext/standard string.c -------- - hebrev(), hebrevc() - Figure out if this is something we can use ICU for, internally. - Check with Zeev. - parse_str() Params API. How do we deal with encoding of the data? @@ -52,9 +43,6 @@ ext/standard strnatcmp(), strnatcasecmp() Params API. The rest depends on porting of strnatcmp.c - strtr() - Check on Derick's progress. - wordwrap() Upgrade, do wordwrapping on codepoint (or glyph ?) level, maybe use additional whitespace chars instead of just space. @@ -556,6 +544,7 @@ ext/standard compact() count() extract() + getopt() in_array() min() max() @@ -591,6 +580,7 @@ ext/standard count_chars() dirname() explode() + hebrev(), hebrevc() implode() levenshtein() localeconv() @@ -628,6 +618,7 @@ ext/standard strtok() strtolower() strtoupper() + strtr() substr() substr_compare() substr_count()