NativeScript / nativescript-background-http

Background Upload plugin for the NativeScript framework
Apache License 2.0
102 stars 50 forks source link

UTF-8 Encoding #78

Closed romulowspp closed 7 years ago

romulowspp commented 7 years ago

Hello,

This lib is seemingly encoding data as US_ASCII. This presents an issue for my project, as I need to send data other than images using the same request.

I need an option to call the setUtf8Charset() method of the underlying Java library, to send data as UTF-8.

Tested on Android.

romulowspp commented 7 years ago

I open a pull request. #79