summaryrefslogtreecommitdiffstats
path: root/index.sgml
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-19 16:02:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-19 16:02:01 +0000
commitcff3811e03143b05827e8254f76d16f990cbea2d (patch)
treebf88aa8ac3496a30cf6aa50f4bf1be9d27f23cd7 /index.sgml
parent7be7cbd1dc64ae5c85e45f167c53f1f0de60ed83 (diff)
downloadmandoc-cff3811e03143b05827e8254f76d16f990cbea2d.tar.gz
Some release notes (this isn't signalling an impending release; I just
want to get some notes in).
Diffstat (limited to 'index.sgml')
-rw-r--r--index.sgml12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.sgml b/index.sgml
index 0e068bf5..63a1ec23 100644
--- a/index.sgml
+++ b/index.sgml
@@ -310,6 +310,18 @@
</H1>
<P CLASS="news">
+ 19-05-2011: version 1.11.3
+ </P>
+ <P>
+ Introduce locale-encoding of output with the <B>-Tlocale</B> output option and Unicode escaped-character input.
+ See <A HREF="mandoc.1.html">mandoc</A> and <A HREF="mandoc_char.7.html">mandoc_char</A>, respectively, for details.
+ This allows for non-ASCII characters (e.g., <I>\[u5000]</I>) to be rendered in the locale's encoding, if said
+ environment supports wide-character encoding (if it does not, <B>-Tascii</B> is used instead).
+ Locale support can be turned off at compile time by removing <I>-DUSE_WCHAR</I> in the <I>Makefile</I>, in which case
+ <B>-Tlocale</B> is always a synonym for <B>-Tascii</B>.
+ </P>
+
+ <P CLASS="news">
12-05-2011: version 1.11.2
</P>
<P>