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 parsing utf-8 bom encoded files #961

Merged

Conversation

peteruithoven
Copy link
Contributor

@peteruithoven peteruithoven commented Nov 23, 2022

Strip a character that's added in utf-8 BOM encoded files, fixing parsing issues.

Fixes: #840
Possibly also fixes: #917

@pokoli pokoli merged commit aa00468 into mholt:master Nov 25, 2022
@OldDriverPickMeUp
Copy link

OldDriverPickMeUp commented Jan 27, 2023

Hey, guys. I need a release for this issue.

Currently, the latetst version is 5.3.2 and this version will have the bom header issue. And i can now fix it by simply install a new version via npm or yarn.

@rogerweb
Copy link

rogerweb commented Mar 6, 2023

Hi,

It seems this fix doesn't apply to a Node.js readable stream, right?

@fhenri
Copy link

fhenri commented Jul 8, 2024

@rogerweb no it does not
even if you set the encoding from the readable stream, it will not take into account when parsing
checking with latest version of papaparse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants