Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2010 08:30:05 GMT
From:      khsing <khsing.cn@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/147942: www/moinmoin sends wrong http header when in editor mode
Message-ID:  <201007210830.o6L8U5Ig038050@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/147942; it has been noted by GNATS.

From: khsing <khsing.cn@gmail.com>
To: bug-followup@freebsd.org, peter.orlowski@tu-berlin.de
Cc:  
Subject: Re: ports/147942: www/moinmoin sends wrong http header when in editor 
	mode
Date: Wed, 21 Jul 2010 16:28:03 +0800

 I think this is a configure problem.
 Please check the coding of wikiconfig.py.
 If you want use utf-8 as default charset, the first or second line of
 wikiconfig.py should be one of follow lines.
 
 # -*- coding: utf-8 -*-
 or
 #coding: utf-8
 
 
 -- 
 A man live in jail and want to break.
 http://blog.khsing.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007210830.o6L8U5Ig038050>