summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-16 02:03:33 +0200
committerAraq <rumpf_a@web.de>2011-06-16 02:03:33 +0200
commitde659eba65b5ad098a403449c4b2b1067d04a2cf (patch)
tree0674a5c9e9569295a7bea36b746624af1b14cf70 /doc
parent9a8b39c85b22518a9c353dcf5d693e701ac272b7 (diff)
downloadNim-de659eba65b5ad098a403449c4b2b1067d04a2cf.tar.gz
added encodings stdlib
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lib.txt4
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.