discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: Kristaps Dzonsons <kristaps@bsd.lv>
To: discuss@mdocml.bsd.lv
Subject: mdocml version 1.11.3 available
Date: Thu, 26 May 2011 23:35:37 +0200	[thread overview]
Message-ID: <4DDEC7A9.20907@bsd.lv> (raw)

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

                 reply	other threads:[~2011-05-26 21:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DDEC7A9.20907@bsd.lv \
    --to=kristaps@bsd.lv \
    --cc=discuss@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).