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

Don't require utf-8 source files #511

Merged
merged 5 commits into from
Oct 1, 2023
Merged

Don't require utf-8 source files #511

merged 5 commits into from
Oct 1, 2023

Commits on Sep 30, 2023

  1. Source: don't require UTF-8 encoding for source files

    This removes the requirement that source files be UTF-8 encoded
    for tokenization and preprocessing. Only the parser cares about
    the source encoding, so we defer any checks until then.
    ehaas committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    cf1def8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c97ce2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d955ca2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4db0377 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    c316bc3 View commit details
    Browse the repository at this point in the history