Skip to content

Tracking Issue for case_ignorable #154848

@Jules-Bertholet

Description

@Jules-Bertholet

Feature gate: #![feature(case_ignorable)]

This is a tracking issue for a method to query the Unicode Case_Ignorable property on char. This narrow-use property is used to implement lowercasing behavior for word-final Greek sigma (e.g. in str::to_lowercase()).

Public API

// core

impl char {
    pub fn is_case_ignorable(self) -> bool;
}

Steps / History

(Remember to update the S-tracking-* label when checking boxes.)

Unresolved Questions

  • None yet.

@rustbot label -S-tracking-unimplemented S-tracking-needs-to-bake

Footnotes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-needs-to-bakeStatus: The implementation is "complete" but it needs time to bake.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions