Python Iconv Codec version 1.1.2
================================

Copyright(C) Hye-Shik Chang, 2003.
$Id: README,v 1.3 2003/11/27 09:19:29 perky Exp $



Introduction
------------

This package provides a Universal Unicode Codec for Python.


Requirement
-----------

This package requires Python 2.1+.


Compatibilities
---------------

The following iconv implementations are known to be compatible with iconvcodec:

 - GNU libiconv:
	http://www.gnu.org/software/libiconv/ (recommended)
 - FreeBSD iconv:
	http://www.freshports.org/converters/iconv/
 - GNU libc
 - Solaris libc
 - HP-UX libc


Installation
------------

python setup.py install [options ...]

'options' are:
  --with-libc			Force to build with iconv in the libc
  --with-libiconv[=path]	Use a separated libiconv on the path

You can specify another options for distutils, also.


Author
------

Hye-Shik Chang <perky@FreeBSD.org>

Any comments, suggestions, and/or patches are very welcome.
Thank you for using iconvcodec!
