X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Funicode.h;h=5e8dac8f91dd553cbfeef1c253c80bc7ef1200ba;hb=8c8736b23823acce9df684b85c6320cc36e43f76;hp=40e8ae09a032942c5b6f04a4fb1f10b0bbf5fa65;hpb=05b662ffd1b2b834ba6810b835cc15c4f7381801;p=libucw.git diff --git a/lib/unicode.h b/lib/unicode.h index 40e8ae09..5e8dac8f 100644 --- a/lib/unicode.h +++ b/lib/unicode.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Unicode Characters + * UCW Library -- Unicode Characters * * (c) 1997--2004 Martin Mares * (c) 2004 Robert Spalek @@ -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