We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Issue by Jurily Monday Feb 10, 2014 at 22:43 GMT
For earlier discussion, see rust-lang/rust#12168
This issue was labelled with: A-libs in the Rust repository
Use case:
Possible candidates:
first_non_utf8_index()
from_utf8{_owned}
Option
Result<_, uint>
Since it's possible to recover from such an error, it would also be nice if these returned all encoding errors.
The text was updated successfully, but these errors were encountered:
This has actually been resolved: http://static.rust-lang.org/doc/master/std/str/fn.from_utf8.html
Sorry, something went wrong.
No branches or pull requests
Monday Feb 10, 2014 at 22:43 GMT
For earlier discussion, see rust-lang/rust#12168
This issue was labelled with: A-libs in the Rust repository
Use case:
Possible candidates:
first_non_utf8_index()
as publicfrom_utf8{_owned}
's return type fromOption
toResult<_, uint>
Since it's possible to recover from such an error, it would also be nice if these returned all encoding errors.
The text was updated successfully, but these errors were encountered: