chiark / gitweb /
shared: utf8 - support ucs4 -> utf8
[elogind.git] / src / shared / utf8.h
index 59abee50ac08bc2ad26aed8fd90bea76869a606e..3d5a4c3a9c0c2e81db9bcd973cddf4d07591f3bf 100644 (file)
@@ -36,6 +36,7 @@ bool utf8_is_printable_newline(const char* str, size_t length, bool newline) _pu
 char *utf8_escape_invalid(const char *s);
 char *utf8_escape_non_printable(const char *str);
 
+size_t utf8_encode_unichar(char *out_utf8, uint32_t g);
 char *utf16_to_utf8(const void *s, size_t length);
 
 int utf8_encoded_valid_unichar(const char *str);