Of course, uncoditional encoding in UTF-8 is not a right thing to do. Actually, encoding of the complete request is not right. A proper patch would simply avoid concatenating `url-request-data' with anything and send it to the connection verbatim, assuming that the user of the library has already properly encoded it. The reason for this is that `multipart/form-data' can have different parts in different encoding (even if it is hardly ever used.)
Are you interested in a patch? It would be a very good thing if you could write a clean and fully correct fix which handles this right. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel