diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-02-18 13:17:28 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-02-18 13:17:28 +0000 |
| commit | 1fa5a06bb8ef61eb1a736641138221b1dc16b49e (patch) | |
| tree | c94b1d4f8bd70c719594a1937c674e61274f2ad9 /doc | |
| parent | f55620a931827ff666e910a7b1ce2b233738cf06 (diff) | |
| download | halibut-1fa5a06bb8ef61eb1a736641138221b1dc16b49e.zip halibut-1fa5a06bb8ef61eb1a736641138221b1dc16b49e.tar.gz halibut-1fa5a06bb8ef61eb1a736641138221b1dc16b49e.tar.bz2 halibut-1fa5a06bb8ef61eb1a736641138221b1dc16b49e.tar.xz | |
Add a `--list-charsets' option to Halibut to enumerate canonical names of known
character sets.
(Also make libcharset `return_in_enum' values saner.)
[originally from svn r5341]
[this svn revision also touched charset,filter,timber]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.but | 1 | ||||
| -rw-r--r-- | doc/input.but | 2 | ||||
| -rw-r--r-- | doc/manpage.but | 4 | ||||
| -rw-r--r-- | doc/running.but | 4 |
4 files changed, 11 insertions, 0 deletions
diff --git a/doc/index.but b/doc/index.but index 102788a..8fb29ae 100644 --- a/doc/index.but +++ b/doc/index.but @@ -538,6 +538,7 @@ directive \IM{--help} \c{--help} command-line option \IM{--version} \c{--version} command-line option \IM{--licence} \c{--licence} command-line option +\IM{--list-charsets} \c{--list-charsets} command-line option \IM{--precise} \c{--precise} command-line option \IM{command syntax} commands, general syntax of diff --git a/doc/input.but b/doc/input.but index 978db0c..2d6d489 100644 --- a/doc/input.but +++ b/doc/input.but @@ -1338,6 +1338,8 @@ input file in. By default, it is assumed to be US-ASCII (meaning You can specify any well-known name for any supported character set. For example, \c{iso-8859-1}, \c{iso8859-1} and \c{iso_8859-1} are all recognised, \c{GB2312} and \c{EUC-CN} both work, and so on. +(You can list character sets known to Halibut with by invoking it +with the \cw{--list-charsets} option; see \k{running-options}.) This directive takes effect immediately after the \c{\\cfg} command. All text after that until the end of the input file is expected to be diff --git a/doc/manpage.but b/doc/manpage.but index 5e5d5f4..4cf4737 100644 --- a/doc/manpage.but +++ b/doc/manpage.but @@ -113,6 +113,10 @@ extra input file to the command line which contains the directive \dd Changes the assumed character set for input files from the default of ASCII. +\dt \cw{--list-charsets} + +\dd Makes Halibut list character sets known to it. + \dt \cw{--precise} \dd Makes Halibut report the column number as well as the line diff --git a/doc/running.but b/doc/running.but index f1a3c8c..458d444 100644 --- a/doc/running.but +++ b/doc/running.but @@ -200,6 +200,10 @@ See \k{input-config} for more information about the input character set. } +\dt \I{character sets, enumerating}\i\cw{--list-charsets} + +\dd List character sets known to Halibut. + \dt \i\cw{--help} \dd Print a brief help message and exit immediately. (Don't confuse |