From a8cf0c045db05cb8fba81c3218c226619b0e50aa Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 17 Oct 2006 21:55:59 +0000 Subject: [PATCH] Typo. --- README.UNICODE-UPGRADES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1