Function
Ibisnormalize_rfc1459
since: 0.7
Declaration [src]
char*
ibis_normalize_rfc1459 (
const char* input
)
Description [src]
Normalizes input
, i.e., it converts all uppercase letters in input
to their
lowercase equivalents with the addition of the characters ‘[‘, ‘]’, ‘',
and ‘~’.
The lowercase equivalents of the characters ‘[‘, ‘]’, ‘', and ‘~’ are {‘, ‘}’, ‘|’, and ‘^’ respectively.
Available since: 0.7