Subject: Re: Japanese
To: None <moehl@akaflieg.extern.tu-berlin.de>
From: Bernhard Riedel <bernhard@sdg.de>
List: netbsd-users
Date: 10/31/2000 00:38:21
Hi,

if you want to display japanese documents from your local disk or pages
 from not appropriately configured servers, you have to configure your
 browser, no idea how to do that.

I view japanese pages by putting them on my local web server and forcing
 the web server to add the appropriate header line to the http reply.
One way to do that is by including the following in the <head> section:

<meta http-equiv="Content-Type" content="text/html; charset=x-sjis">

Correct accordingly, if you want JIS, EUC or whatever.

Cheers, Bernhard Riedel.

P.S.: The above works for me on NetBSD-1.41/i386 with Netscape3, an old Apache  
 and at 525 meters over the sea level. YMMV.