[Python-Dev] Can the cgi module be made Unicode-aware? (original) (raw)

Martin v. Loewis martin@v.loewis.de
11 Apr 2002 19:14:40 +0200


Alex Martelli <aleax@aleax.it> writes:

http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.3

Thanks for pointing that out. The same document (at #submit-format) also explains that application/x-www-form-urlencoded only supports ASCII, so Skip shouldn't be too surprised that his form fails for non-ASCII text.

Regards, Martin