ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
Canonicalization module header. More...
Go to the source code of this file.
Functions | |
char * | esapi_canonicalize (const char *, codec *, int, bool) |
Fully decode the given character array with the given codecs. |
char* esapi_canonicalize | ( | const char * | , |
codec * | , | ||
int | , | ||
bool | |||
) |
Fully decode the given character array with the given codecs.
This function will successfully decode strings that have been encoded with multiple codecs as well as multiple times with any one codec.
Definition at line 120 of file canonicalize.c.