Skip to content

'cp950' codec can't decode byte 0xff in position 45: illegal multibyte sequence #14

Description

@shinkuan

File compared:
a.zip
Code:

for match in results:
    if not match.success:
        print("Not Success")
        print(match.message)
    else:
        print("Success")

Result:

Not Success
'cp950' codec can't decode byte 0xff in position 45: illegal multibyte sequence
Not Success
'cp950' codec can't decode byte 0xff in position 45: illegal multibyte sequence

System: Windows 10
Python 3, using Jupyter notebook

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