C library for encoding and decoding UTF-8.
Go to file
Laurence Withers f6725f771d Upgrade to new build system, bump version. 2006-08-25 11:07:07 +01:00
scripts Upgrade to new build system, bump version. 2006-08-25 11:07:07 +01:00
src Upgrade to new build system, bump version. 2006-08-25 11:07:07 +01:00
.gitignore Initial import of build system. 2006-07-31 15:21:56 +01:00
COPYING Initial import of build system. 2006-07-31 15:21:56 +01:00
README Import library from old svn repository. 2006-07-31 15:34:21 +01: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 Upgrade to new build system, bump version. 2006-08-25 11:07:07 +01:00
run-test.sh Initial import of build system. 2006-07-31 15:21:56 +01:00
version Upgrade to new build system, bump version. 2006-08-25 11:07:07 +01:00

README

libutf8
========================================================================
(c)2006, 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/