Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Handle CSV files with UTF-8 BOM #498

Merged
merged 1 commit into from
Apr 26, 2019
Merged

Handle CSV files with UTF-8 BOM #498

merged 1 commit into from
Apr 26, 2019

Commits on Apr 26, 2019

  1. Handle CSV files with UTF-8 BOM

    Some applications, when saving files with a UTF-8 encoding, will prepend a byte
    order mark (BOM) at the beginning of the file. By using the `utf-8-sig` encoding
    when reading files we will ignore the BOM if it is present.
    jwalgran committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    95c6a5e View commit details
    Browse the repository at this point in the history