Hi,

Alan Kennedy schrieb:
> from miscellaneous unknown character sets into unicode, with out any
> mistakes, under all possible WSGI environments, e.g.
No, they know the character sets.  You tell them what character set you
want to use.  For example you can specify "utf-8", and they will
decode/encode from/to utf-8.  But there is no way for the application to
send information to the server before they are invoked to tell the
server what encoding they want to use.


Regards,
Armin
_______________________________________________
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