Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support unicode encode request when uploading on Android #1088

Closed
wants to merge 1 commit into from
Closed

Support unicode encode request when uploading on Android #1088

wants to merge 1 commit into from

Conversation

Silvercast
Copy link

uploadFiles with unicode fields?: Fields is broken on Android but works on iOS. This PR ensures the fields are properly encoded on Android, otherwise we end up with weird ? characters.

@itinance
Copy link
Owner

itinance commented May 4, 2022

Will this have any side effects?

@itinance
Copy link
Owner

itinance commented May 4, 2022

Especially in conjunction with this PR: https://github.com/itinance/react-native-fs/pull/1045/files #1045

@Silvercast
Copy link
Author

Especially in conjunction with this PR: https://github.com/itinance/react-native-fs/pull/1045/files #1045

@itinance #1045 should work. I don't know if getBytes() support all locales. I can test once #1045 get merged.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants