diff mcabber/utf8.h @ 0:b3b2332715fb

Tailorization of /trunk Import of the upstream sources from Repository: file:///tmp/svn-mcabber Module: /trunk Revision: 15
author tailor@frmp8452
date Thu, 30 Jun 2005 21:39:31 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/utf8.h	Thu Jun 30 21:39:31 2005 +0000
@@ -0,0 +1,7 @@
+#ifndef __UTF8_H__
+#define __UTF8_H__ 1
+
+char *utf8_decode(const char *src);
+char *utf8_encode(const char *src);
+
+#endif