]> mj.ucw.cz Git - libucw.git/blob - lib/ff-utf8.h
The mainline heads to v3.13.
[libucw.git] / lib / ff-utf8.h
1 /*
2  *      UCW Library: An alias for lib/ff-unicode.h (for backwards compatibility)
3  *
4  *      (c) 2008 Pavel Charvat <pchar@ucw.cz>
5  *
6  *      This software may be freely distributed and used according to the terms
7  *      of the GNU Lesser General Public License.
8  */
9
10 #ifndef _UCW_FF_UTF8_H
11 #define _UCW_FF_UTF8_H
12
13 #include "lib/ff-unicode.h"
14
15 #endif