Skip to content

dump() convert strings encoded by utf-8 to shift-jis on windows 10.  #147

@silverist

Description

@silverist

when I dump() a json object as follows, the dumped string is converted from "utf-8" to "shift-jis".
How can I do to keep up its encode "utf-8"?

{
   "data":"[[0,1,2,3,4],[0,1,2,3,4]]",
   "status":1
}

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