Skip to content

Tracking Issue for string_from_utf8_lossy_owned #129436

Open
@okaneco

Description

Feature gate: #![feature(string_from_utf8_lossy_owned)]

This is a tracking issue for lossy UTF-8 conversion from Vec<u8> to String.

Public API

impl String {
    pub fn from_utf8_lossy_owned(v: Vec<u8>) -> String;
}
impl FromUtf8Error {
    pub fn into_utf8_lossy(self) -> String {
}

Steps / History

Unresolved Questions

  • None yet.

Footnotes

  1. https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCF-string_from_utf8_lossy_ownedT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions