Skip to content

Connection#Post needs to specify text encoding for multi-byte characters  #3

@siramatu

Description

@siramatu

Line 83 of Connection.java lacks text encoding for the constructor of StringEntity.
Multi-byte characters are not supported due to this problem.
It may need to specify an encoding, for example,
StringEntity input = new StringEntity(data, "UTF-8");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions