diff options
Diffstat (limited to 'core/.iconv.luadoc')
-rw-r--r-- | core/.iconv.luadoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/.iconv.luadoc b/core/.iconv.luadoc index 9ccbe057..adaeaea3 100644 --- a/core/.iconv.luadoc +++ b/core/.iconv.luadoc @@ -8,6 +8,7 @@ module('string') --- -- Converts string *text* from encoding *old* to encoding *new* using GNU -- libiconv, returning the string result. +-- Raises an error if the encoding conversion failed. -- Valid encodings are [GNU libiconv's encodings][] and include: -- -- * European: ASCII, ISO-8859-{1,2,3,4,5,7,9,10,13,14,15,16}, KOI8-R, KOI8-U, |