dry-rb / dry-inflector

Inflector for Ruby
https://dry-rb.org/gems/dry-inflector
MIT License
95 stars 15 forks source link

Support diacritics #51

Open cllns opened 2 months ago

cllns commented 2 months ago

Fixes #50.

In the process, I also found some bugs with #underscore, so I added pending to those specs. I don't know if we want to actually fix those, since it's arguably a breaking change. I'm happy to remove all of those if we don't want to fix them or add them in this PR. I just wanted to keep track of them without exploding the scope into fixing unrelated bugs.