aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/preconv.1
Commit message (Collapse)AuthorAgeFilesLines
* 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.