C++ library for encoding and decoding UTF-8.
Go to file
Laurence Withers ac22dabfe6 Copy from svn repository. 2006-07-31 15:40:56 +01:00
scripts Initial import of build system. 2006-07-31 15:22:44 +01:00
src Copy from svn repository. 2006-07-31 15:40:56 +01:00
.gitignore Initial import of build system. 2006-07-31 15:22:44 +01:00
COPYING Initial import of build system. 2006-07-31 15:22:44 +01:00
README Copy from svn repository. 2006-07-31 15:40:56 +01:00
libutf8++.kdevelop Initial import of build system. 2006-07-31 15:22:44 +01:00
libutf8++.kdevelop.filelist Initial import of build system. 2006-07-31 15:22:44 +01:00
make.sh Initial import of build system. 2006-07-31 15:22:44 +01:00
run-test.sh Initial import of build system. 2006-07-31 15:22:44 +01:00
version Initial import of build system. 2006-07-31 15:22:44 +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.

Dependencies
------------

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

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

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