]> granicus.if.org Git - php/commitdiff
Typo.
authorAndrei Zmievski <andrei@php.net>
Tue, 17 Oct 2006 21:55:59 +0000 (21:55 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 17 Oct 2006 21:55:59 +0000 (21:55 +0000)
README.UNICODE-UPGRADES

index c38cff1eb66a9ffb42622dced0ea3ea71c43aa15..1158a682f2adf026b76a88f11065ea898cc1b123 100644 (file)
@@ -263,7 +263,7 @@ different. This has many implications, the most important of which is that
 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