added encodings stdlib

This commit is contained in:
Araq
2011-06-16 02:03:33 +02:00
parent 9a8b39c85b
commit de659eba65
5 changed files with 453 additions and 4 deletions

View File

@@ -79,6 +79,10 @@ String handling
* `unicode <unicode.html>`_
This module provides support to handle the Unicode UTF-8 encoding.
* `encodings <encodings.html>`_
Converts between different character encodings. On UNIX, this uses
the ``iconv`` library, on Windows the Windows API.
* `pegs <pegs.html>`_
This module contains procedures and operators for handling PEGs.