2 * The UniCode Library -- String Length
4 * (c) 1997--2003 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 "charset/unicode.h"
25 utf8_strlen(byte *str)
37 utf8_strnlen(byte *str, uns n)