]> mj.ucw.cz Git - libucw.git/blobdiff - charset/utf8.c
added obuck_size() returning the size of bucket file (for gatherd.c stopping
[libucw.git] / charset / utf8.c
index 915addeeac88fc18d73938d2bea52fce8695eb58..5d9b3adda759a34197bf181d44a9842e92917263 100644 (file)
@@ -1,10 +1,11 @@
 /*
  *     The UniCode Library -- UTF-8 Functions
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
  */
 
-#include "unicode.h"
+#include "lib/lib.h"
+#include "charset/unicode.h"
 
 uns
 ucs2_to_utf8(byte *d, word *s)