Functions Related to UTF-8
•
1
•
0
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
498
Netscape Directory Server Plug-in Programmer's Guide • October 2004
if the character is a lowercase letter.
if the character is not a lowercase letter.
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)
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