annotate mcabber/utf8.h @ 9:455ab6bc14ac

[/trunk] Changeset 24 by mikael * Dont show incoming message if we are in the Status Window (no automatic switching) * Some cleanup...
author mikael
date Sat, 19 Mar 2005 16:30:33 +0000
parents b3b2332715fb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
1 #ifndef __UTF8_H__
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
2 #define __UTF8_H__ 1
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
3
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
4 char *utf8_decode(const char *src);
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
5 char *utf8_encode(const char *src);
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
6
b3b2332715fb Tailorization of /trunk
tailor@frmp8452
parents:
diff changeset
7 #endif