aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/preconv.1
Commit message (Collapse)AuthorAgeFilesLines
* For citing the names and email addresses of authors,Ingo Schwarze2013-07-131-4/+3
| | | | | | | consistently use the style ".An name Aq Mt email". Triggered by a question from Jan Stary <hans at stare dot cz>, ok jmc@.
* State default usage before listing arguments of a utility. Inspired by aKristaps Dzonsons2011-12-251-11/+7
| | | | patch to mandocdb.8 by schwarze@ some time ago. Ok jmc@.
* Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'.Kristaps Dzonsons2011-08-181-3/+4
|
* Slightly clean up verbiage in coding tags.Kristaps Dzonsons2011-05-261-3/+3
|
* preconv is now on encoding-recognition parity with groff. This lastKristaps Dzonsons2011-05-261-27/+46
| | | | | | | | | commit adds parsing of "File Variables" in the first two lines in order to grok the encoding. This completes groff's recognition sequence (-e, BOM, File variables, -D, default). I've also cleaned up the manual to indicate this and for some general readability. preconv is now compiled by default in the Makefile.
* Add notes about preconv.1 in the www and change some wording in theKristaps Dzonsons2011-05-261-2/+7
| | | | manual regarding its output and `Nd' sentence.
* Significantly improve preconv. Allow it to recode UTF-8 characters intoKristaps Dzonsons2011-05-261-0/+137
the \[uNNNN] strings (taking into account big-endian archs). Also allow it to determine from the BOM whether it's a UTF-8 file. Also add the initial manual. This has been tested over a random selection of UTF-8 documents, as % preconv -e utf-8 foo.1 | ./mandoc -Tlocale where -Tlocale is allowed (-DUSE_WCHAR). Note that we're still missing the "type" indicator that preconv accepts.