diff options
author | 2020-10-11 22:43:59 -0400 | |
---|---|---|
committer | 2020-10-11 22:43:59 -0400 | |
commit | ff7f869ae0a02535dcc7f44a65dd3ea2fed87d01 (patch) | |
tree | 2457467679904d4be7d1322e0bfcfc416368d080 /core/.iconv.luadoc | |
parent | 4f49182b3f4359829449aca2b3b8ca9b6a73180f (diff) | |
download | textadept-ff7f869ae0a02535dcc7f44a65dd3ea2fed87d01.tar.gz textadept-ff7f869ae0a02535dcc7f44a65dd3ea2fed87d01.zip |
Updated LuaDoc.
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, |