We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(git)smaug:/mnt/btrfs/datasets-dev-20161125/datalad/crawl/openfmri/ds000203[master]git $> isutf8 README README: line 7, char 1, byte offset 38: invalid UTF-8 code $> python -c "from io import open; s=open('README', encoding='utf-8').read().strip(); print(type(s)); print(s)" Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/yoh/proj/datalad/datalad/venv-tests/lib/python2.7/codecs.py", line 296, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf8' codec can't decode byte 0xf1 in position 253: invalid continuation byte
The text was updated successfully, but these errors were encountered:
ENH: be resilient to encoding errors in README
1679032
caused by poldracklab/open_fmri#39
No branches or pull requests
The text was updated successfully, but these errors were encountered: