summaryrefslogtreecommitdiff
path: root/module/header.cmhg
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-11 15:08:46 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-11 15:08:46 +0000
commit0d244e11569291f8eec9c4268510f72ae3cbfc2a (patch)
tree4c9b3de512929a270b2336c486b271adb0c5c1f4 /module/header.cmhg
parent3c9be46f96e2ce6bdca9d268f7d477704259fe95 (diff)
downloadiconv-0d244e11569291f8eec9c4268510f72ae3cbfc2a.tar.gz
iconv-0d244e11569291f8eec9c4268510f72ae3cbfc2a.tar.bz2
Various fixes to make compilation with GCCSDK4 work.
Add an Iconv command (currently no code support) svn path=/trunk/iconv/; revision=5682
Diffstat (limited to 'module/header.cmhg')
-rw-r--r--module/header.cmhg3
1 files changed, 3 insertions, 0 deletions
diff --git a/module/header.cmhg b/module/header.cmhg
index 5f7fe5e..63dbc3e 100644
--- a/module/header.cmhg
+++ b/module/header.cmhg
@@ -13,6 +13,9 @@ swi-handler-code: swi_handler
swi-decoding-table: Iconv, Open, Iconv, Close, Convert, CreateMenu, DecodeMenu
command-keyword-table: command_handler
+ Iconv(min-args: 0, max-args: 255,
+ invalid-syntax: "Syntax: *Iconv [OPTION...] [FILE...]",
+ help-text: "*Iconv converts the given files from one encoding to another.\n\n Input/Output format specification:\n -f <encoding> encoding of original text\n -t <encoding> encoding for output\n\n Information:\n -l list all known coded character sets\n\n Output control:\n -c omit invalid characters from output\n -o <file> output file\n -s suppress warnings\n -v print progress information\n"),
ReadAliases(min-args: 0, max-args: 0,
invalid-syntax: "Syntax: *ReadAliases",
help-text: "*ReadAliases rereads the encoding aliases file.\n")