Functions Related to UTF-8Chapter 15 Function Reference 481If you want to define your own function for sending entries, write a functioncomplies with the type definition send_ldap_search_entry_fn_ptr_t and set theSLAPI_PLUGIN_DB_ENTRY_FN parameter in the parameter block to the name ofyour function.See Alsoslapi_str2filter()slapi_send_ldap_search_entry()Functions Related to UTF-8This section contains reference information on routines that are related to UTF-8.Table 15-27 UTF-8 Related RoutinesFunction Descriptionslapi_has8thBit() Checks if a string has an 8-bit character.slapi_utf8casecmp() Makes case-insensitive string comparison of two UTF-8 strings.slapi_UTF8CASECMP() Compares two UTF-8 strings.slapi_utf8ncasecmp() Makes case-insensitive string comparison of first n characters of two UTF-8strings.slapi_UTF8NCASECMP() Compares a specified number of UTF-8 characters.slapi_utf8isLower() Verifies if a UTF-8 character is a lower-case letter.slapi_UTF8ISLOWER() Verifies if a UTF-8 character is a lower-case letter.slapi_utf8isUpper() Verifies if a UTF-8 character is an upper-case letter.slapi_UTF8ISUPPER() Verifies if a UTF-8 character is an upper-case letter.slapi_utf8StrToLower() Converts upper-case characters in a UTF-8 string to lower-case characters.slapi_UTF8STRTOLOWER() Converts upper-case characters in a UTF-8 string to lower-case characters.slapi_utf8StrToUpper() Converts lower-case characters in a UTF-8 string to upper-case characters.slapi_UTF8STRTOUPPER() Converts lower-case characters in a UTF-8 string to upper-case characters.slapi_utf8ToLower() Convert an upper-case UTF-8 character to lower-case character.slapi_UTF8TOLOWER() Converts an upper-case UTF-8 character to lower-case character.slapi_utf8ToUpper() Converts a lower-case UTF-8 character to an upper-case character.slapi_UTF8TOUPPER() Converts a lower-case UTF-8 character to an upper-case character.