view mcabber/src/utf8.h @ 125:1bf1a1233b88

[/trunk] Changeset 138 by mikael * Automatic subscription to our network presence updates. We should ask the user, of course, but at least it works...
author mikael
date Wed, 27 Apr 2005 19:48:57 +0000
parents e88b15cbf2de
children
line wrap: on
line source

#ifndef __UTF8_H__
#define __UTF8_H__ 1

char *utf8_decode(const char *src);
char *utf8_encode(const char *src);

#endif