Skip to content
New issue

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

ds000203 contains README which is not a proper UTF-8 encoded file #39

Open
yarikoptic opened this issue Nov 25, 2016 · 0 comments
Open

Comments

@yarikoptic
Copy link

(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
yarikoptic added a commit to yarikoptic/datalad that referenced this issue Nov 25, 2016
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

No branches or pull requests

1 participant