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

Read over BOM #277

Merged
merged 1 commit into from
Jun 9, 2021
Merged

Read over BOM #277

merged 1 commit into from
Jun 9, 2021

Commits on Jun 9, 2021

  1. Read over BOM

    Appearantly some UTF-8 files can start with a BOM, so read over that
    instead of assuming it's UTF-16. Also move the check for NULL out of the
    lexer, so it can remain "UTF-8 clean"; just examine the first few bytes
    instead.
    
    Ref: #233 (comment)
    arp242 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    b8ee995 View commit details
    Browse the repository at this point in the history