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

Incorrect handling of accentuated chars? #79

Open
desbma opened this issue Apr 9, 2021 · 0 comments
Open

Incorrect handling of accentuated chars? #79

desbma opened this issue Apr 9, 2021 · 0 comments

Comments

@desbma
Copy link

desbma commented Apr 9, 2021

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é"`'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant