X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Funicode.h;h=2bbbc5170635a4fa3c6c275bd42a1c2603467f76;hb=b56cd57bdce6b573ac0fc973ba4d16057c1e2ca5;hp=74416c6d051ba61e3e2a3433fd9741562ab35619;hpb=9935e649cbebddb44a21df196fb92ad6e703eb23;p=libucw.git diff --git a/ucw/unicode.h b/ucw/unicode.h index 74416c6d..2bbbc517 100644 --- a/ucw/unicode.h +++ b/ucw/unicode.h @@ -348,7 +348,7 @@ static inline uns unicode_sanitize_char(uns u) /** * Count the number of Unicode character in a zero-terminated UTF-8 string. - * Returned value for corrupted encoding is undefined, but is never greater than `strlen(str)`. + * Returned value for corrupted encoding is undefined, but is never greater than strlen(). **/ uns utf8_strlen(const byte *str);