view mcabber/src/utf8.h @ 337:3a25be278864

Values can be enclosed by quotes in assignments Thus, passwords with leading/trailing spaces can be typed. Examples: set password = " with spaces " set password = "with "quotes""
author Mikael Berthe <mikael@lilotux.net>
date Mon, 18 Jul 2005 21:47:05 +0100
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