From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rsy3C-00067O-Nf for qemu-devel@nongnu.org; Thu, 02 Feb 2012 09:54:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rsy38-0005Vg-N0 for qemu-devel@nongnu.org; Thu, 02 Feb 2012 09:54:14 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:50057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rsy38-0005UU-Cg for qemu-devel@nongnu.org; Thu, 02 Feb 2012 09:54:10 -0500 Message-ID: <4F2AA38F.1060204@msgid.tls.msk.ru> Date: Thu, 02 Feb 2012 18:54:07 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1328192202-23450-1-git-send-email-mjt@tls.msk.ru> <1328192202-23450-2-git-send-email-mjt@msgid.tls.msk.ru> <4F2AA1AE.6090203@msgid.tls.msk.ru> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] Run pod2man with --utf8 option to enable utf8 in manpages List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On 02.02.2012 18:49, Peter Maydell wrote: > On 2 February 2012 14:46, Michael Tokarev 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