Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Encode Requests with UTF-8 to support German Umlauts in requests #11

Merged
cribbstechnologies merged 1 commit into
cribbstechnologies:masterfrom
aluedeke:patch-1
May 21, 2013
Merged

Encode Requests with UTF-8 to support German Umlauts in requests #11
cribbstechnologies merged 1 commit into
cribbstechnologies:masterfrom
aluedeke:patch-1

Conversation

@aluedeke

Copy link
Copy Markdown

if i send have e.g an Recipient like this:

new MandrillRecipient("Andreas Lüdeke", "mail@bla.de")

mandrill returns a HTTP Status 500 wit message "you must specify a key value". This happens due to the fact that the ü is not properly encoded within the StringEntity. By Specifying the correct Encoding it works properly

if i send have e.g an Recipient like this:

new MandrillRecipient("Andreas Lüdeke", "mail@bla.de")

mandrill returns a HTTP Status 500 wit message "you must specify a key value". This happens due to the fact that the ü is not properly encoded within the StringEntity. By Specifying the correct Encoding it works properly
cribbstechnologies added a commit that referenced this pull request May 21, 2013
Encode Requests with UTF-8 to support German Umlauts in requests
@cribbstechnologies
cribbstechnologies merged commit 917709a into cribbstechnologies:master May 21, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants