~davbo/ubuntu/trusty/jq/merge-debian-changes

« back to all changes in this revision

Viewing changes to jv_unicode.h

  • Committer: David King
  • Date: 2017-04-12 15:47:07 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: dave@davbo.org-20170412154707-qq74qifqttlcqb3r
Tags: upstream-1.4
ImportĀ upstreamĀ versionĀ 1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define JV_UNICODE_H
3
3
 
4
4
const char* jvp_utf8_next(const char* in, const char* end, int* codepoint);
5
 
 
 
5
int jvp_utf8_is_valid(const char* in, const char* end);
6
6
 
7
7
int jvp_utf8_decode_length(char startchar);
8
8