Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 441

Table of Contents

Advertisement

slapi_utf8isUpper()
Verifies if a UTF-8 character is an upper-case letter.
Syntax
#include "slapi-plugin.h"
int slapi_utf8isUpper(unsigned char *s);
Parameters
This function takes the following parameter:
s
Returns
This function returns one of the following values:
1
0
slapi_UTF8ISUPPER()
Verifies if a UTF-8 character is an upper-case letter.
Syntax
#include "slapi-plugin.h"
int slapi_UTF8ISUPPER(char *s);
Parameters
This function takes the following parameter:
s
Returns
This function returns one of the following values:
1
0
A single UTF-8 character (could be multiple bytes)
if the character is an upper-case letter.
if the character is not an upper-case letter.
A single UTF-8 character (could be multiple bytes)
if the character is an upper case letter.
if the character is not an uppercase letter.
Functions Related to UTF-8
Chapter 14
Function Reference
441

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents