stringprep_generic

Name

stringprep_generic -- 

Synopsis



#define     stringprep_generic              (in, maxlen)

Description

Details

stringprep_generic()

#define     stringprep_generic(in, maxlen)

Prepare the input UTF-8 string according to a hypotetical "generic" stringprep profile. This is mostly used for debugging or when constructing new stringprep profiles. Returns 0 iff successful, or an error code.

in :

input/ouput array with string to prepare.

maxlen :

maximum length of input/output array.