Skip to content

Request: standard library function/type/whatever to parse utf-8 from an iterator #90643

Open
@Lokathor

Description

@Lokathor

There's char::decode_utf16, and there's an iterator adapter to turn a byte iterator over utf-8 into a char iterator that's used by str::chars, but there's no thing like decode_utf8 where an iterator over bytes is decoded as things go.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-feature-requestCategory: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions