Add utf8 support files to file manifest

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
This commit is contained in:
Claudio Matsuoka
2011-01-16 14:24:15 -02:00
parent dc1f0f09c6
commit 0d83c8c18f

2
README
View File

@ -28,6 +28,8 @@ zipio.h, -- A package for reading ZIP archives
zipio.c,
inflate.c,
crc.c
utf8.h, -- A package to convert strings between UTF-8 and UCS-4.
utf8.c
getopt.c -- Source for the standard "getopt" routine, in case you
don't have it in your C library. Not used by default.
Makefile -- The FIGlet makefile. Used by the make command.