From mboxrd@z Thu Jan 1 00:00:00 1970 From: roy at marples.name (Roy Marples) Date: Fri, 17 Mar 2017 20:13:15 +0000 Subject: [PATCH] filter: set environment variable PYTHONIOENCODING to utf-8 In-Reply-To: <20170317200455.GO2102@john.keeping.me.uk> References: <20170223154823.18206-1-roy@marples.name> <20170304123521.GC2102@john.keeping.me.uk> <20170309001002.GF2102@john.keeping.me.uk> <20170312175153.GM2102@john.keeping.me.uk> <20170317200455.GO2102@john.keeping.me.uk> Message-ID: On 17/03/17 20:04, John Keeping wrote: > Other people have already found that it's not quite that simple [2] if > we want it to work on all systems. Patch author wants it to run on NetBSD as that's what I use :) The default locale for daemons such as CGI processes should always be C as that saves a lot of headache later. Roy