htmlentity2ascii
================

Python module to convert html entity to ascii.

Nutshell
--------

Here a simple example to convert html entity to ascii:

    >>> import htmlentity2ascii
    >>> htmlentity2ascii.convert('Caracter&iacute;sticas T&eacute;cnicas')
    Características Técnicas
