Implement support for \u escapes
[jansson.git] / src / utf.h
index b8b0662..b49d8a1 100644 (file)
--- a/src/utf.h
+++ b/src/utf.h
@@ -1,6 +1,8 @@
 #ifndef UTF_H
 #define UTF_H
 
+int utf8_encode(int codepoint, char *buffer, int *size);
+
 int utf8_check_first(char byte);
 int utf8_check_full(const char *buffer, int size);