Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / src / fe-common / core / utf8.c
1 /* utf8.c - Operations on UTF-8 strings.
2  *
3  * Copyright (C) 2002 Timo Sirainen
4  *
5  * Based on GLib code by
6  *
7  * Copyright (C) 1999 Tom Tromey
8  * Copyright (C) 2000 Red Hat, Inc.
9  *
10  * This library is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 2 of the License, or (at your option) any later version.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License along
21  * with this program; if not, write to the Free Software Foundation, Inc.,
22  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23  */
24
25 #include "module.h"
26