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

litstudy cannot handle Byte order mark #21

Closed
stijnh opened this issue Dec 21, 2022 · 1 comment
Closed

litstudy cannot handle Byte order mark #21

stijnh opened this issue Dec 21, 2022 · 1 comment

Comments

@stijnh
Copy link
Member

stijnh commented Dec 21, 2022

Files might sometimes start with a byte order mark (https://en.wikipedia.org/wiki/Byte_order_mark). Currently, litstudy cannot read these files since it should ignore the first bytes.

A solution might be to introduce a new litstudy_open to replace the standard Python open to handle this issue.

@stijnh
Copy link
Member Author

stijnh commented Dec 21, 2022

Closed thanks to #22

@stijnh stijnh closed this as completed Dec 21, 2022
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