Hi Graham,

I think yours is a good solution to the problem.

[Graham]
> In other words, leave all the existing CGI variables to come through
> as latin-1 decode

As latin-1 or rfc-2047 decoded, to unicode.

> and do anything new in 'wsgi' variable namespace,

So the server provides

"wsgi.server_decoded_SCRIPT_NAME" == u"whatever"
"wsgi.server_decoded_PATH_INFO" == u"whatever"
"wsgi.server_decode_charset" == u"utf-8"

Just my €0,02.

Alan.
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to