-
Notifications
You must be signed in to change notification settings - Fork 145
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
Unicode BOM support ? #107
Comments
Hi, better-files just calls I plan to address this in better-files by introducing a default better-file's Unicode charset that detects and skips BOMs (only when reading, it doesnt write BOMs during writes). Users can still use |
Fix #107: Support encoding/decoding of Unicode byte-order markers
https://en.wikipedia.org/wiki/Byte_order_mark
better.files.File#lines
seems to not support BOM.The text was updated successfully, but these errors were encountered: