On 17 August 2012 14:27, Gilles <nos...@nospam.com> wrote: > > print "Content-Type: text/plain;charset=utf-8" > print >
Here's the problem - you're telling the browser to display in plain text. Try 'text/html' instead. -- Robert K. Day robert....@merton.oxon.org
-- http://mail.python.org/mailman/listinfo/python-list