web-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

encoding type missing on documentation pages


From: dc
Subject: encoding type missing on documentation pages
Date: Wed, 17 Dec 2003 18:23:12 +0100

Hi,

The W3C validator isn't able to find which character encoding is used on
the documentations pages.
For japaneses pages, the encoding seems to be EUC-JP, so this simple
line :

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=EUC-JP">

in the <HEAD> section of all japanese documentation pages should do the
trick.

For all others The encoding seems to be ISO-8859-1, just insert this
simple line : 

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=ISO-8859-1">

in the <HEAD> section of these pages.

I understand that :
- you certainly already know how to fix these pages, I'm humbly pointing
this problem to your attention. 
- the problem might be a little more complex if you're actually
generating these pages, but please consider fixing this bug.

I'm sending along a patch to add the missing lines in the files, feel
free to use it as you see fit. 
Thanks in advance,

Didier Cassirame

Attachment: hurd-doc.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]