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

Handle seeds with utf-8 BOM (#1177) #1452

Merged
merged 4 commits into from
May 10, 2019

Commits on May 9, 2019

  1. if the first byte of a csv seed is a BOM, strip it before passing it …

    …to agate
    Jacob Beck committed May 9, 2019
    Configuration menu
    Copy the full SHA
    30b7407 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. python 2

    Jacob Beck committed May 10, 2019
    Configuration menu
    Copy the full SHA
    191ae61 View commit details
    Browse the repository at this point in the history
  2. Always specify encodings to open()

    Fixes some neat windows behavior where the default code page can be cp1252
    Add BOM unit test
    Jacob Beck committed May 10, 2019
    Configuration menu
    Copy the full SHA
    d74e37d View commit details
    Browse the repository at this point in the history
  3. PR feedback

    Jacob Beck committed May 10, 2019
    Configuration menu
    Copy the full SHA
    26427d2 View commit details
    Browse the repository at this point in the history