C library for encoding and decoding UTF-8.
Go to file
Laurence Withers 9837ad2b9f Update copyright (GPLv3) 2009-10-13 10:12:52 +00:00
scripts Update copyright (GPLv3) 2009-10-13 10:12:52 +00:00
src Update copyright (GPLv3) 2009-10-13 10:12:52 +00:00
.gitignore Initial import of build system. 2006-07-31 15:21:56 +01:00
COPYING Update copyright (GPLv3) 2009-10-13 10:12:52 +00:00
README Update copyright (GPLv3) 2009-10-13 10:12:52 +00:00
libutf8.kdevelop Initial import of build system. 2006-07-31 15:21:56 +01:00
libutf8.kdevelop.filelist Initial import of build system. 2006-07-31 15:21:56 +01:00
make.sh Update copyright (GPLv3) 2009-10-13 10:12:52 +00:00
run-test.sh Update copyright (GPLv3) 2009-10-13 10:12:52 +00:00
version Update copyright (GPLv3) 2009-10-13 10:12:52 +00:00

README

libutf8
========================================================================
(c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
Released under the GNU GPLv2. See file COPYING or 
http://www.gnu.org/copyleft/gpl.html for details.

Really Quick Instructions
-------------------------

To build: ./make.sh
To install: ./make.sh install
    (you might want to set PREFIX, by default it's /usr/local)
Documentation is automatically built using doxygen.

Project Homepage
----------------

http://www.lwithers.me.uk/projects/libutf8/