chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
help menu can now pop up the man page
[disorder]
/
lib
/
charset.h
diff --git
a/lib/charset.h
b/lib/charset.h
index f77c58378be2002cc262e0cd85bb8a605d84d479..b172b76f745af0c0f99ff644ad0b0942b45a5ef8 100644
(file)
--- a/
lib/charset.h
+++ b/
lib/charset.h
@@
-20,8
+20,12
@@
#ifndef CHARSET_H
#define CHARSET_H
#ifndef CHARSET_H
#define CHARSET_H
+struct dynstr;
+
/* Character encoding conversion routines */
/* 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);
uint32_t *utf82ucs4(const char *mb);
char *ucs42utf8(const uint32_t *u);
char *mb2utf8(const char *mb);