view mcabber/src/utf8.h @ 232:9a6ba4b38e63

[/trunk] Changeset 245 by mikael * Fix backspace handling (KEY_BACKSPACE isn't reliable) * UTF-8 locale detection * Display a warning when the locale is UTF-8 * Display log notice when sending a notification request message * Update TODO * Update INSTALL and mcabberrc.example files for better explanations
author mikael
date Wed, 08 Jun 2005 18:33:28 +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