On 17 August 2012 14:27, Gilles <[email protected]> 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 [email protected]
-- http://mail.python.org/mailman/listinfo/python-list
