Philip Jenvey brought this to my attention:

  http://www.python.org/dev/peps/pep-0383/

It's a UTF8 encoding and decoding scheme that encodes illegal bytes in such
a way that you can decode to get the original bytes object, and thus
transcode to another encoding.  It's intended for cases exactly like WSGI.

-- 
Ian Bicking  |  http://blog.ianbicking.org
_______________________________________________
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