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

Add support for loading UTF16 encoded files #648

Closed
wants to merge 2 commits into from

Commits on Sep 11, 2023

  1. Add support for loading UTF16 encoded files

    If they have a correct BOM (Byte-Order-Mark https://en.wikipedia.org/wiki/Byte_order_mark) at the beginning
    of the file, support non utf8 files. Falls back on UTF8 encoding, if no understandable BOM is present.
    
    Signed-off-by: Soule BA <[email protected]>
    souleb committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    253e316 View commit details
    Browse the repository at this point in the history
  2. adding a test case for utf16-LE without BOM

    Signed-off-by: Soule BA <[email protected]>
    souleb committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    52f6ede View commit details
    Browse the repository at this point in the history