uft8: add comment, requested by @keszybz

This commit is contained in:
Lennart Poettering 2018-09-27 17:13:53 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 328756170e
commit 2f3db9c907
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ size_t utf16_encode_unichar(char16_t *out, char32_t c);
char *utf16_to_utf8(const char16_t *s, size_t length /* bytes! */);
char16_t *utf8_to_utf16(const char *s, size_t length);
size_t char16_strlen(const char16_t *s);
size_t char16_strlen(const char16_t *s); /* returns the number of 16bit words in the string (not bytes!) */
int utf8_encoded_valid_unichar(const char *str);
int utf8_encoded_to_unichar(const char *str, char32_t *ret_unichar);