Rename utf8_ord() to utf8_decode()
Purely for readability and in preparation for the counterpart utf8_encode(). Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
committed by
Lukas Fleischer
parent
30f411257a
commit
431e4a00e7
@@ -1115,7 +1115,7 @@ int ui_todo_get_view(void);
|
||||
void ui_todo_set_view(int);
|
||||
|
||||
/* utf8.c */
|
||||
int utf8_ord(const char *);
|
||||
int utf8_decode(const char *);
|
||||
int utf8_width(char *);
|
||||
int utf8_strwidth(char *);
|
||||
int utf8_chop(char *, int);
|
||||
|
||||
Reference in New Issue
Block a user