GitHub user isabelabel opened a pull request:

    https://github.com/apache/httpclient/pull/12

    Add option to set the charset to encode GET parameters

    This allows to encode the get parameters with different charset instead of 
just use the default UTF-8.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/isabelabel/httpclient 
issue/charset-encode-get-parameters

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/httpclient/pull/12.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #12
    
----
commit 2fda1b79f51f1c9bf0b4b5a49129ae15fa4ffb97
Author: isabelabel <[email protected]>
Date:   2014-05-27T17:14:34Z

    [RequestBuilder] Add the charset attribute to allow encode parameters using 
any valid charset, the default charset is UTF-8

commit 778b2ae97eb19ab75119a19ea40c97acfea4e1a3
Author: isabelabel <[email protected]>
Date:   2014-05-27T17:19:15Z

    [URIBuilder] Create a charset attribute to allow to set any valid charset. 
Use it in all methods that were using 'Consts.UTF_8'

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to