41.7. slapi_UTF8ISLOWER()

Verifies if a UTF-8 character is a lower-case letter.
Syntax

#include "slapi-plugin.h"
int slapi_UTF8ISLOWER(char *s);

Parameters

This function takes the following parameter:

s
Pointer to a single UTF-8 character (could be multiple bytes).
Returns

This function returns one of the following values:

  • 1 if the character is a lowercase letter.
  • 0 if the character is not a lowercase letter.