41.11. slapi_UTF8STRTOLOWER()
This function converts a string of multiple UTF-8 upper-case characters to lower-case characters, not a single character as in slapi_UTF8TOLOWER().
#include "slapi-plugin.h" unsigned char *slapi_UTF8STRTOLOWER(char *s);;
This function takes the following parameter:
|
s
| A null-terminated UTF-8 string to be converted to lower case. |
This function returns one of the following values:
- A pointer to a null-terminated UTF-8 string whose characters are converted to lower case. Character which are not upper case are copied as-is.
NULLif the string is not found to be a UTF-8 string.
The output string is allocated and needs to be released when no longer needed.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.