Hi.
I want to use the string "rüffer" in a get-request, so I tried to encode it.
My problem: But with urllib.quote I always get "r%FCffer", but I want to get "r%C3%BCffer" (with is correct in my opinion).
Thanks.
Markus -- http://mail.python.org/mailman/listinfo/python-list