Browse Source

*** empty log message ***

migration/RELEASE_1_0_0
Andrei Zmievski 21 years ago
parent
commit
d84da736d7
  1. 2
      unicode-progress.txt
  2. 3
      unicode-todo.txt

2
unicode-progress.txt

@ -14,8 +14,6 @@ ext/standard
str_repeat()
strpos()
strstr()
strtolower()
strtotupper()
substr()
trim()
ucwords()

3
unicode-todo.txt

@ -51,3 +51,6 @@
* Replace all instances of EMPTY_STR with U_EMPTY_STR which is defined to be
((UChar*)"\0\0")
* Change implementation of strtoupper()/strtolower() to use simple case
mapping.
Loading…
Cancel
Save