rnewman / clj-apache-http

Clojure HTTP library using the Apache HttpClient.
32 stars 14 forks source link

Specify the string encoding for UrlEncodedFormEntity #10

Closed tomykaira closed 7 years ago

tomykaira commented 12 years ago

I use UTF-8 because the other encoding for URL-encode is UTF-8 (in l.109).

Fix that all Japanese characters are escaped to %3F. For detail of this problem, please see this bug report.