andrei Tue Dec 12 18:28:31 2006 UTC
Modified files:
/php-src unicode-progress.txt
Log:
http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.64&r2=1.65&diff_format=u
Index: php-src/unicode-progress.txt
diff -u php-src/unicode-progress.txt:1.64 php-src/unicode-progress.txt:1.65
--- php-src/unicode-progress.txt:1.64 Wed Nov 22 19:15:07 2006
+++ php-src/unicode-progress.txt Tue Dec 12 18:28:31 2006
@@ -23,11 +23,6 @@
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 @@
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 @@
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 @@
compact()
count()
extract()
+ getopt()
in_array()
min()
max()
@@ -591,6 +580,7 @@
count_chars()
dirname()
explode()
+ hebrev(), hebrevc()
implode()
levenshtein()
localeconv()
@@ -628,6 +618,7 @@
strtok()
strtolower()
strtoupper()
+ strtr()
substr()
substr_compare()
substr_count()
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php