From owner-freebsd-www@FreeBSD.ORG Thu Oct 7 23:26:29 2004 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F191F16A4CE for ; Thu, 7 Oct 2004 23:26:29 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E65143D2F for ; Thu, 7 Oct 2004 23:26:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a015.otenet.gr [212.205.215.15]) i97NQOeM014267; Fri, 8 Oct 2004 02:26:25 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i97NQN6x002472; Fri, 8 Oct 2004 02:26:23 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i97NQNfg002471; Fri, 8 Oct 2004 02:26:23 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 8 Oct 2004 02:26:23 +0300 From: Giorgos Keramidas To: Mike Zanker Message-ID: <20041007232623.GA2408@gothmog.gr> References: <91AD6D5D41B07554F0F0709B@jemima.zanker.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <91AD6D5D41B07554F0F0709B@jemima.zanker.org> cc: freebsd-www@freebsd.org Subject: Re: Displaying Japanese and Russian web pages X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 23:26:30 -0000 On 2004-10-07 21:54, Mike Zanker wrote: > Hi, > > I hope this is an appropriate place to ask this question - if not, > please accept my apologies. > > I have built a copy of the FreeBSD WWW pages and installed them in > /usr/local/www/ on my apache2 web server. The only problem is that all > languages are displayed using charset=ISO-8859-1. I'm assuming I need > to put something in httpd.conf to select the correct charset for > display of the ja and ru pages but I cannot find this information > anywhere in the FreeBSD web pages, documentation, etc. > > If anybody could point me in the right direction I'd be very grateful... Make sure your httpd setup doesn't force a default encoding. The pages should set their encoding themselves (as the Japanese docs do). They shouldn't rely on particular setup options of the web server.