[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/2] Run pod2man with --utf8 option to enable ut
From: |
Michael Tokarev |
Subject: |
Re: [Qemu-devel] [PATCH 2/2] Run pod2man with --utf8 option to enable utf8 in manpages |
Date: |
Thu, 02 Feb 2012 18:54:07 +0400 |
User-agent: |
Mozilla/5.0 (X11; Linux i686 on x86_64; rv:5.0) Gecko/20110805 Icedove/5.0 |
On 02.02.2012 18:49, Peter Maydell wrote:
> On 2 February 2012 14:46, Michael Tokarev <address@hidden> wrote:
>> Besides, this is a task for another patch, since this one "only" thing
>> this patch does is addresses the --utf8 issue. Maybe it is so trivial
>> that adding --release here actually does fit nicely too. I don't care
>> either way, what matters is to fix the mojibake which currently exists
>> in qemu.1 manpage.
>
> If you don't care about fixing the duplication (which I understand)
> you could just add --utf8 to all the pod2man command lines.
The good side-effect of doing it like this is an ability to override
POD2MAN on command line, just in case --utf8 does not work somehow.
Thanks,
/mjt