Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 490

Table of Contents

Advertisement

Functions Related to UTF-8
Parameters
This function takes the following parameter:
s
Returns
This function returns one of the following values:
A pointer to a null-terminated UTF-8 string whose characters are converted to
lower case. Characters which are not upper case are copied as is.
Null
Description
This function converts a string of multiple UTF-8 characters, and not a single
character, as in
Memory Concerns
The output string is allocated, and needs to be released when it is no longer
needed.
See Also
slapi_UTF8TOLOWER()
slapi_utf8StrToUpper()
Converts lower-case characters in a UTF-8 string to upper-case characters.
Syntax
#include "slapi-plugin.h"
unsigned char *slapi_utf8StrToUpper(unsigned char *s);
Parameters
This function takes the following parameter:
s
490
Netscape Directory Server Plug-In Programmer's Guide • August 2002
A null-terminated UTF-8 string to be converted to lower case.
if the string is not found to be a UTF-8 string.
slapi_UTF8TOLOWER()
A null-terminated UTF-8 string.
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents