diff options
author | Stefan Weil <weil@mail.berlios.de> | 2010-02-05 23:52:00 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-10 12:43:04 -0600 |
commit | e080e785f62c0ad4f36487b45cc90b99420ace23 (patch) | |
tree | 49738a80b8e6e4825d039d3fdc88833d6e87e494 /qemu-tech.texi | |
parent | a1a32b05bbaabe7c7179564e25750393f2271eef (diff) |
Documentation: Use UTF-8 encoding and fix one wrong encoding
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 <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-tech.texi')
-rw-r--r-- | qemu-tech.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qemu-tech.texi b/qemu-tech.texi index 52560dcf96..2e2a081d92 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 |