]> mj.ucw.cz Git - libucw.git/blobdiff - lib/unicode.h
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.10
[libucw.git] / lib / unicode.h
index 79934540c586adefee3459b7dc1e1d24a44ff9d8..5e8dac8f91dd553cbfeef1c253c80bc7ef1200ba 100644 (file)
@@ -204,5 +204,6 @@ utf8_encoding_len(uns c)
 
 uns utf8_strlen(byte *str);
 uns utf8_strnlen(byte *str, uns n);
+uns utf8_check(byte *str);
 
 #endif