Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 1997 21:21:24 +0400 (MSD)
From:      =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= <ache@nagual.pp.ru>
To:        Hanai Hiroyuki <hanai@FreeBSD.ORG>
Cc:        CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG
Subject:   Re: cvs commit:  src/share/doc/ja_JP.EUC/handbook mirrors.sgml
Message-ID:  <Pine.BSF.3.96.970507211433.1341A-100000@nagual.pp.ru>
In-Reply-To: <199705070445.VAA00328@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 6 May 1997, Hanai Hiroyuki wrote:

> hanai       97/05/06 21:45:54
> 
>   Modified:    share/doc/ja_JP.EUC/handbook  mirrors.sgml
>   Log:
>   Catch up with the original.

Just walking in Japanese handbook I found that it is done incorrectly
in terms of HTML internationalization. It not specifies page charset
anywhere. When the page not specify its charset, iso-8859-1 always assumed
according to latest standard.
To fix it you need to add 
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=EUC-JP">
to the <HEAD> section of the each page to conform standards.
No ideas how to do it via SGML document.

-- 
Andrey A. Chernov
<ache@null.net>
http://www.nagual.pp.ru/~ache/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970507211433.1341A-100000>