HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
Syntax
#include "slapi-plugin.h"
void slapi_UTF8TOUPPER(char *s, char *d, int *ssz, int *dsz);
Parameters This function takes the following parameters:
Pointer to a single UTF-8 character (could be multiple bytes).
s
Pointer to the uppercase version of s. The memory for this must be allocated by the
caller before calling the function.
d
Returns the length in bytes of the input character.
ssz
Returns the length in bytes of the output character.
dsz
334 Functions related to UTF-8