-
Notifications
You must be signed in to change notification settings - Fork 28
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
UTF-16 #21
Comments
would probably be best to fork and update the search for the newline pairing. just curious why not utf8? |
The data source could be UTF-16LE encoded, and one wants to handle raw lines of data. Actually the project should support any source encoding. |
I'm not sure if this is still an issue, but I believe it's working? I have a dynamic encoding detection with @netmiller The exact encoding I use is |
Any advise how to read utf-16 (LittleEndian) file info buffer.
Tried normal way :
but seems to be incorrect ?
The text was updated successfully, but these errors were encountered: