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

Choose a utf-8 encoding that will not break threads. #43

Merged
merged 1 commit into from
Aug 9, 2016

Conversation

schwern
Copy link
Contributor

@schwern schwern commented Aug 9, 2016

...or fork() on Windows (implemented with threads).

I've deliberately avoided tests for which particular utf-8 encoding is
used in what scenario because that behavior is deliberately left
undefined for future-proofing. All utf8::all guarantees is threads
still work.

See https://rt.perl.org/Public/Bug/Display.html?id=31923 for why
this is an issue.

Fixes #42.

...or fork() on Windows (implemented with threads).

I've deliberately avoided tests for which particular utf-8 encoding is
used in what scenario because that behavior is deliberately left
undefined for future-proofing. All utf8::all guarantees is threads
still work.
@schwern
Copy link
Contributor Author

schwern commented Aug 9, 2016

👍

@schwern schwern deleted the no-encoding branch August 9, 2016 19:26
HayoBaan added a commit that referenced this pull request Aug 10, 2016
   - Now choosing a utf-8 encoding that will not break threads [gh-43; schwern]
   - Handling utf-8 encoding/decoding errors                  [gh-35; HayoBaan]
   - New maintainer: [HayoBaan]
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.

2 participants