Previous: Searching for a character in a Unicode string, Up: Elementary string functions [Contents][Index]
The following function counts the number of Unicode characters.
Counts and returns the number of Unicode characters in the n units from s.
This function is similar to the gnulib function mbsnlen
, except that
it operates on Unicode strings.