Skip to content

Conversation

@oxygen-dioxide
Copy link

@oxygen-dioxide oxygen-dioxide commented Dec 7, 2025

On my Chinese windows, this test fails with the following error:

        with open(output_file, "r") as f:
>           output_data = f.read()
                          ^^^^^^^^
E           UnicodeDecodeError: 'gbk' codec can't decode byte 0xaa in position 61: illegal multibyte sequence

tests\test_cli_vectors.py:87: UnicodeDecodeError

because Markitdown writes to file in UTF-8, but the test tries to read it in local encoding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants