[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
makeinfo: XML encoding missing when writing to stdout
From: |
Torsten Bronger |
Subject: |
makeinfo: XML encoding missing when writing to stdout |
Date: |
Sun, 15 Jan 2006 20:40:44 +0100 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
Hallöchen!
With
makeinfo --xml -o - my_file
the first line of the output is
<?xml version="1.0"?>
which is wrong because the encoding of the output is Latin-1 (as set
in my_file) but XML has UTF-8 as the default. However, with
makeinfo --xml my_file
the first line is
<?xml version="1.0" encoding="iso-8859-1"?>
which is correct.
Tschö,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus ICQ 264-296-646
- makeinfo: XML encoding missing when writing to stdout,
Torsten Bronger <=