Closed mcepl closed 1 year ago
Thanks for reporting this issue. Your sample file helped as I am able to reproduce the error.
I believe the fault originates at the previous line in manifest.py where chardet module attempts to detect the encoding. It returns "Windows-1254" (I see this with a debug print statement). The situation is discussed at: https://github.com/chardet/chardet/issues/148 without a satisfactory solution. Allow me a few days to develop a work around.
Just released v0.3.0 on PyPi with my solution. Please evaluate and report.
Yes, it works!
Thank you.
With errata.maff (had to rename the file to
.zip
so that GH would accept it) I get this:I have hard time to understand where
cp1254
(Turkish???) comes from, when all files are clearly labelled as being inwindows-1250
codepage.