Skip to content

encoding  #2

@cocodamol

Description

@cocodamol

although you set ensure_ascii=False it's not handling non-western characters well

fixed it with
import io
with io.open(self.out_file, "w", encoding='utf-8') 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