react-native-background-upload icon indicating copy to clipboard operation
react-native-background-upload copied to clipboard

[Android] Add setUtf8Charset param

Open EliSadaka opened this issue 6 years ago • 1 comments

android-upload-service has a setUtf8Charset() method that can be called on multipart uploads to use the UTF-8 charset. Without this set, parameters fields with high Unicode characters such as emojis are replaced with question marks. It would be nice if a setUtf8Charset parameter was added to the options so that this can be set when needed.

EliSadaka avatar Jul 31 '19 21:07 EliSadaka

https://github.com/Vydia/react-native-background-upload/pull/168 I've tried :)

morgenhaar avatar Sep 13 '19 06:09 morgenhaar