andrei Tue Oct 17 21:55:59 2006 UTC
Modified files:
/php-src README.UNICODE-UPGRADES
Log:
Typo.
http://cvs.php.net/viewvc.cgi/php-src/README.UNICODE-UPGRADES?r1=1.9&r2=1.10&diff_format=u
Index: php-src/README.UNICODE-UPGRADES
diff -u php-src/README.UNICODE-UPGRADES:1.9 php-src/README.UNICODE-UPGRADES:1.10
--- php-src/README.UNICODE-UPGRADES:1.9 Tue Oct 17 21:42:28 2006
+++ php-src/README.UNICODE-UPGRADES Tue Oct 17 21:55:59 2006
@@ -263,7 +263,7 @@
you cannot simply index the UChar* string to get the desired codepoint.
The zval's value.ustr.len contains the number of code units (UChar -- UTF16).
-To obtain the number of code points, one can use u_counChar32() ICU API
+To obtain the number of code points, one can use u_countChar32() ICU API
function or Z_USTRCPLEN() macro.
ICU provides a number of macros for working with UTF-16 strings on the
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php