On Nov 30, 5:53 am, "Martin v. Löwis" wrote:
> #!/usr/bin/python
> print("Content-type:text/plain;charset=utf-8\n\n")
> sys.stdout.buffer.write('晉\n'.encode("utf-8"))Does this work for anyone? Because all I get is a blank page. Nothing. If I can establish what SHOULD work, maybe I can diagnose this problem. -- Gnarlie -- http://mail.python.org/mailman/listinfo/python-list
