=================================================================== RCS file: /cvs/mandoc/Attic/index.sgml,v retrieving revision 1.118 retrieving revision 1.120 diff -u -p -r1.118 -r1.120 --- mandoc/Attic/index.sgml 2011/05/14 23:41:50 1.118 +++ mandoc/Attic/index.sgml 2011/05/26 12:14:46 1.120 @@ -170,6 +170,18 @@ + preconv(1) + + recode multibyte UNIX manuals + + (text | + xhtml | + pdf | + postscript) + + + + mandoc(3) mandoc macro compiler library @@ -310,6 +322,22 @@

+ 19-05-2011: version 1.11.3 +

+

+ Introduce locale-encoding of output with the -Tlocale output option and Unicode escaped-character input. + See mandoc and mandoc_char, respectively, for details. + This allows for non-ASCII characters (e.g., \[u5000]) to be rendered in the locale's encoding, if said + environment supports wide-character encoding (if it does not, -Tascii is used instead). + Locale support can be turned off at compile time by removing -DUSE_WCHAR in the Makefile, in which case + -Tlocale is always a synonym for -Tascii. +

+

+ Furthermore, multibyte-encoded documents, such as those in UTF-8, may be on-the-fly recoded as mandoc input by using the newly-added preconv utility. +

+ +

12-05-2011: version 1.11.2

@@ -349,7 +377,7 @@ Copyright © 2008–2011 Kristaps Dzonsons, - $Date: 2011/05/14 23:41:50 $ + $Date: 2011/05/26 12:14:46 $