Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'utf-8': 0.07; 'restart': 0.09; 'subject:script': 0.09; 'apache': 0.15; 'subject:Unicode': 0.16; 'wrote:': 0.18; 'putting': 0.22; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'lines': 0.31; 'subject:with': 0.35; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'charset:windows-1252': 0.65 Date: Sun, 17 Aug 2014 13:34:34 +0200 From: Dominique Ramaekers User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Unicode in cgi-script with apache2 References: <53f05ed9$0$30003$c3e8da3$5496439d@news.astraweb.com> <53F07892.1030100@ramaekers-stassart.be> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408275277 news.xs4all.nl 2852 [2001:888:2000:d::a6]:54388 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76422 Yes, even a restart not just reload. I Also put it in the section as in the main apache2.conf.... Op 17-08-14 om 13:04 schreef Peter Otten: > Dominique Ramaekers wrote: > >> Putting the lines in my apache config: >> AddDefaultCharset UTF-8 >> SetEnv PYTHONIOENCODING utf-8 >> >> Cleared my brower-cache... No change..... > Did you restart the apache? > >