view mcabber/utf8.h @ 21:7eeda3a06b21

[/trunk] Changeset 36 by mikael * Translations, cleanups.
author mikael
date Sun, 27 Mar 2005 18:52:11 +0000
parents b3b2332715fb
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