You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: