repo.or.cz
/
git
/
jrn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xdl_merge(): fix a segmentation fault when refining conflicts
[git/jrn.git]
/
utf8.h
blob
a0d7f591adc3d86e5c813d79059c7c0335b32dc3
1
#ifndef GIT_UTF8_H
2
#define GIT_UTF8_H
3
4
int
utf8_width
(
const char
**
start
);
5
int
is_utf8
(
const char
*
text
);
6
void
print_wrapped_text
(
const char
*
text
,
int
indent
,
int
indent2
,
int
len
);
7
8
#endif