Go to the source code of this file.
Enumerations | |
enum | result_t { VALID, NOT_UTF_8, HAS_NULL } |
Functions | |
result_t | check_string (const unsigned char *string, const int length, const char check_utf8, const char check_null) |
enum result_t |
Definition at line 20 of file encoding_helpers.h.
result_t check_string | ( | const unsigned char * | string, | |
const int | length, | |||
const char | check_utf8, | |||
const char | check_null | |||
) |
Definition at line 90 of file encoding_helpers.c.