#include <assert.h>
#include "utf8isValid.h"
#include <string.h>
Functions | |
NPS_UTF8ISVALID_LKG int | nps_utf8nextChar (const unsigned char *out, const unsigned char *const in) |
NPS_UTF8ISVALID_LKG const char *const | nps_utf8errorStr (int errno) |
Variables | |
const char *const | nps_utf8strs [] |
NPS_UTF8ISVALID_LKG const char* const nps_utf8errorStr | ( | int | errno | ) |
NPS_UTF8ISVALID_LKG int nps_utf8nextChar | ( | const unsigned char * | out, | |
const unsigned char *const | in | |||
) |
const char* const nps_utf8strs[] |
{"Valid", "Missing continuation byte", "Overlong byte sequence", "Code point out of range"}