chiark / gitweb /
activate: port to use new getpeername_pretty()/getsockname_pretty() calls
[elogind.git] / src / shared / utf8.h
index f805ea6b590608a988aa85fe4307577f53b6176e..e3eef11bb93137e3171f47c192ecad68f591e282 100644 (file)
 
 #include "macro.h"
 
-char *utf8_is_valid(const char *s) _pure_;
+const char *utf8_is_valid(const char *s) _pure_;
 char *ascii_is_valid(const char *s) _pure_;
 
 bool utf8_is_printable(const char* str, size_t length) _pure_;
 
-char *utf8_filter(const char *s);
 char *ascii_filter(const char *s);
 
 char *utf16_to_utf8(const void *s, size_t length);
+
+int utf8_encoded_valid_unichar(const char *str);
+int utf8_encoded_to_unichar(const char *str);