]> mj.ucw.cz Git - libucw.git/blobdiff - charset/strlen.c
UTF8_SKIP now recognizes the real end of the UTF-8 character
[libucw.git] / charset / strlen.c
index 723b6624ec7f7886c83fab1a65da708cca525386..1aad35ccdd23ed0fc6d57622e417d17fcf2d8cb8 100644 (file)
@@ -1,10 +1,11 @@
 /*
  *     The UniCode Library -- String Length
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
  */
 
-#include "unicode.h"
+#include "lib/lib.h"
+#include "charset/unicode.h"
 
 uns
 Ustrlen(word *w)