On Mon, Jun 21, 2004 at 11:13:14PM +0200, Matthias Wimmer wrote:
> Package: apache2
> Version: 2.0.49-1
> 
> In the apache2.conf configuration file there are file extensions defined
> using the "AddCharset" command and some of the mappings are (at least
> semantically) incorrect.
> 
> The following file extensions are wrong:
> 
> extension     mapped to       correct
> latin5                ISO-8859-5      ISO-8859-9
> latin6                ISO-8859-6      ISO-8859-10
> latin7                ISO-8859-7      <does not exist>
> latin8                ISO-8859-8      ISO-8859-14
> latin9                ISO-8859-9      ISO-8859-15

I think this bug is fixed in unstable, because now the default apache2.conf
says:

    AddCharset ISO-8859-9  .iso8859-9  .latin5 .trk
    AddCharset ISO-8859-10  .iso8859-10  .latin6
    AddCharset ISO-8859-13  .iso8859-13
    AddCharset ISO-8859-14  .iso8859-14  .latin8
    AddCharset ISO-8859-15  .iso8859-15  .latin9
    AddCharset ISO-8859-16  .iso8859-16  .latin10

I've no idea whether this is something to be handled using the
suggested_corrections mechanism, or indeed whether that mechanism still
exists with apache2 :)

-- 
     2. That which causes joy or happiness.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to