Skip to content

Encoding problems on Windows (e.g. Chinese) #16

Description

@iydon

Adding encoding='utf-8' to the following code solves the problem.

with open(str(self.tags_folder / self.tags_filename), "w") as f:

with filename.open() as f:

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