discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml version 1.11.3 available
@ 2011-05-26 21:35 Kristaps Dzonsons
  0 siblings, 0 replies; only message in thread
From: Kristaps Dzonsons @ 2011-05-26 21:35 UTC (permalink / raw)
  To: discuss

Hello,

I'm pleased to announce mdocml 1.11.3, now at http://mdocml.bsd.lv/.
This is a significant release in that it has locale support following 
work at BSDCan-2011.  Please see the Makefile for locale requirements. 
You can test locale support on your system by running the following on a 
localised manual:

  % mandoc -Tlocale foo.1
  % mandoc -Tutf8 foo.1

If the manual is in UTF-8, you can also use the new preconv utility to 
recode it into mandoc-capable input on the fly:

  % preconv -e utf-8 foo.1 | mandoc -Tlocale

I tested on downloaded Japanese and Russian manuals as follows:

  % iconv -f euc-jp -t utf-8 foo.1 | \
    preconv -e utf-8 | mandoc -Tlocale

For a full list of changes, see http://mdocml.bsd.lv/ChangeLog.html. An
abbreviated list of changes is on the NEWS section of the web-site.

As usual, sources are at http://mdocml.bsd.lv/snapshots/mdocml.tar.gz.

Thanks,

Kristaps
--
 To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-26 21:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-26 21:35 mdocml version 1.11.3 available Kristaps Dzonsons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).