41.15. slapi_UTF8TOLOWER()

Converts an upper-case UTF-8 character to a lower-case character.
Syntax

#include "slapi-plugin.h"
void slapi_UTF8TOLOWER(char *s, char *d, int *ssz, int *dsz);

Parameters

This function takes the following parameters:

s
A single UTF-8 character (could be multiple bytes).
d
Pointer to the lower case form of s. The memory for this must be allocated by the caller before calling the function.
ssz
Returns the length in bytes of the input character.
dsz
Returns the length in bytes of the output character.