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

Make some string operations UTF-8 safe #3803

Merged
merged 2 commits into from
Oct 18, 2012

Conversation

tychosci
Copy link
Contributor

Currently run::program_output and rustdoc may fail at the assertion str::is_utf8(vv) due to the partial read of multi-byte character.
Fixed that issue by reading whole input first and then converting it to ~str.

catamorphism added a commit that referenced this pull request Oct 18, 2012
Make some string operations UTF-8 safe
@catamorphism catamorphism merged commit 7dda889 into rust-lang:incoming Oct 18, 2012
@catamorphism
Copy link
Contributor

Thanks!

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