2 * Sherlock Library -- UTF-8 Functions
4 * (c) 1997--2004 Martin Mares <mj@ucw.cz>
5 * (c) 2003 Robert Spalek <robert@ucw.cz>
7 * This software may be freely distributed and used according to the terms
8 * of the GNU Lesser General Public License.
12 #include "lib/unicode.h"
15 utf8_strlen(byte *str)
27 utf8_strnlen(byte *str, uns n)