-
Notifications
You must be signed in to change notification settings - Fork 220
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
UTF8 BOM encoded as part of the first field #138
Comments
Easy to strip off on input. Do you want to have the option to produce the BOM on output as well? |
I’d expect that most things one outputs json to are expecting UTF-8 without BOM, so no need to produce it on the output.
… On 26 Apr 2017, at 05:38, John Kerl ***@***.***> wrote:
Easy to strip off on input. Do you want to have the option to produce the BOM on output as well?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#138 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABJn2nCIh45Kurb4Sf3hTXb8Q1M-5fLBks5rzrw-gaJpZM4NHcA9>.
|
ok |
i mean for csv output |
No idea—my use case is always csv-->json.
It’s easy to imagine that some people would want to do transformations without changing the file format markers, especially if they have to round-trip it back to windows (that’s where most encoding issues usually come from).
… On 26 Apr 2017, at 11:40, John Kerl ***@***.***> wrote:
i mean for csv output
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#138 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABJn2kcTom4yvJNDr5f_2Msfr1B7B8lCks5rzxEkgaJpZM4NHcA9>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a csv file with header row contains the UTF BOM (
0xEFBBBF
), the BOM characters become the part of the first field name.For example:
OS is macOS Sierra 10.12.4
The text was updated successfully, but these errors were encountered: