jv_unicode.h (jq-1.5) | : | jv_unicode.h (jq-1.6) | ||
---|---|---|---|---|
#ifndef JV_UNICODE_H | #ifndef JV_UNICODE_H | |||
#define JV_UNICODE_H | #define JV_UNICODE_H | |||
const char* jvp_utf8_backtrack(const char* start, const char* min, int *missing_ bytes); | ||||
const char* jvp_utf8_next(const char* in, const char* end, int* codepoint); | const char* jvp_utf8_next(const char* in, const char* end, int* codepoint); | |||
int jvp_utf8_is_valid(const char* in, const char* end); | int jvp_utf8_is_valid(const char* in, const char* end); | |||
int jvp_utf8_decode_length(char startchar); | int jvp_utf8_decode_length(char startchar); | |||
int jvp_utf8_encode_length(int codepoint); | int jvp_utf8_encode_length(int codepoint); | |||
int jvp_utf8_encode(int codepoint, char* out); | int jvp_utf8_encode(int codepoint, char* out); | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |