From: Andrei Zmievski Date: Tue, 17 Oct 2006 21:55:59 +0000 (+0000) Subject: Typo. X-Git-Tag: RELEASE_1_0_0RC1~1264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8cf0c045db05cb8fba81c3218c226619b0e50aa;p=php Typo. --- diff --git a/README.UNICODE-UPGRADES b/README.UNICODE-UPGRADES index c38cff1eb6..1158a682f2 100644 --- a/README.UNICODE-UPGRADES +++ b/README.UNICODE-UPGRADES @@ -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