view mcabber/src/utf8.h @ 48:f937475e9baa

[/trunk] Changeset 64 by mikael * Last fix was not correct (which does not mean this one is...) :-(
author mikael
date Wed, 06 Apr 2005 10:12:44 +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