chiark / gitweb /
help menu can now pop up the man page
[disorder] / lib / charset.h
index f77c58378be2002cc262e0cd85bb8a605d84d479..b172b76f745af0c0f99ff644ad0b0942b45a5ef8 100644 (file)
 #ifndef CHARSET_H
 #define CHARSET_H
 
+struct dynstr;
+
 /* Character encoding conversion routines */
 
+int one_ucs42utf8(uint32_t c, struct dynstr *d);
+
 uint32_t *utf82ucs4(const char *mb);
 char *ucs42utf8(const uint32_t *u);
 char *mb2utf8(const char *mb);