X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Funicode.h;h=5e8dac8f91dd553cbfeef1c253c80bc7ef1200ba;hb=18fcca1138ad1b480854cb1e64fa10a84660dcba;hp=4fd9575ffde70db8350a6de93d1876428f676f06;hpb=cad27e97e6370f96903d42aaf345c099af0a03bd;p=libucw.git diff --git a/lib/unicode.h b/lib/unicode.h index 4fd9575f..5e8dac8f 100644 --- a/lib/unicode.h +++ b/lib/unicode.h @@ -8,8 +8,8 @@ * of the GNU Lesser General Public License. */ -#ifndef _UNICODE_H -#define _UNICODE_H +#ifndef _UCW_UNICODE_H +#define _UCW_UNICODE_H /* Macros for handling UTF-8 */ @@ -204,5 +204,6 @@ utf8_encoding_len(uns c) uns utf8_strlen(byte *str); uns utf8_strnlen(byte *str, uns n); +uns utf8_check(byte *str); #endif