Skip to content

How can I send Korean with the get String? #951

Open
@ghost

Description

in android,

Ion.with(this)
.load(url + user_name)
.asString()
.setCallback(new FutureCallback() { ... });

in node.js,

router.get('url/:user_name', function(req, res, next) {
let user_name = req.params.user_name;
console.log("print : ", user_name);
});

it works, but node can't read Korean characters
"print : ì ±ì¤" <- The letters are broken

How can I send Korean with the GET?

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