Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Incorrect handling of accentuated chars? #79

Open
@desbma

Description

@desbma

With Inflector 1.11.4 & Rust 1.51.0:

assert_eq!("CARRÉ".to_lowercase(), "carré");
assert_eq!("CARRÉ".to_title_case(), "Carré");
thread 'main' panicked at 'assertion failed: `(left == right)`
  left: `"CarrÉ"`,
 right: `"Carré"`'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions