Slapi_Utf8Islower() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

If there is a difference between two bytes, the difference is returned.
If one string is shorter then the other, the difference is returned.

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
0
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:
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.
Pointer to a single UTF-8 character (could be multiple bytes).
Functions Related to UTF-8
Chapter 15
Function Reference
497

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents