Functions Related To Utf-8 - Netscape DIRECTORY SERVER 6.01 - PLUG-IN Manual

Table of Contents

Advertisement

If you want to define your own function for sending entries, write a function
complies with the type definition
SLAPI_PLUGIN_DB_ENTRY_FN
your function.
See Also
slapi_str2filter()
slapi_send_ldap_search_entry()

Functions Related to UTF-8

This section contains reference information on routines that are related to UTF-8.
Table 14-27 UTF-8 Related Routines
Function
slapi_has8thBit()
slapi_utf8casecmp()
slapi_UTF8CASECMP()
slapi_utf8ncasecmp()
slapi_UTF8NCASECMP()
slapi_utf8isLower()
slapi_UTF8ISLOWER()
slapi_utf8isUpper()
slapi_UTF8ISUPPER()
slapi_utf8StrToLower()
slapi_UTF8STRTOLOWER()
slapi_utf8StrToUpper()
slapi_UTF8STRTOUPPER()
slapi_utf8ToLower()
slapi_UTF8TOLOWER()
slapi_utf8ToUpper()
slapi_UTF8TOUPPER()
send_ldap_search_entry_fn_ptr_t
parameter in the parameter block to the name of
Description
Checks if a string has an 8-bit character.
Makes case-insensitive string comparison of two UTF-8 strings.
Compares two UTF-8 strings.
Makes case-insensitive string comparison of first n characters of two UTF-8
strings.
Compares a specified number of UTF-8 characters.
Verifies if a UTF-8 character is a lower-case letter.
Verifies if a UTF-8 character is a lower-case letter.
Verifies if a UTF-8 character is an upper-case letter.
Verifies if a UTF-8 character is an upper-case letter.
Converts upper-case characters in a UTF-8 string to lower-case characters.
Converts upper-case characters in a UTF-8 string to lower-case characters.
Converts lower-case characters in a UTF-8 string to upper-case characters.
Converts lower-case characters in a UTF-8 string to upper-case characters.
Convert an upper-case UTF-8 character to lower-case character.
Converts an upper-case UTF-8 character to lower-case character.
Converts a lower-case UTF-8 character to an upper-case character.
Converts a lower-case UTF-8 character to an upper-case character.
Functions Related to UTF-8
and set the
Chapter 14
Function Reference
433

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.01

Table of Contents