At 08:18 AM 9/21/2009 -0700, Robert Brewer wrote:
If the entire site expects iso-8859-7 Request-URL's then the deployer should tell the WSGI server to decode using iso-8859-7 instead of utf-8.
Can we please please not add any more deployment options to WSGI? Options are complexity multipliers.
(Also note that the use of middleware and component-based applications means that there is no such thing as an "entire site" that could make such a decision, while preserving the composability of WSGI apps.)
_______________________________________________ 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