]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/unicode.h
Logging: Log file established log_file() is always dup'ed as stderr.
[libucw.git] / ucw / unicode.h
index 74416c6d051ba61e3e2a3433fd9741562ab35619..2bbbc5170635a4fa3c6c275bd42a1c2603467f76 100644 (file)
@@ -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);