boxcar-api
boxcar-api copied to clipboard
UTF-8 characters
When using UTF-8 characters, two characters are chopped off the whole request.
provider.notify(
recipient
, "äöü"
, "test case"
, null
, null
, null
, "http://i.imgur.com/gtUZWgW.png" // ng gets chopped off
);