From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdX2E-00053k-8f for qemu-devel@nongnu.org; Fri, 05 Feb 2010 17:52:22 -0500 Received: from [199.232.76.173] (port=43884 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdX2D-00053K-Nm for qemu-devel@nongnu.org; Fri, 05 Feb 2010 17:52:21 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdX2B-0003jk-Ko for qemu-devel@nongnu.org; Fri, 05 Feb 2010 17:52:20 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]:59368) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdX2A-0003j7-Of for qemu-devel@nongnu.org; Fri, 05 Feb 2010 17:52:19 -0500 From: Stefan Weil Date: Fri, 5 Feb 2010 23:52:00 +0100 Message-Id: <1265410325-16433-3-git-send-email-weil@mail.berlios.de> In-Reply-To: <1265410325-16433-2-git-send-email-weil@mail.berlios.de> References: <4B6CA0A4.7090505@mail.berlios.de> <1265410325-16433-1-git-send-email-weil@mail.berlios.de> <1265410325-16433-2-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH 3/8] Documentation: Use UTF-8 encoding and fix one wrong encoding List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers At least for Linux distributions UTF-8 is now standard, so the QEMU documentation should use this encoding, too. Even if there was currently only a single special character using ISO-8859-1, this might change in the future. So the texinfo keywords @documentlanguage and @documentencoding now document the language and the encoding. The special character was changed to UTF-8 (it could also have been changed to an x, but the original cross looks really nice if it is displayed correctly). These changes fix the html presentation at http://www.qemu.org/qemu-doc.html#SEC65 (ARM System emulator). Signed-off-by: Stefan Weil --- qemu-doc.texi | 6 +++++- qemu-tech.texi | 4 ++++ 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/qemu-doc.texi b/qemu-doc.texi index eba6437..84de318 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1,6 +1,10 @@ \input texinfo @c -*- texinfo -*- @c %**start of header @setfilename qemu-doc.info + +@documentlanguage en +@documentencoding UTF-8 + @settitle QEMU Emulator User Documentation @exampleindent 0 @paragraphindent 0 @@ -1831,7 +1835,7 @@ MV88W8xx8 Ethernet controller @item MV88W8618 audio controller, WM8750 CODEC and mixer @item -128×64 display with brightness control +128×64 display with brightness control @item 2 buttons, 2 navigation wheels with button function @end itemize diff --git a/qemu-tech.texi b/qemu-tech.texi index 52560dc..2e2a081 100644 --- a/qemu-tech.texi +++ b/qemu-tech.texi @@ -1,6 +1,10 @@ \input texinfo @c -*- texinfo -*- @c %**start of header @setfilename qemu-tech.info + +@documentlanguage en +@documentencoding UTF-8 + @settitle QEMU Internals @exampleindent 0 @paragraphindent 0 -- 1.6.5