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