Skip to content

write_sets with id1 in Chinese get string lost #87

@masonacezllk

Description

@masonacezllk

when data block with string in Chinese like id1='左前方向:S', write_sets lost Chinese string. How to modify this code :
for k, v in dset.items():
if type(v) == str:
dset[k] = v.encode("utf-8").decode('ascii','ignore')
to correct Chinese string?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions