]> mj.ucw.cz Git - libucw.git/blobdiff - lib/unicode.h
typo
[libucw.git] / lib / unicode.h
index 40e8ae09a032942c5b6f04a4fb1f10b0bbf5fa65..5e8dac8f91dd553cbfeef1c253c80bc7ef1200ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- *     Sherlock Library -- Unicode Characters
+ *     UCW Library -- Unicode Characters
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2004 Robert Spalek <robert@ucw.cz>
  *
  *     (c) 1997--2004 Martin Mares <mj@ucw.cz>
  *     (c) 2004 Robert Spalek <robert@ucw.cz>
@@ -8,8 +8,8 @@
  *     of the GNU Lesser General Public License.
  */
 
  *     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 */
 
 
 /* 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_strlen(byte *str);
 uns utf8_strnlen(byte *str, uns n);
+uns utf8_check(byte *str);
 
 #endif
 
 #endif