Frank Abel Cancio Bello wrote: > request.add_header('content-encoding', 'UTF-8')
The Content-Encoding header is for things like "gzip", not for specifying the text encoding. Use the charset parameter to the Content-Type header for that, as in "Content-Type: text/plain; charset=utf-8". -- http://mail.python.org/mailman/listinfo/python-list