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

Add Byte Order Mark (BOM) output support #1424

Merged
merged 2 commits into from
Nov 18, 2023
Merged

Conversation

jqnatividad
Copy link
Owner

if QSV_BOM_OUTPUT is set to 1, it will add a BOM sequence to the beginning of qsv's output.

This is primarily to generate "Excel for Windows"-friendly CSV files, as it forces Excel to recognize the CSV as UTF8-encoded.

Note that Excel on macOS does not need BOM, as the default encoding on macOS is UTF-8.

setting it to 1 will add a BOM sequence at the beginning of the output.
This is to generate Excel on Windows friendly CSV files.
@jqnatividad jqnatividad merged commit f3b7ea0 into master Nov 18, 2023
11 of 12 checks passed
@jqnatividad jqnatividad deleted the QSV_OUTPUT_BOM-envvar branch December 12, 2023 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant