diff options
author | Araq <rumpf_a@web.de> | 2011-06-16 02:03:33 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-16 02:03:33 +0200 |
commit | de659eba65b5ad098a403449c4b2b1067d04a2cf (patch) | |
tree | 0674a5c9e9569295a7bea36b746624af1b14cf70 /doc | |
parent | 9a8b39c85b22518a9c353dcf5d693e701ac272b7 (diff) | |
download | Nim-de659eba65b5ad098a403449c4b2b1067d04a2cf.tar.gz |
added encodings stdlib
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/lib.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 46fc85da5..a205f173e 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -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. |