view mcabber/src/utf8.h @ 166:aa5b635520ef

[/trunk] Changeset 178 by mikael * Allow /group command to act on groups' buddies * Add buddy_getgroup()
author mikael
date Wed, 04 May 2005 17:11:59 +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