chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
split out dcgi_get_cookie
[disorder]
/
lib
/
charset.h
diff --git
a/lib/charset.h
b/lib/charset.h
index 70b5b2f40d68baa141e1f73497a87ddc6c5f92d6..e4c72a9f1c4954d63081b13e0f0ea69b12a5c2df 100644
(file)
--- a/
lib/charset.h
+++ b/
lib/charset.h
@@
-1,6
+1,6
@@
/*
* This file is part of DisOrder.
/*
* This file is part of DisOrder.
- * Copyright (C) 2004, 2005 Richard Kettlewell
+ * Copyright (C) 2004, 2005
, 2007, 2008
Richard Kettlewell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@
-24,10
+24,6
@@
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);
char *utf82mb(const char *utf8);
/* various conversions, between multibyte strings (mb) in
char *mb2utf8(const char *mb);
char *utf82mb(const char *utf8);
/* various conversions, between multibyte strings (mb) in
@@
-63,9
+59,6
@@
static inline char *nullcheck(char *s) {
return s;
}
return s;
}
-int ucs4cmp(const uint32_t *a, const uint32_t *b);
-/* like strcmp */
-
const char *truncate_for_display(const char *s, long max);
#endif /* CHARSET_H */
const char *truncate_for_display(const char *s, long max);
#endif /* CHARSET_H */