X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fff-unicode.h;h=af39bbda7ab50fd706072c61a432fcdc1013aaf4;hb=3bb641c18d60f38d6e646211aa5c6a4b63ba9180;hp=93f8a06ec013bf83dee248eb6f6699f40df081c2;hpb=46ddff89cca52f48ad1ed9eda5d5d9aa0b2f5ea5;p=libucw.git diff --git a/lib/ff-unicode.h b/lib/ff-unicode.h index 93f8a06e..af39bbda 100644 --- a/lib/ff-unicode.h +++ b/lib/ff-unicode.h @@ -1,15 +1,16 @@ /* - * UCW Library: Reading and writing of UTF-8 on Fastbuf Streams + * UCW Library: Reading and writing of UTF-8 and UTF-16 on Fastbuf Streams * * (c) 2001--2004 Martin Mares * (c) 2004 Robert Spalek + * (c) 2007--2008 Pavel Charvat * * This software may be freely distributed and used according to the terms * of the GNU Lesser General Public License. */ -#ifndef _UCW_FF_UTF8_H -#define _UCW_FF_UTF8_H +#ifndef _UCW_FF_UNICODE_H +#define _UCW_FF_UNICODE_H #include "lib/fastbuf.h" #include "lib/unicode.h"