MCPcopy Index your code
hub / github.com/git/git / reencode_string

Function reencode_string

utf8.h:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40#endif
41
42static inline char *reencode_string(const char *in,
43 const char *out_encoding,
44 const char *in_encoding)
45{
46 return reencode_string_len(in, strlen(in),
47 out_encoding, in_encoding,
48 NULL);
49}
50
51int mbs_chrlen(const char **text, size_t *remainder_p, const char *encoding);
52

Callers 4

format_noteFunction · 0.85
repo_logmsg_reencodeFunction · 0.85
convert_to_utf8Function · 0.85
handle_commitFunction · 0.85

Calls 1

reencode_string_lenFunction · 0.70

Tested by

no test coverage detected