Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual page 487

Table of Contents

Advertisement

slapi_utf8isLower()
Verifies if a UTF-8 character is a lower-case letter.
Syntax
#include "slapi-plugin.h"
int slapi_utf8isLower(unsigned char *s);
This function takes the following parameter:
s
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.
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
Returns
This function returns one of the following values:
1
0
Pointer to a single UTF-8 character (could be multiple bytes).
Pointer to a single UTF-8 character (could be multiple bytes).
if the character is a lowercase letter.
if the character is not a lowercase letter.
Functions Related to UTF-8
Chapter 15
Function Reference
487

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.2

Table of Contents