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

Change writeUTF8 so it doesn't add extra newline #320

Merged
merged 2 commits into from
Jul 15, 2020

Conversation

wch
Copy link
Collaborator

@wch wch commented Jul 15, 2020

It turns out that the change in #318 added an extra \n to JSON output. This PR changes it so that it doesn't add an extra newline, and renames the function to write_utf8, so that it's consistent with read_utf8 in this package.

@wch wch requested a review from schloerke July 15, 2020 16:47
@wch wch force-pushed the fix-writeutf8-extra-newline branch 2 times, most recently from b050bf9 to 4d3911e Compare July 15, 2020 16:58
@wch wch merged commit fe99dae into master Jul 15, 2020
@wch wch deleted the fix-writeutf8-extra-newline branch July 15, 2020 17:02
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.

1 participant