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

OutputStream.write_buffer returns IOString with default encoding #438

Closed
henkesn opened this issue Feb 19, 2020 · 0 comments · Fixed by #439
Closed

OutputStream.write_buffer returns IOString with default encoding #438

henkesn opened this issue Feb 19, 2020 · 0 comments · Fixed by #439

Comments

@henkesn
Copy link
Contributor

henkesn commented Feb 19, 2020

In my case this is UTF-8, which produces encoding errors in encoding sensitive use cases.

I'd rather initialize the StringIO.new() in binmode which sets the encoding to ASCI-8BIT and prevents such errors, which are hard to find.

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 a pull request may close this issue.

1 participant