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:
Lars Henriksen
2018-05-28 21:07:49 +02:00
committed by Lukas Fleischer
parent 30f411257a
commit 431e4a00e7
3 changed files with 4 additions and 4 deletions

View File

@@ -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);