Skip to content

Sending complex UTF-8 strings provoke losing information. #36

@ghost

Description

For example:
Sending the field:

fields:{
'data' : JSON.stringify( { 'info' : { 'name': "Còmplex Nâmïng" } } )
}

Make some characters get lost due to the writeBytes conversion in FileUploadModule.java#102 file. This can be solved as I did in the PR #35.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions